|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableContext.Scope.Entry | |
koala.dynamicjava.interpreter.context | Provides the classes that hold the context of execution. |
Uses of VariableContext.Scope.Entry in koala.dynamicjava.interpreter.context |
Fields in koala.dynamicjava.interpreter.context declared as VariableContext.Scope.Entry | |
protected VariableContext.Scope.Entry[] |
VariableContext.Scope.table
The underlying array |
VariableContext.Scope.Entry |
VariableContext.Scope.Entry.next
The next entry |
Methods in koala.dynamicjava.interpreter.context that return VariableContext.Scope.Entry | |
static VariableContext.Scope.Entry |
VariableContext.Scope.EntryFactory.createEntry(int hash,
java.lang.String key,
java.lang.Object value,
VariableContext.Scope.Entry next)
Creates a new entry |
Methods in koala.dynamicjava.interpreter.context with parameters of type VariableContext.Scope.Entry | |
static VariableContext.Scope.Entry |
VariableContext.Scope.EntryFactory.createEntry(int hash,
java.lang.String key,
java.lang.Object value,
VariableContext.Scope.Entry next)
Creates a new entry |
Constructors in koala.dynamicjava.interpreter.context with parameters of type VariableContext.Scope.Entry | |
VariableContext.Scope.Entry(int hash,
java.lang.String key,
java.lang.Object value,
VariableContext.Scope.Entry next)
Creates a new entry |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |