|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjelan.elan.expression.VariableFactory
public class VariableFactory
Clients can use this class to obtain a unique variable per identifier (avoiding a proliferation of objects)
Method Summary | |
---|---|
static VariableFactory |
getInstance()
Used to get the one instance of the VariableFactory. |
static Variable |
getVariable(IdentifierToken t)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static VariableFactory getInstance()
public static Variable getVariable(IdentifierToken t)
t
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |