antlr
Class ASTNULLType

java.lang.Object
  |
  +--antlr.ASTNULLType
All Implemented Interfaces:
AST

public class ASTNULLType
extends Object
implements AST

Untamed:


Constructor Summary
ASTNULLType()
          Enabled:
 
Method Summary
 void addChild(AST c)
          Enabled:
 boolean equals(AST t)
          Enabled:
 boolean equalsList(AST t)
          Enabled:
 boolean equalsListPartial(AST t)
          Enabled:
 boolean equalsTree(AST t)
          Enabled:
 boolean equalsTreePartial(AST t)
          Enabled:
 ASTEnumeration findAll(AST tree)
          Enabled:
 ASTEnumeration findAllPartial(AST subtree)
          Enabled:
 AST getFirstChild()
          Enabled:
 AST getNextSibling()
          Enabled:
 String getText()
          Enabled:
 int getType()
          Enabled:
 void initialize(AST t)
          Enabled:
 void initialize(int t, String txt)
          Enabled:
 void initialize(Token t)
          Enabled:
 void setFirstChild(AST c)
          Enabled:
 void setNextSibling(AST n)
          Enabled:
 void setText(String text)
          Enabled:
 void setType(int ttype)
          Enabled:
 String toString()
          Suppressed:
 String toStringList()
          Enabled:
 String toStringTree()
          Enabled:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTNULLType

public ASTNULLType()
Enabled:

Method Detail

addChild

public void addChild(AST c)
Enabled:

Specified by:
addChild in interface AST

equals

public boolean equals(AST t)
Enabled:

Specified by:
equals in interface AST

equalsList

public boolean equalsList(AST t)
Enabled:

Specified by:
equalsList in interface AST

equalsListPartial

public boolean equalsListPartial(AST t)
Enabled:

Specified by:
equalsListPartial in interface AST

equalsTree

public boolean equalsTree(AST t)
Enabled:

Specified by:
equalsTree in interface AST

equalsTreePartial

public boolean equalsTreePartial(AST t)
Enabled:

Specified by:
equalsTreePartial in interface AST

findAll

public ASTEnumeration findAll(AST tree)
Enabled:

Specified by:
findAll in interface AST

findAllPartial

public ASTEnumeration findAllPartial(AST subtree)
Enabled:

Specified by:
findAllPartial in interface AST

getFirstChild

public AST getFirstChild()
Enabled:

Specified by:
getFirstChild in interface AST

getNextSibling

public AST getNextSibling()
Enabled:

Specified by:
getNextSibling in interface AST

getText

public String getText()
Enabled:

Specified by:
getText in interface AST

getType

public int getType()
Enabled:

Specified by:
getType in interface AST

initialize

public void initialize(int t,
                       String txt)
Enabled:

Specified by:
initialize in interface AST

initialize

public void initialize(AST t)
Enabled:

Specified by:
initialize in interface AST

initialize

public void initialize(Token t)
Enabled:

Specified by:
initialize in interface AST

setFirstChild

public void setFirstChild(AST c)
Enabled:

Specified by:
setFirstChild in interface AST

setNextSibling

public void setNextSibling(AST n)
Enabled:

Specified by:
setNextSibling in interface AST

setText

public void setText(String text)
Enabled:

Specified by:
setText in interface AST

setType

public void setType(int ttype)
Enabled:

Specified by:
setType in interface AST

toString

public String toString()
Suppressed:

Specified by:
toString in interface AST
Overrides:
toString in class Object
Returns:
a string representation of the object.

toStringList

public String toStringList()
Enabled:

Specified by:
toStringList in interface AST

toStringTree

public String toStringTree()
Enabled:

Specified by:
toStringTree in interface AST


comments?