public class AbstractJspNode extends AbstractNode implements JspNode
| Modifier and Type | Field and Description |
|---|---|
protected JspParser |
parser |
beginColumn, beginLine, childIndex, children, endColumn, endLine, firstToken, id, lastToken, parent| Constructor and Description |
|---|
AbstractJspNode(int id) |
AbstractJspNode(JspParser parser,
int id) |
| Modifier and Type | Method and Description |
|---|---|
Object |
childrenAccept(JspParserVisitor visitor,
Object data)
Accept the visitor.
|
Object |
jjtAccept(JspParserVisitor visitor,
Object data)
Accept the visitor.
|
void |
jjtClose() |
void |
jjtOpen() |
String |
toString() |
appendElement, findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDecendantOfAnyType, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, isSingleLine, jjtAddChild, jjtGetChild, jjtGetChildIndex, jjtGetFirstToken, jjtGetId, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtSetChildIndex, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, setDataFlowNode, setImage, setUserData, testingOnly__setBeginColumn, testingOnly__setBeginLine, testingOnly__setEndColumn, testingOnly__setEndLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtSetChildIndex, jjtSetParent, setDataFlowNode, setImage, setUserDataprotected JspParser parser
public AbstractJspNode(int id)
public AbstractJspNode(JspParser parser, int id)
public void jjtOpen()
jjtOpen in interface NodejjtOpen in class AbstractNodepublic void jjtClose()
jjtClose in interface NodejjtClose in class AbstractNodepublic Object jjtAccept(JspParserVisitor visitor, Object data)
public Object childrenAccept(JspParserVisitor visitor, Object data)
childrenAccept in interface JspNodepublic String toString()
toString in class AbstractNodeCopyright © 2002–2016 InfoEther. All rights reserved.