MetaTF API

MetaTF.Parser
Class ASTNum

java.lang.Object
  |
  +--MetaTF.Parser.SimpleNode
        |
        +--MetaTF.Parser.ASTValue
              |
              +--MetaTF.Parser.ASTNum
All Implemented Interfaces:
Node

public class ASTNum
extends ASTValue


Fields inherited from class MetaTF.Parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTNum(int id)
           
ASTNum(MetaTFParser p, int id)
           
 
Method Summary
 int getVal()
           
 java.lang.Object jjtAccept(MetaTFParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 void setVal(int i)
           
 
Methods inherited from class MetaTF.Parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTNum

public ASTNum(int id)

ASTNum

public ASTNum(MetaTFParser p,
              int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(MetaTFParserVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.
Overrides:
jjtAccept in class ASTValue

setVal

public void setVal(int i)

getVal

public int getVal()

MetaTF API

Copyright © 2001 - Richard Jones     MetaTF