Package it. unibo. tuprolog. core. parsing
Types
Dynamic Op Listener
Link copied to clipboard
Link copied to clipboard
class InvalidTermTypeException( var input: Any?, val term: <ERROR CLASS>, val type: KClass<out <ERROR CLASS>>, var offendingSymbol: String = input as? String ?: term.toString(), var line: Int = 1, var column: Int = 1, message: String? = "Expected ", throwable: Throwable? = null) : ParseException
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PrologExpressionVisitor(scope: Scope = Scope.empty()) : PrologParserBaseVisitor<Term>
Content copied to clipboard
Prolog Parser Factory
Link copied to clipboard
Link copied to clipboard
class PrologVisitor(scope: Scope = Scope.empty()) : PrologParserVisitor<Term>
Content copied to clipboard
Link copied to clipboard
Term Parser Impl
Link copied to clipboard
class TermParserImpl(val scope: Scope, val defaultOperatorSet: OperatorSet) : TermParser
Content copied to clipboard
class TermParserImpl(val scope: Scope, val defaultOperatorSet: OperatorSet) : TermParser
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class TermReaderImpl(val scope: Scope, val defaultOperatorSet: OperatorSet) : TermReader
Content copied to clipboard
Functions
Link copied to clipboard
fun <ERROR CLASS>.parse(input: String, operators: <ERROR CLASS>): <ERROR CLASS>
Content copied to clipboard
fun <ERROR CLASS>.parse(input: String, operators: <ERROR CLASS>): <ERROR CLASS>
Content copied to clipboard
fun <ERROR CLASS>.parse(input: String, operators: <ERROR CLASS>): <ERROR CLASS>
Content copied to clipboard
fun <ERROR CLASS>.parse(input: String, operators: <ERROR CLASS>): <ERROR CLASS>
Content copied to clipboard
fun <ERROR CLASS>.parse(input: String, operators: <ERROR CLASS>): <ERROR CLASS>
Content copied to clipboard
fun <ERROR CLASS>.parse(input: String, operators: <ERROR CLASS>): <ERROR CLASS>
Content copied to clipboard
fun <ERROR CLASS>.parse(input: String, operators: <ERROR CLASS>): <ERROR CLASS>
Content copied to clipboard
fun <ERROR CLASS>.parse(input: String, operators: <ERROR CLASS>): <ERROR CLASS>
Content copied to clipboard
fun <ERROR CLASS>.parse(input: String, operators: <ERROR CLASS>): <ERROR CLASS>
Content copied to clipboard
fun <ERROR CLASS>.parse(input: String, operators: <ERROR CLASS>): <ERROR CLASS>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun parseException( token: Token, message: String?, throwable: Throwable?): ParseException
Content copied to clipboard
fun parseException( input: Any?, token: Token, message: String?, throwable: Throwable?): ParseException
Content copied to clipboard
fun parseException( token: Token, message: String?, throwable: Throwable?): ParseException
Content copied to clipboard
fun parseException( input: Any?, token: Token, message: String?, throwable: Throwable?): ParseException
Content copied to clipboard
to Associativity
Link copied to clipboard
Link copied to clipboard