public class VariableFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static VariableFactory |
getInstance()
There should only be one VariableFactory
|
static Variable |
getVariable(IdentifierToken idToken)
Determines the variable represented by the given id
|
public static VariableFactory getInstance()
public static Variable getVariable(IdentifierToken idToken)
idToken
- - an identifier token