Package-level declarations
Types
Indicates that valid Prolog syntax produced a term of a different type than the caller requested.
Reports a failure while turning Prolog source into a tuProlog domain object.
Parses one Prolog expression from a String and maps it to the tuProlog term model.
Configurable default implementation of TermParser.
Lazily reads Prolog terms from JVM character or byte streams.
Configurable JVM implementation of TermReader.
Functions
Parses input as an atom.
Parses input as a clause.
Parses input as a constant.
Parses input as a directive.
Parses input as a fact.
Parses input as an integer.
Parses input as a numeric term.
Parses input as a real.
Parses input as a rule.
Parses input as a structure.
Parses input as a term using default operators.
Parses input as a variable.
Parses this string as an atom.
Parses this string as an atom using operators.
Parses this string as a clause.
Parses this string as a clause using operators.
Parses this string as a constant.
Parses this string as a constant using operators.
Parses this string as a directive.
Parses this string as a directive using operators.
Parses this string as a fact.
Parses this string as a fact using operators.
Parses this string as an integer.
Parses this string as an integer using operators.
Parses this string as a numeric term.
Parses this string as a numeric term using operators.
Parses this string as a real.
Parses this string as a real using operators.
Parses this string as a rule.
Parses this string as a rule using operators.
Parses this string as a structure.
Parses this string as a structure using operators.
Parses this string as a term using default operators.
Parses this string as a term using operators.
Parses this string as a variable.
Parses this string as a variable using operators.
Converts a core Prolog operator specifier to its parser-level equivalent.
Converts a core operator to the representation consumed by parser-impl.
Converts a parser-level operator definition to its core equivalent.
Creates an immutable parser-level table containing all operators in this set.
Converts a parser-level Prolog associativity specifier to its core equivalent.