|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use koala.dynamicjava.interpreter.context | |
koala.dynamicjava.interpreter | Contains the classes for interpreting Java language statements. |
koala.dynamicjava.interpreter.context | Provides the classes that hold the context of execution. |
koala.dynamicjava.interpreter.modifier | Provides interfaces and classes for dealing with different types of left hand side modifier in an assignment. |
Classes in koala.dynamicjava.interpreter.context used by koala.dynamicjava.interpreter | |
Context
The classes that implements this interface represent contexts of execution |
Classes in koala.dynamicjava.interpreter.context used by koala.dynamicjava.interpreter.context | |
Context
The classes that implements this interface represent contexts of execution |
|
GlobalContext
A global context. |
|
NoSuchFunctionException
Thrown when a particular method cannot be found. |
|
SimpleContext
The classes that implements this interface represent contexts of execution |
|
StaticContext
A static method context. |
|
VariableContext
This class encapsulates the behaviour of Java scopes. |
|
VariableContext.AbstractVariable
To store the variables |
|
VariableContext.Link
To store one scope |
|
VariableContext.Scope
A table which maps a string with an object |
|
VariableContext.Scope.Entry
To manage collisions |
Classes in koala.dynamicjava.interpreter.context used by koala.dynamicjava.interpreter.modifier | |
Context
The classes that implements this interface represent contexts of execution |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |