| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
tokenString_STRING_LITERAL |
findDecl_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 |
|---|
Value() |
Value(int i) |
Value(OwlParser p,
int i) |
Value(java.lang.String p0) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkChild(Node n,
int i) |
Value |
clone() |
Value |
copy() |
void |
dumpTree(java.lang.String indent,
java.io.PrintStream out) |
void |
flushAttrCache() |
void |
flushCollectionCache() |
void |
flushRewriteCache() |
Value |
fullCopy()
Deprecated.
Please use emitTreeCopy or emitTreeCopyNoTransform instead
|
int |
getNumChild() |
java.lang.String |
getSTRING_LITERAL()
Retrieves the value for the lexeme STRING_LITERAL.
|
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 |
setSTRING_LITERAL(java.lang.String value)
Replaces the lexeme STRING_LITERAL.
|
Value |
treeCopy()
Create a deep copy of the AST subtree at this node.
|
Value |
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 Value(int i)
public Value(OwlParser p, int i)
public Value()
public Value(java.lang.String p0)
public void init$Children()
init$Children in class ASTNode<ASTNode>public 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 ASTNode<ASTNode>public void checkChild(Node n, int i)
checkChild in class ASTNode<ASTNode>public int getNumChild()
getNumChild in class ASTNode<ASTNode>public boolean mayHaveRewrite()
mayHaveRewrite in class ASTNode<ASTNode>public void flushAttrCache()
flushAttrCache in class ASTNode<ASTNode>public void flushCollectionCache()
flushCollectionCache in class ASTNode<ASTNode>public void flushRewriteCache()
flushRewriteCache in class ASTNode<ASTNode>public Value clone() throws java.lang.CloneNotSupportedException
public Value fullCopy()
public Value treeCopyNoTransform()
treeCopyNoTransform in class ASTNode<ASTNode>public Value treeCopy()
public void setSTRING_LITERAL(java.lang.String value)
value - The new value for the lexeme STRING_LITERAL.@ASTNodeAnnotation.Token(name="STRING_LITERAL") public java.lang.String getSTRING_LITERAL()