C# 클래스 AIMA.Core.Logic.Propositional.Parsing.PELexer

상속: AIMA.Core.Logic.Common.Lexer
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
PELexer ( ) : System
PELexer ( String inputString ) : System
nextToken ( ) : Token

비공개 메소드들

메소드 설명
connector ( ) : Token
identifierDetected ( ) : bool
isConnector ( String aSymbol ) : bool
isJavaIdentifierStart ( char c ) : bool
partOfConnector ( ) : bool
symbol ( ) : Token
whiteSpace ( ) : Token

메소드 상세

PELexer() 공개 메소드

public PELexer ( ) : System
리턴 System

PELexer() 공개 메소드

public PELexer ( String inputString ) : System
inputString String
리턴 System

nextToken() 공개 메소드

public nextToken ( ) : Token
리턴 AIMA.Core.Logic.Common.Token