uchicago.src.sim.parameter.rpl
Class ASTdotted_name

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

public class ASTdotted_name
extends SimpleNode


Field Summary
 
Fields inherited from class uchicago.src.sim.parameter.rpl.SimpleNode
beginColumn, beginLine, children, endColumn, endLine, id, parent, parser
 
Constructor Summary
ASTdotted_name(int id)
           
ASTdotted_name(RPLParser p, int id)
           
 
Method Summary
 RPLObject getValue()
           
 
Methods inherited from class uchicago.src.sim.parameter.rpl.SimpleNode
compile, dump, getInfo, 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

ASTdotted_name

public ASTdotted_name(int id)

ASTdotted_name

public ASTdotted_name(RPLParser p,
                      int id)
Method Detail

getValue

public RPLObject getValue()
Specified by:
getValue in interface Node
Overrides:
getValue in class SimpleNode