Package net.akehurst.language.api.parser

Types

InputLocation
Link copied to clipboard
data class InputLocation(position: Int, column: Int, line: Int, length: Int)
ParseFailedException
Link copied to clipboard
class ParseFailedException(message: String, longestMatch: SharedPackedParseTree?, location: InputLocation, expected: Set<String>) : RuntimeException
ParserConstructionFailedException
Link copied to clipboard
class ParserConstructionFailedException(message: String) : Exception
ParserException
Link copied to clipboard
class ParserException(message: String) : RuntimeException
ParserInterruptedException
Link copied to clipboard
class ParserInterruptedException(message: String) : RuntimeException
ParseTreeException
Link copied to clipboard
class ParseTreeException : Exception