net.sourceforge.pmd.lang.ast.NodeAbstractJspNode, ASTAttribute, ASTAttributeValue, ASTCData, ASTCommentTag, ASTCompilationUnit, ASTContent, ASTDeclaration, ASTDoctypeDeclaration, ASTDoctypeExternalId, ASTElement, ASTElExpression, ASTHtmlScript, ASTJspComment, ASTJspDeclaration, ASTJspDeclarations, ASTJspDirective, ASTJspDirectiveAttribute, ASTJspDocument, ASTJspExpression, ASTJspExpressionInAttribute, ASTJspScriptlet, ASTText, ASTUnparsedText, ASTValueBindingpublic interface JspNode extends net.sourceforge.pmd.lang.ast.Node
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
childrenAccept(JspParserVisitor visitor,
java.lang.Object data) |
Accept the visitor.
|
java.lang.Object |
jjtAccept(JspParserVisitor visitor,
java.lang.Object data) |
Accept the visitor.
|
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, getXPathNodeName, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserDatajava.lang.Object jjtAccept(JspParserVisitor visitor, java.lang.Object data)
java.lang.Object childrenAccept(JspParserVisitor visitor, java.lang.Object data)
Copyright © 2002–2018 PMD. All rights reserved.