Uses of Package
org.projog.core.parser
-
Packages that use org.projog.core.parser Package Description org.projog.core.kb org.projog.core.parser Provides classes for constructingTermobjects from Prolog syntax.org.projog.core.predicate org.projog.core.term Contains the building blocks used to construct Prolog programs and queries. -
Classes in org.projog.core.parser used by org.projog.core.kb Class Description Operands Collection of operands. -
Classes in org.projog.core.parser used by org.projog.core.parser Class Description CharacterParser Reads characters from aBufferedReader.Operands Collection of operands.Operands.Associativity Associativity is used to specify rules over operators in the same expression that have the same priority.Operands.Location Operands.Operand ParserException Signals a failure to successfully parse Prolog syntax.SentenceParser Parses Prolog syntax representing rules including operators.Token TokenParser Parses an input stream into discrete 'tokens' that are used to represent Prolog queries and rules.TokenType -
Classes in org.projog.core.parser used by org.projog.core.predicate Class Description Operands Collection of operands. -
Classes in org.projog.core.parser used by org.projog.core.term Class Description Operands Collection of operands.