public class ASTElement extends SimpleNode
parser
beginColumn, beginLine, children, endColumn, endLine, id, parent
Constructor and Description |
---|
ASTElement(int id) |
ASTElement(JspParser p,
int id) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalName() |
java.lang.String |
getName() |
java.lang.String |
getNamespacePrefix() |
boolean |
isEmpty() |
boolean |
isHasNamespacePrefix() |
java.lang.Object |
jjtAccept(JspParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
void |
setEmpty(boolean empty) |
void |
setName(java.lang.String name) |
java.lang.String |
toString(java.lang.String prefix) |
childrenAccept, jjtClose, jjtOpen, toString
appendElement, asXml, containsChildOfType, dump, dumpChildren, findChildNodesWithXPath, findChildrenOfType, findChildrenOfType, findChildrenOfType, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstParentOfType, getImage, getLabel, getNthParent, getParentsOfType, getScope, hasImageEqualTo, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtSetParent, setDataFlowNode, setImage, setScope, testingOnly__setBeginColumn, testingOnly__setBeginLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtSetParent
public ASTElement(int id)
public ASTElement(JspParser p, int id)
public boolean isHasNamespacePrefix()
public java.lang.String getNamespacePrefix()
public java.lang.String getLocalName()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public boolean isEmpty()
public void setEmpty(boolean empty)
empty
- The empty to set.public java.lang.String toString(java.lang.String prefix)
toString
in class SimpleNode
public java.lang.Object jjtAccept(JspParserVisitor visitor, java.lang.Object data)
jjtAccept
in class SimpleNode