ubc.cs.JLog.Parser
Class pVariableRegistry
java.lang.Object
ubc.cs.JLog.Parser.pVariableRegistry
public class pVariableRegistry
- extends Object
Hashtable for pVar variables and their associated jVariables.
This class is used to ensure that the reference to a single named variable in the
parse stream (usually at the level of a rule or command), which my be represented by
several pVar packets, only produce a single instance of
jVariable.
- Version:
- %I%, %G%
- Author:
- Glendon Holst
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variables
protected Hashtable variables
pVariableRegistry
public pVariableRegistry()
getVariable
public jVariable getVariable(ubc.cs.JLog.Parser.pVar v)
getVariable
public jVariable getVariable(String v)
Copyright © 2011. All Rights Reserved.