C# Class AIMA.Core.Logic.Propositional.Parsing.PELexer

Inheritance: AIMA.Core.Logic.Common.Lexer
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode Description
PELexer ( ) : System
PELexer ( String inputString ) : System
nextToken ( ) : Token

Private Methods

Méthode Description
connector ( ) : Token
identifierDetected ( ) : bool
isConnector ( String aSymbol ) : bool
isJavaIdentifierStart ( char c ) : bool
partOfConnector ( ) : bool
symbol ( ) : Token
whiteSpace ( ) : Token

Method Details

PELexer() public méthode

public PELexer ( ) : System
Résultat System

PELexer() public méthode

public PELexer ( String inputString ) : System
inputString String
Résultat System

nextToken() public méthode

public nextToken ( ) : Token
Résultat AIMA.Core.Logic.Common.Token