MetaTF API

MetaTF.Parser
Class ASTSectionOffset

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

public class ASTSectionOffset
extends ASTValue

Abstract syntax tree node representing sectionOffset

Version:
rel-1-2 ($Revision: 1.3 $, $Date: 2000/12/15 16:29:54 $),
Author:
Richard Jones
See Also:
The MetaTF Grammar

Fields inherited from class MetaTF.Parser.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTSectionOffset(int id)
           
ASTSectionOffset(MetaTFParser p, int id)
           
 
Method Summary
(package private)  java.lang.String getSection()
           
 java.lang.Object jjtAccept(MetaTFParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
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

ASTSectionOffset

public ASTSectionOffset(int id)

ASTSectionOffset

public ASTSectionOffset(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

getSection

java.lang.String getSection()
Returns:
the name of the section
See Also:
ASTName

MetaTF API

Copyright © 2001 - Richard Jones     MetaTF