findDecl_String_visited, generatedWithCacheCycle, generatedWithCircularEnabled, generatedWithComponentCheck, getSubClasses_OwlClassDecl_ArrayList_visited, getSuperClass_String_visited, goStart_visited, in$Circle, is$Final, numChildren, state
children, id, parent, parser
Constructor and Description |
---|
Opt() |
Opt(int i) |
Opt(OwlParser p,
int i) |
Opt(T opt) |
Modifier and Type | Method and Description |
---|---|
void |
checkChild(Node n,
int i) |
Opt<T> |
clone() |
Opt<T> |
copy() |
void |
dumpTree(java.lang.String indent,
java.io.PrintStream out) |
void |
flushAttrCache() |
void |
flushCollectionCache() |
void |
flushRewriteCache() |
Opt<T> |
fullCopy()
Deprecated.
Please use emitTreeCopy or emitTreeCopyNoTransform instead
|
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() |
Opt<T> |
treeCopy()
Create a deep copy of the AST subtree at this node.
|
Opt<T> |
treeCopyNoTransform()
Create a deep copy of the AST subtree at this node.
|
addChild, doFullTraversal, duringRewriteClasses, findDecl, flushCache, flushTreeCache, genMisc, genPrettyPrinter, genRewrites, getChild, getChildNoTransform, getIndexOfChild, getNumChild, getNumChildNoTransform, getParent, getSubClasses, getSuperClass, goStart, grammarName, in$Circle, in$Circle, ind, insertChild, is$Equal, is$Final, is$Final, iterator, numChildren, removeChild, setChild, setGrammarName, setParent, state
childrenAccept, dump, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
public Opt(int i)
public Opt(OwlParser p, int i)
public Opt()
public Opt(T opt)
public void init$Children()
init$Children
in class ASTNode<T extends ASTNode>
public void dumpTree(java.lang.String indent, java.io.PrintStream out)
public java.lang.Object jjtAccept(OwlParserVisitor visitor, java.lang.Object data)
SimpleNode
public void jjtAddChild(Node n, int i)
Node
jjtAddChild
in interface Node
jjtAddChild
in class ASTNode<T extends ASTNode>
public void checkChild(Node n, int i)
checkChild
in class ASTNode<T extends ASTNode>
public boolean mayHaveRewrite()
mayHaveRewrite
in class ASTNode<T extends ASTNode>
public void flushAttrCache()
flushAttrCache
in class ASTNode<T extends ASTNode>
public void flushCollectionCache()
flushCollectionCache
in class ASTNode<T extends ASTNode>
public void flushRewriteCache()
flushRewriteCache
in class ASTNode<T extends ASTNode>
public Opt<T> fullCopy()
public Opt<T> treeCopyNoTransform()
treeCopyNoTransform
in class ASTNode<T extends ASTNode>
public Opt<T> treeCopy()
protected boolean is$Equal(ASTNode node)