AST
Class IntElement

java.lang.Object
  extended by AST.SimpleNode
      extended by AST.ASTNode
          extended by AST.Element
              extended by AST.SimpleElement
                  extended by AST.IntElement
All Implemented Interfaces:
Node, java.lang.Cloneable

public class IntElement
extends SimpleElement
implements java.lang.Cloneable


Field Summary
 
Fields inherited from class AST.ASTNode
boundariesCrossed, CHANGE, duringRewrites, generatedWithCacheCycle, generatedWithCircularEnabled, IN_CIRCLE, inCircle, isFinal, LAST_CYCLE, REWRITE_CHANGE, REWRITE_INTERRUPT, REWRITE_NOCHANGE, state
 
Fields inherited from class AST.SimpleNode
children, id, parent, parser
 
Constructor Summary
IntElement()
           
IntElement(int i)
           
IntElement(OwlParser p, int i)
           
IntElement(java.lang.String p0)
           
 
Method Summary
 void checkChild(Node n, int i)
           
 java.lang.Object clone()
           
 ASTNode copy()
           
 void dumpTree(java.lang.String indent, java.io.PrintStream pStream)
           
 ASTNode fullCopy()
           
 java.lang.String getINTEGER_LITERAL()
           
 int getNumChild()
           
 java.lang.Object jjtAccept(OwlParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 void jjtAddChild(Node n, int i)
          This method tells the node to add its argument to the node's list of children.
 boolean mayHaveRewrite()
           
 ASTNode rewriteTo()
           
 void setINTEGER_LITERAL(java.lang.String value)
           
 
Methods inherited from class AST.Element
getId, range, type
 
Methods inherited from class AST.ASTNode
addChild, duringRewrites, genPrettyPrinter, genRewrites, getChild, getChildNoTransform, getIndexOfChild, getParent, getSubClasses, goStart, ind, insertChild, setChild, setParent
 
Methods inherited from class AST.SimpleNode
childrenAccept, dump, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntElement

public IntElement(int i)

IntElement

public IntElement(OwlParser p,
                  int i)

IntElement

public IntElement()

IntElement

public IntElement(java.lang.String p0)
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class SimpleElement
Throws:
java.lang.CloneNotSupportedException

copy

public ASTNode copy()
Overrides:
copy in class ASTNode

fullCopy

public ASTNode fullCopy()
Overrides:
fullCopy in class ASTNode

dumpTree

public void dumpTree(java.lang.String indent,
                     java.io.PrintStream pStream)
Overrides:
dumpTree in class SimpleElement

jjtAccept

public java.lang.Object jjtAccept(OwlParserVisitor visitor,
                                  java.lang.Object data)
Description copied from class: SimpleNode
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleElement

jjtAddChild

public void jjtAddChild(Node n,
                        int i)
Description copied from interface: Node
This method tells the node to add its argument to the node's list of children.

Specified by:
jjtAddChild in interface Node
Overrides:
jjtAddChild in class SimpleElement

checkChild

public void checkChild(Node n,
                       int i)
Overrides:
checkChild in class SimpleElement

getNumChild

public int getNumChild()
Overrides:
getNumChild in class SimpleElement

mayHaveRewrite

public boolean mayHaveRewrite()
Overrides:
mayHaveRewrite in class SimpleElement

setINTEGER_LITERAL

public void setINTEGER_LITERAL(java.lang.String value)

getINTEGER_LITERAL

public java.lang.String getINTEGER_LITERAL()

rewriteTo

public ASTNode rewriteTo()
Overrides:
rewriteTo in class SimpleElement