Package it. unibo. tuprolog. parser
Types
ParsingException
Link copied to clipboard
class ParsingException(input: String, offendingSymbol: String, line: Int, column: Int, message: String?, throwable: Throwable?) : RuntimeException
Content copied to clipboard
PrologLexer
Link copied to clipboard
PrologParser
Link copied to clipboard
PrologParserBaseListener
Link copied to clipboard
This class provides an empty implementation of PrologParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
PrologParserBaseVisitor
Link copied to clipboard
open class PrologParserBaseVisitor<T> : AbstractParseTreeVisitor<T> , PrologParserVisitor<T>
Content copied to clipboard
This class provides an empty implementation of PrologParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
PrologParserListener
Link copied to clipboard
PrologParserVisitor
Link copied to clipboard