Свойство | Type | Description | |
---|---|---|---|
_lookAhead | int | ||
input | StringReader | ||
lookAheadBuffer | int[] |
Méthode | Description | |
---|---|---|
clear ( ) : void | ||
nextToken ( ) : Token | ||
setInput ( String inputString ) : void |
Méthode | Description | |
---|---|---|
consume ( ) : void | ||
fillLookAheadBuffer ( ) : void | ||
isEndOfFile ( int i ) : bool | ||
loadNextCharacterFromInput ( ) : void | ||
lookAhead ( int position ) : char |
protected loadNextCharacterFromInput ( ) : void | ||
Résultat | void |
protected lookAhead ( int position ) : char | ||
position | int | |
Résultat | char |
public setInput ( String inputString ) : void | ||
inputString | String | |
Résultat | void |