|
StarOffice 5.2 API reverse engineered by classdoc |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--stardiv.js.comp.ParserStatus
| Field Summary | |
boolean |
bInFunction
|
int |
iInDoWhile
|
int |
iInFor
|
int |
iInSwitch
|
int |
iInWhile
|
stardiv.js.comp.FunctionNode |
pFcnNode
|
| Constructor Summary | |
ParserStatus()
|
|
| Method Summary | |
boolean |
isInLoop()
|
boolean |
isInSwitch()
|
void |
reset()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public boolean bInFunction
public int iInDoWhile
public int iInFor
public int iInSwitch
public int iInWhile
public stardiv.js.comp.FunctionNode pFcnNode
| Constructor Detail |
public ParserStatus()
| Method Detail |
public final boolean isInLoop()
public final boolean isInSwitch()
public final void reset()
|
StarOffice 5.2 API reverse engineered by classdoc |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||