kmy.jint.typer
Class TyperContext.LevelStackItem
java.lang.Object
|
+--kmy.jint.typer.TyperContext.LevelStackItem
- Enclosing class:
- TyperContext
- static class TyperContext.LevelStackItem
- extends java.lang.Object
A class representing enclosing scope (class or method body). Such
objects are created to save current scope information in levelStack.
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
scope
JintClass scope
variables
java.util.Hashtable variables
variableAcc
java.util.Stack variableAcc
currVarOffset
int currVarOffset
labels
java.util.Hashtable labels
functions
java.util.Hashtable functions
staticInitFlag
boolean staticInitFlag
exceptionList
java.util.Vector exceptionList
TyperContext.LevelStackItem
TyperContext.LevelStackItem()