net.sourceforge.pmd.lang.ast.Node, JspNodeASTAttribute, ASTAttributeValue, ASTCData, ASTCommentTag, ASTCompilationUnit, ASTContent, ASTDeclaration, ASTDoctypeDeclaration, ASTDoctypeExternalId, ASTElement, ASTElExpression, ASTHtmlScript, ASTJspComment, ASTJspDeclaration, ASTJspDeclarations, ASTJspDirective, ASTJspDirectiveAttribute, ASTJspDocument, ASTJspExpression, ASTJspExpressionInAttribute, ASTJspScriptlet, ASTText, ASTUnparsedText, ASTValueBindingpublic class AbstractJspNode extends net.sourceforge.pmd.lang.ast.AbstractNode implements JspNode
| Modifier and Type | Field | Description |
|---|---|---|
protected JspParser |
parser |
beginColumn, beginLine, childIndex, children, endColumn, endLine, firstToken, id, lastToken, parent| Constructor | Description |
|---|---|
AbstractJspNode(int id) |
|
AbstractJspNode(JspParser parser,
int id) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
childrenAccept(JspParserVisitor visitor,
java.lang.Object data) |
Accept the visitor.
|
java.lang.String |
getXPathNodeName() |
|
java.lang.Object |
jjtAccept(JspParserVisitor visitor,
java.lang.Object data) |
Accept the visitor.
|
void |
jjtClose() |
|
void |
jjtOpen() |
appendElement, findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDecendantOfAnyType, hasDescendantMatchingXPath, hasDescendantOfAnyType, hasDescendantOfType, hasImageEqualTo, isFindBoundary, isSingleLine, jjtAddChild, jjtGetChild, jjtGetChildIndex, jjtGetFirstToken, jjtGetId, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtSetChildIndex, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserData, testingOnlySetBeginColumn, testingOnlySetBeginLine, testingOnlySetEndColumn, testingOnlySetEndLine, toStringfindChildNodesWithXPath, 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, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserDataprotected JspParser parser
public AbstractJspNode(int id)
public AbstractJspNode(JspParser parser, int id)
public void jjtOpen()
jjtOpen in interface net.sourceforge.pmd.lang.ast.NodejjtOpen in class net.sourceforge.pmd.lang.ast.AbstractNodepublic void jjtClose()
jjtClose in interface net.sourceforge.pmd.lang.ast.NodejjtClose in class net.sourceforge.pmd.lang.ast.AbstractNodepublic java.lang.Object jjtAccept(JspParserVisitor visitor, java.lang.Object data)
public java.lang.Object childrenAccept(JspParserVisitor visitor, java.lang.Object data)
childrenAccept in interface JspNodepublic java.lang.String getXPathNodeName()
getXPathNodeName in interface net.sourceforge.pmd.lang.ast.NodegetXPathNodeName in class net.sourceforge.pmd.lang.ast.AbstractNodeCopyright © 2002–2018 PMD. All rights reserved.