public static interface Syntax.StateInfo
Modifier and Type | Method and Description |
---|---|
int |
getPreScan()
Get the preScan value
|
int |
getState()
Get the internal state
|
void |
setPreScan(int preScan)
Store the preScan value
|
void |
setState(int state)
Store the internal state
|