com.octagroup.foregej.java.doc
Class JavaDocAST

java.lang.Object
  |
  +--antlr.BaseAST
        |
        +--antlr.CommonAST
              |
              +--antlr.CommonASTWithHiddenTokens
                    |
                    +--com.octagroup.foregej.antlr.BaseAST
                          |
                          +--com.octagroup.foregej.java.doc.JavaDocAST
All Implemented Interfaces:
antlr.collections.AST, java.io.Serializable

public class JavaDocAST
extends BaseAST

See Also:
Serialized Form

Fields inherited from class com.octagroup.foregej.antlr.BaseAST
astFactory_, WRAP_PREF_NO, WRAP_PREF_NONE, WRAP_PREF_OK
 
Fields inherited from class antlr.CommonASTWithHiddenTokens
hiddenAfter, hiddenBefore
 
Fields inherited from class antlr.BaseAST
down, right
 
Constructor Summary
JavaDocAST()
           
 
Method Summary
 void initialize(antlr.collections.AST ast)
          Adds functionality when initializing an AST from another ast.
 
Methods inherited from class com.octagroup.foregej.antlr.BaseAST
deepCopy, deepCopy, equals, equals, getChildAST, getChildASTs, getChildASTsExcluding, getParentAst, getWrappingPreference, insertAfter, insertFirst, replaceAST, setASTFactory, setFirstChild, setFirstChildForced, setHiddenAfter, setHiddenBefore, setNextSibling, setNextSiblingForced, setParentAst, setType, toString, toString, write
 
Methods inherited from class antlr.CommonASTWithHiddenTokens
getHiddenAfter, getHiddenBefore, initialize
 
Methods inherited from class antlr.CommonAST
getText, getType, initialize, setText
 
Methods inherited from class antlr.BaseAST
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getFirstChild, getNextSibling, getNumberOfChildren, removeChildren, setVerboseStringConversion, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaDocAST

public JavaDocAST()
Method Detail

initialize

public void initialize(antlr.collections.AST ast)
Adds functionality when initializing an AST from another ast.

This is done by the DynASTFactory when it discovers that an AST instance is not of the correct class.

Overrides:
initialize in class antlr.CommonAST
Parameters:
ast -  


Copyright © 2003 El Icognito des Noboby. All Rights Reserved.