| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
tokenString_IDENTIFIER |
trim_computed, trim_value, trim_visitedfindDecl_String_visited, generatedWithCacheCycle, generatedWithCircularEnabled, generatedWithComponentCheck, getSubClasses_OwlClassDecl_ArrayList_visited, getSuperClass_String_visited, goStart_visited, in$Circle, is$Final, numChildren, statechildren, id, parent, parser| Constructor and Description |
|---|
XmlnsXX() |
XmlnsXX(int i) |
XmlnsXX(OwlParser p,
int i) |
XmlnsXX(Value p0,
java.lang.String p1) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkChild(Node n,
int i) |
XmlnsXX |
clone() |
XmlnsXX |
copy() |
void |
dumpTree(java.lang.String indent,
java.io.PrintStream out) |
void |
flushAttrCache() |
void |
flushCollectionCache() |
void |
flushRewriteCache() |
XmlnsXX |
fullCopy()
Deprecated.
Please use emitTreeCopy or emitTreeCopyNoTransform instead
|
java.lang.String |
getIDENTIFIER()
Retrieves the value for the lexeme IDENTIFIER.
|
int |
getNumChild() |
Value |
getValue()
Retrieves the Value child.
|
Value |
getValueNoTransform()
Retrieves the Value child.
|
void |
init$Children()
Initializes the child array to the correct size.
|
protected boolean |
is$Equal(ASTNode node) |
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 |
setIDENTIFIER(java.lang.String value)
Replaces the lexeme IDENTIFIER.
|
void |
setValue(Value node)
Replaces the Value child.
|
XmlnsXX |
treeCopy()
Create a deep copy of the AST subtree at this node.
|
XmlnsXX |
treeCopyNoTransform()
Create a deep copy of the AST subtree at this node.
|
addChild, doFullTraversal, duringRewriteClasses, findDecl, flushCache, flushTreeCache, genMisc, genPrettyPrinter, genRewrites, getChild, getChildNoTransform, getIndexOfChild, getNumChildNoTransform, getParent, getSubClasses, getSuperClass, goStart, grammarName, in$Circle, in$Circle, ind, insertChild, is$Equal, is$Final, is$Final, iterator, numChildren, removeChild, setChild, setGrammarName, setParent, statechildrenAccept, dump, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toStringpublic XmlnsXX(int i)
public XmlnsXX(OwlParser p, int i)
public XmlnsXX()
public XmlnsXX(Value p0, java.lang.String p1)
public void init$Children()
init$Children in class Attributepublic void dumpTree(java.lang.String indent,
java.io.PrintStream out)
public java.lang.Object jjtAccept(OwlParserVisitor visitor, java.lang.Object data)
SimpleNodepublic void jjtAddChild(Node n, int i)
NodejjtAddChild in interface NodejjtAddChild in class Attributepublic void checkChild(Node n, int i)
checkChild in class Attributepublic int getNumChild()
getNumChild in class Attributepublic boolean mayHaveRewrite()
mayHaveRewrite in class Attributepublic void flushAttrCache()
flushAttrCache in class Attributepublic void flushCollectionCache()
flushCollectionCache in class Attributepublic void flushRewriteCache()
flushRewriteCache in class Attributepublic XmlnsXX clone() throws java.lang.CloneNotSupportedException
public XmlnsXX fullCopy()
public XmlnsXX treeCopyNoTransform()
treeCopyNoTransform in class Attributepublic XmlnsXX treeCopy()
public void setValue(Value node)
@ASTNodeAnnotation.Child(name="Value") public Value getValue()
public Value getValueNoTransform()
This method does not invoke AST transformations.
getValueNoTransform in class Attributepublic void setIDENTIFIER(java.lang.String value)
value - The new value for the lexeme IDENTIFIER.@ASTNodeAnnotation.Token(name="IDENTIFIER") public java.lang.String getIDENTIFIER()