Package net. akehurst. language. api. parser
Types
InputLocation
Link copied to clipboard
data class InputLocation(position: Int, column: Int, line: Int, length: Int)
Content copied to clipboard
ParseFailedException
Link copied to clipboard
class ParseFailedException(message: String, longestMatch: SharedPackedParseTree?, location: InputLocation, expected: Set<String>) : RuntimeException
Content copied to clipboard
ParserConstructionFailedException
Link copied to clipboard
ParserException
Link copied to clipboard
ParserInterruptedException
Link copied to clipboard
ParseTreeException
Link copied to clipboard