Method | Description | |
---|---|---|
BufferedTokenStream ( ) : System.Collections.Generic | ||
BufferedTokenStream ( ITokenSource tokenSource ) : System.Collections.Generic | ||
Consume ( ) : void | ||
Fill ( ) : void | ||
Get ( int i ) : IToken | ||
Get ( int start, int count ) : List |
Get all tokens from start..(start+count-1) inclusively
|
|
GetTokens ( ) : List |
||
GetTokens ( int start, int stop ) : List |
||
GetTokens ( int start, int stop, |
||
GetTokens ( int start, int stop, IEnumerable |
||
GetTokens ( int start, int stop, int ttype ) : List |
||
LA ( int i ) : int | ||
LT ( int k ) : IToken | ||
Mark ( ) : int | ||
Release ( int marker ) : void | ||
Reset ( ) : void | ||
Rewind ( ) : void | ||
Rewind ( int marker ) : void | ||
Seek ( int index ) : void | ||
ToString ( ) : string | ||
ToString ( IToken start, IToken stop ) : string | ||
ToString ( int start, int stop ) : string |
Method | Description | |
---|---|---|
Fetch ( int n ) : void | ||
LB ( int k ) : IToken | ||
Setup ( ) : void | ||
Sync ( int i ) : void |
public BufferedTokenStream ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public BufferedTokenStream ( ITokenSource tokenSource ) : System.Collections.Generic | ||
tokenSource | ITokenSource | |
return | System.Collections.Generic |
public GetTokens ( int start, int stop ) : List |
||
start | int | |
stop | int | |
return | List |
public GetTokens ( int start, int stop, |
||
start | int | |
stop | int | |
types | ||
return | List |
public GetTokens ( int start, int stop, IEnumerable |
||
start | int | |
stop | int | |
types | IEnumerable |
|
return | List |
public GetTokens ( int start, int stop, int ttype ) : List |
||
start | int | |
stop | int | |
ttype | int | |
return | List |
public ToString ( IToken start, IToken stop ) : string | ||
start | IToken | |
stop | IToken | |
return | string |
public ToString ( int start, int stop ) : string | ||
start | int | |
stop | int | |
return | string |