uchicago.src.sim.parameter.rpl
Class ASTsuite

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

public class ASTsuite
extends SimpleNode


Field Summary
 
Fields inherited from class uchicago.src.sim.parameter.rpl.SimpleNode
beginColumn, beginLine, children, endColumn, endLine, id, parent, parser
 
Constructor Summary
ASTsuite(int id)
           
ASTsuite(RPLParser p, int id)
           
 
Method Summary
 java.util.List getConstants()
           
 java.util.List getReferences()
           
 java.util.List getSubBlocks()
           
 void preProcess(RPLCompiler compiler)
           
 
Methods inherited from class uchicago.src.sim.parameter.rpl.SimpleNode
compile, 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

ASTsuite

public ASTsuite(int id)

ASTsuite

public ASTsuite(RPLParser p,
                int id)
Method Detail

preProcess

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

getConstants

public java.util.List getConstants()
Returns:
a list of ASTConstant-s

getReferences

public java.util.List getReferences()
Returns:
a list of Strings that should be (barring typos etc.) variable names refering to parameters or blocks.

getSubBlocks

public java.util.List getSubBlocks()
Returns:
a list of ASTsubBlock-s.