uchicago.src.sim.parameter.rpl
Class ASTConstant

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

public class ASTConstant
extends SimpleNode


Field Summary
 
Fields inherited from class uchicago.src.sim.parameter.rpl.SimpleNode
beginColumn, beginLine, children, endColumn, endLine, id, parent, parser
 
Constructor Summary
ASTConstant(int id)
           
ASTConstant(RPLParser p, int id)
           
 
Method Summary
 void compile(RPLCompiler compiler)
           
 java.lang.String getName()
           
 RPLParameter getRPLConstant()
           
 void preProcess(RPLCompiler compiler)
           
 
Methods inherited from class uchicago.src.sim.parameter.rpl.SimpleNode
dump, getInfo, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, parseString, 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

ASTConstant

public ASTConstant(int id)

ASTConstant

public ASTConstant(RPLParser p,
                   int id)
Method Detail

preProcess

public void preProcess(RPLCompiler compiler)
Specified by:
preProcess in interface Node
Overrides:
preProcess in class SimpleNode

compile

public void compile(RPLCompiler compiler)
Specified by:
compile in interface Node
Overrides:
compile in class SimpleNode

getName

public java.lang.String getName()

getRPLConstant

public RPLParameter getRPLConstant()