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

Inheritance: AIMA.Core.Logic.Common.Lexer
Datei anzeigen Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
PELexer ( ) : System
PELexer ( String inputString ) : System
nextToken ( ) : Token

Private Methods

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

Method Details

PELexer() public method

public PELexer ( ) : System
return System

PELexer() public method

public PELexer ( String inputString ) : System
inputString String
return System

nextToken() public method

public nextToken ( ) : Token
return AIMA.Core.Logic.Common.Token