|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkoala.dynamicjava.interpreter.context.VariableContext.LinkFactory
To manage the creation of scopes and links
Field Summary | |
protected static java.lang.ref.WeakReference[] |
links
The table used to recycle the links |
protected static int |
SIZE
The table size |
Constructor Summary | |
protected |
VariableContext.LinkFactory()
|
Method Summary | |
static VariableContext.Link |
createLink(VariableContext.Link next)
Creates a new link |
static void |
recycle(VariableContext.Link l)
Notifies the factory to recycle the given link |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final int SIZE
protected static final java.lang.ref.WeakReference[] links
Constructor Detail |
protected VariableContext.LinkFactory()
Method Detail |
public static VariableContext.Link createLink(VariableContext.Link next)
public static void recycle(VariableContext.Link l)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |