Uses of Class
org.projog.core.parser.SentenceParser
Packages that use SentenceParser
-
Uses of SentenceParser in org.projog.core.parser
Methods in org.projog.core.parser that return SentenceParserModifier and TypeMethodDescriptionstatic SentenceParserSentenceParser.getInstance(Reader reader, Operands operands) Returns a newSentenceParserthat will parse Prolog syntax read from the specifiedReaderusing the specifiedOperands.static SentenceParserSentenceParser.getInstance(String prologSyntax, Operands operands) Returns a newSentenceParserwill parse the specifiedStringusing the specifiedOperands.