Свойство | Type | Description | |
---|---|---|---|
_lookAhead | int | ||
lookAheadBuffer | AIMA.Core.Logic.Common.Token[] |
Méthode | Description | |
---|---|---|
FOLParser ( |
||
FOLParser ( |
||
getFOLDomain ( ) : |
||
parse ( String s ) : Sentence | ||
parseConstant ( ) : Term | ||
parseFunction ( ) : Term | ||
parseNotSentence ( ) : Sentence | ||
parsePredicate ( ) : Sentence | ||
parseTermEquality ( ) : Sentence | ||
parseVariable ( ) : Term | ||
setUpToParse ( String s ) : void |
Méthode | Description | |
---|---|---|
consume ( ) : void | ||
fillLookAheadBuffer ( ) : void | ||
isEndOfInput ( |
||
loadNextTokenFromInput ( ) : void | ||
lookAhead ( int i ) : |
||
match ( String terminalSymbol ) : void |
Méthode | Description | |
---|---|---|
binaryConnector ( |
||
lParen ( |
||
notToken ( |
||
parseParanthizedSentence ( ) : Sentence | ||
parseQuantifiedSentence ( ) : Sentence | ||
parseSentence ( ) : Sentence | ||
parseTerm ( ) : Term | ||
predicate ( |
||
processTerms ( ) : List |
||
term ( |
public FOLParser ( |
||
domain | ||
Résultat | System |
public FOLParser ( |
||
lexer | ||
Résultat | System |
public getFOLDomain ( ) : |
||
Résultat |
protected isEndOfInput ( |
||
t | ||
Résultat | bool |
protected loadNextTokenFromInput ( ) : void | ||
Résultat | void |
protected lookAhead ( int i ) : |
||
i | int | |
Résultat |
protected match ( String terminalSymbol ) : void | ||
terminalSymbol | String | |
Résultat | void |