class ParseError

Defined in:

exceptions.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(lex_position : Int32, token_value : String, token_type : String, msg : String = "Invalid jmespath expression") #

[View source]

Instance Method Detail

def expression : String | Nil #

[View source]
def expression=(expression : String | Nil) #

[View source]
def lex_position : Int32 #

[View source]
def msg : String #

[View source]
def msg=(msg : String) #

[View source]
def token_type : String #

[View source]
def token_value : String #

[View source]