uchicago.src.sim.parameter.rpl
Class ASTName

java.lang.Object
  extended by uchicago.src.sim.parameter.rpl.SimpleNode
      extended by uchicago.src.sim.parameter.rpl.ASTName
All Implemented Interfaces:
Node

public class ASTName
extends SimpleNode


Field Summary
 
Fields inherited from class uchicago.src.sim.parameter.rpl.SimpleNode
beginColumn, beginLine, children, endColumn, endLine, id, parent, parser
 
Constructor Summary
ASTName(int id)
           
ASTName(RPLParser p, int id)
           
 
Method Summary
 
Methods inherited from class uchicago.src.sim.parameter.rpl.SimpleNode
compile, dump, getInfo, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, parseString, preProcess, setFloat, setInfo, setInteger, setString, throwError, throwError, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTName

public ASTName(int id)

ASTName

public ASTName(RPLParser p,
               int id)