|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableContext.Link | |
koala.dynamicjava.interpreter.context | Provides the classes that hold the context of execution. |
Uses of VariableContext.Link in koala.dynamicjava.interpreter.context |
Fields in koala.dynamicjava.interpreter.context declared as VariableContext.Link | |
protected VariableContext.Link |
VariableContext.scopes
The scopes |
VariableContext.Link |
VariableContext.Link.next
The next scope |
Methods in koala.dynamicjava.interpreter.context that return VariableContext.Link | |
static VariableContext.Link |
VariableContext.LinkFactory.createLink(VariableContext.Link next)
Creates a new link |
Methods in koala.dynamicjava.interpreter.context with parameters of type VariableContext.Link | |
static VariableContext.Link |
VariableContext.LinkFactory.createLink(VariableContext.Link next)
Creates a new link |
static void |
VariableContext.LinkFactory.recycle(VariableContext.Link l)
Notifies the factory to recycle the given link |
Constructors in koala.dynamicjava.interpreter.context with parameters of type VariableContext.Link | |
VariableContext.Link(VariableContext.Link next)
Creates a new link |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |