edu.toronto.cs.smv.parser
Class ExprAST

java.lang.Object
  extended by antlr.BaseAST
      extended by antlr.CommonAST
          extended by edu.toronto.cs.smv.parser.ExprAST
All Implemented Interfaces:
antlr.collections.AST, java.io.Serializable

public class ExprAST
extends antlr.CommonAST

See Also:
Serialized Form

Field Summary
 
Fields inherited from class antlr.BaseAST
down, right
 
Constructor Summary
ExprAST()
           
ExprAST(antlr.Token tok)
           
 
Method Summary
 boolean isEnum()
           
 void setEnum(java.util.List _values)
           
 void setProp()
           
 
Methods inherited from class antlr.CommonAST
getText, getType, initialize, initialize, initialize, setText, setType
 
Methods inherited from class antlr.BaseAST
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExprAST

public ExprAST()

ExprAST

public ExprAST(antlr.Token tok)
Method Detail

isEnum

public boolean isEnum()

setProp

public void setProp()

setEnum

public void setEnum(java.util.List _values)