persistence.antlr
Class ASTNULLType

java.lang.Object
  extended by persistence.antlr.ASTNULLType
All Implemented Interfaces:
persistence.antlr.collections.AST

public class ASTNULLType
extends java.lang.Object
implements persistence.antlr.collections.AST

There is only one instance of this class


Constructor Summary
ASTNULLType()
           
 
Method Summary
 void addChild(persistence.antlr.collections.AST c)
          Add a (rightmost) child to this node
 boolean equals(persistence.antlr.collections.AST t)
           
 boolean equalsList(persistence.antlr.collections.AST t)
           
 boolean equalsListPartial(persistence.antlr.collections.AST t)
           
 boolean equalsTree(persistence.antlr.collections.AST t)
           
 boolean equalsTreePartial(persistence.antlr.collections.AST t)
           
 persistence.antlr.collections.ASTEnumeration findAll(persistence.antlr.collections.AST tree)
           
 persistence.antlr.collections.ASTEnumeration findAllPartial(persistence.antlr.collections.AST subtree)
           
 int getColumn()
           
 persistence.antlr.collections.AST getFirstChild()
          Get the first child of this node; null if no children
 int getLine()
           
 persistence.antlr.collections.AST getNextSibling()
          Get the next sibling in line after this one
 int getNumberOfChildren()
          Get number of children of this node; if leaf, returns 0
 java.lang.String getText()
          Get the token text for this node
 int getType()
          Get the token type for this node
 void initialize(persistence.antlr.collections.AST t)
           
 void initialize(int t, java.lang.String txt)
           
 void initialize(Token t)
           
 void setFirstChild(persistence.antlr.collections.AST c)
          Set the first child of a node.
 void setNextSibling(persistence.antlr.collections.AST n)
          Set the next sibling after this one.
 void setText(java.lang.String text)
          Set the token text for this node
 void setType(int ttype)
          Set the token type for this node
 java.lang.String toString()
           
 java.lang.String toStringList()
           
 java.lang.String toStringTree()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTNULLType

public ASTNULLType()
Method Detail

addChild

public void addChild(persistence.antlr.collections.AST c)
Description copied from interface: persistence.antlr.collections.AST
Add a (rightmost) child to this node

Specified by:
addChild in interface persistence.antlr.collections.AST

equals

public boolean equals(persistence.antlr.collections.AST t)
Specified by:
equals in interface persistence.antlr.collections.AST

equalsList

public boolean equalsList(persistence.antlr.collections.AST t)
Specified by:
equalsList in interface persistence.antlr.collections.AST

equalsListPartial

public boolean equalsListPartial(persistence.antlr.collections.AST t)
Specified by:
equalsListPartial in interface persistence.antlr.collections.AST

equalsTree

public boolean equalsTree(persistence.antlr.collections.AST t)
Specified by:
equalsTree in interface persistence.antlr.collections.AST

equalsTreePartial

public boolean equalsTreePartial(persistence.antlr.collections.AST t)
Specified by:
equalsTreePartial in interface persistence.antlr.collections.AST

findAll

public persistence.antlr.collections.ASTEnumeration findAll(persistence.antlr.collections.AST tree)
Specified by:
findAll in interface persistence.antlr.collections.AST

findAllPartial

public persistence.antlr.collections.ASTEnumeration findAllPartial(persistence.antlr.collections.AST subtree)
Specified by:
findAllPartial in interface persistence.antlr.collections.AST

getFirstChild

public persistence.antlr.collections.AST getFirstChild()
Description copied from interface: persistence.antlr.collections.AST
Get the first child of this node; null if no children

Specified by:
getFirstChild in interface persistence.antlr.collections.AST

getNextSibling

public persistence.antlr.collections.AST getNextSibling()
Description copied from interface: persistence.antlr.collections.AST
Get the next sibling in line after this one

Specified by:
getNextSibling in interface persistence.antlr.collections.AST

getText

public java.lang.String getText()
Description copied from interface: persistence.antlr.collections.AST
Get the token text for this node

Specified by:
getText in interface persistence.antlr.collections.AST

getType

public int getType()
Description copied from interface: persistence.antlr.collections.AST
Get the token type for this node

Specified by:
getType in interface persistence.antlr.collections.AST

getLine

public int getLine()
Specified by:
getLine in interface persistence.antlr.collections.AST

getColumn

public int getColumn()
Specified by:
getColumn in interface persistence.antlr.collections.AST

getNumberOfChildren

public int getNumberOfChildren()
Description copied from interface: persistence.antlr.collections.AST
Get number of children of this node; if leaf, returns 0

Specified by:
getNumberOfChildren in interface persistence.antlr.collections.AST

initialize

public void initialize(int t,
                       java.lang.String txt)
Specified by:
initialize in interface persistence.antlr.collections.AST

initialize

public void initialize(persistence.antlr.collections.AST t)
Specified by:
initialize in interface persistence.antlr.collections.AST

initialize

public void initialize(Token t)
Specified by:
initialize in interface persistence.antlr.collections.AST

setFirstChild

public void setFirstChild(persistence.antlr.collections.AST c)
Description copied from interface: persistence.antlr.collections.AST
Set the first child of a node.

Specified by:
setFirstChild in interface persistence.antlr.collections.AST

setNextSibling

public void setNextSibling(persistence.antlr.collections.AST n)
Description copied from interface: persistence.antlr.collections.AST
Set the next sibling after this one.

Specified by:
setNextSibling in interface persistence.antlr.collections.AST

setText

public void setText(java.lang.String text)
Description copied from interface: persistence.antlr.collections.AST
Set the token text for this node

Specified by:
setText in interface persistence.antlr.collections.AST

setType

public void setType(int ttype)
Description copied from interface: persistence.antlr.collections.AST
Set the token type for this node

Specified by:
setType in interface persistence.antlr.collections.AST

toString

public java.lang.String toString()
Specified by:
toString in interface persistence.antlr.collections.AST
Overrides:
toString in class java.lang.Object

toStringList

public java.lang.String toStringList()
Specified by:
toStringList in interface persistence.antlr.collections.AST

toStringTree

public java.lang.String toStringTree()
Specified by:
toStringTree in interface persistence.antlr.collections.AST