net.sourceforge.pmd.lang.ast.Node
, JspNode
ASTAttribute
, ASTAttributeValue
, ASTCData
, ASTCommentTag
, ASTCompilationUnit
, ASTContent
, ASTDeclaration
, ASTDoctypeDeclaration
, ASTDoctypeExternalId
, ASTElement
, ASTElExpression
, ASTHtmlScript
, ASTJspComment
, ASTJspDeclaration
, ASTJspDeclarations
, ASTJspDirective
, ASTJspDirectiveAttribute
, ASTJspDocument
, ASTJspExpression
, ASTJspExpressionInAttribute
, ASTJspScriptlet
, ASTText
, ASTUnparsedText
, ASTValueBinding
public class AbstractJspNode extends net.sourceforge.pmd.lang.ast.AbstractNode implements JspNode
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, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, 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, toString
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtSetChildIndex, jjtSetParent, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserData
protected JspParser parser
public AbstractJspNode(int id)
public AbstractJspNode(JspParser parser, int id)
public void jjtOpen()
jjtOpen
in interface net.sourceforge.pmd.lang.ast.Node
jjtOpen
in class net.sourceforge.pmd.lang.ast.AbstractNode
public void jjtClose()
jjtClose
in interface net.sourceforge.pmd.lang.ast.Node
jjtClose
in class net.sourceforge.pmd.lang.ast.AbstractNode
public java.lang.Object jjtAccept(JspParserVisitor visitor, java.lang.Object data)
public java.lang.Object childrenAccept(JspParserVisitor visitor, java.lang.Object data)
childrenAccept
in interface JspNode
public java.lang.String getXPathNodeName()
getXPathNodeName
in interface net.sourceforge.pmd.lang.ast.Node
getXPathNodeName
in class net.sourceforge.pmd.lang.ast.AbstractNode
Copyright © 2002–2018 PMD. All rights reserved.