|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Syntax.StateInfo
Interface that stores two basic pieces of information about the state of the whole lexical analyzer - its internal state and preScan.
Method Summary | |
---|---|
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 |
Method Detail |
---|
int getState()
void setState(int state)
int getPreScan()
void setPreScan(int preScan)
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |