Method | Description | |
---|---|---|
Accept ( ILexerVisitor visitor ) : void | ||
TokenWord ( string value, int line, int column, int startPosition, int endPosition ) |
public Accept ( ILexerVisitor visitor ) : void | ||
visitor | ILexerVisitor | |
return | void |
public TokenWord ( string value, int line, int column, int startPosition, int endPosition ) | ||
value | string | |
line | int | |
column | int | |
startPosition | int | |
endPosition | int |