public class ASTJspExpression extends SimpleNode
parserbeginColumn, beginLine, children, endColumn, endLine, id, parent| Constructor and Description |
|---|
ASTJspExpression(int id) |
ASTJspExpression(JspParser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
jjtAccept(JspParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
childrenAccept, jjtClose, jjtOpen, toStringappendElement, 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitjjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtSetParentpublic ASTJspExpression(int id)
public ASTJspExpression(JspParser p, int id)
public java.lang.Object jjtAccept(JspParserVisitor visitor, java.lang.Object data)
jjtAccept in class SimpleNode