Method | Description | |
---|---|---|
InputBufferEventArgs ( ) | ||
InputBufferEventArgs ( int type, char c, int lookaheadAmount ) | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
setValues ( int type, char c, int la ) : void |
This should NOT be called from anyone other than ParserEventSupport!
|
public InputBufferEventArgs ( int type, char c, int lookaheadAmount ) | ||
type | int | |
c | char | |
lookaheadAmount | int |