AST
Class Attribute

java.lang.Object
  extended by AST.SimpleNode
      extended by AST.ASTNode
          extended by AST.Attribute
All Implemented Interfaces:
Node, java.lang.Cloneable
Direct Known Subclasses:
RdfAbout, RdfDatatype, RdfId, RdfParseType, RdfResource, Version, XmlBase, Xmlns, XmlnsDaml, XmlnsDc, XmlnsOwl, XmlnsP1, XmlnsProtege, XmlnsRdf, XmlnsRdfs, XmlnsXsd

public abstract class Attribute
extends ASTNode
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
Attribute()
           
Attribute(int i)
           
Attribute(OwlParser p, int i)
           
Attribute(Value p0)
           
 
Method Summary
 void checkChild(Node n, int i)
           
 java.lang.Object clone()
           
 void dumpTree(java.lang.String indent, java.io.PrintStream pStream)
           
 int getNumChild()
           
 Value getValue()
           
 Value getValueNoTransform()
           
 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 setValue(Value node)
           
 java.lang.String trim()
           
 
Methods inherited from class AST.ASTNode
addChild, copy, duringRewrites, fullCopy, 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

Attribute

public Attribute(int i)

Attribute

public Attribute(OwlParser p,
                 int i)

Attribute

public Attribute()

Attribute

public Attribute(Value p0)
Method Detail

clone

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

dumpTree

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

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 ASTNode

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 ASTNode

checkChild

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

getNumChild

public int getNumChild()
Overrides:
getNumChild in class ASTNode

mayHaveRewrite

public boolean mayHaveRewrite()
Overrides:
mayHaveRewrite in class ASTNode

setValue

public void setValue(Value node)

getValue

public Value getValue()

getValueNoTransform

public Value getValueNoTransform()

trim

public java.lang.String trim()

rewriteTo

public ASTNode rewriteTo()
Overrides:
rewriteTo in class ASTNode