Package net.sourceforge.pmd.lang.vf.ast
Interface VfNode
-
- All Superinterfaces:
net.sourceforge.pmd.lang.ast.Node
- All Known Implementing Classes:
AbstractVFNode
,ASTArguments
,ASTAttribute
,ASTAttributeValue
,ASTCData
,ASTCompilationUnit
,ASTContent
,ASTDeclaration
,ASTDoctypeDeclaration
,ASTDoctypeExternalId
,ASTDotExpression
,ASTElement
,ASTElExpression
,ASTExpression
,ASTHtmlScript
,ASTIdentifier
,ASTLiteral
,ASTNegationExpression
,ASTText
public interface VfNode extends net.sourceforge.pmd.lang.ast.Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
childrenAccept(VfParserVisitor visitor, java.lang.Object data)
Accept the visitorjava.lang.Object
jjtAccept(VfParserVisitor visitor, java.lang.Object data)
Accept the visitor-
Methods inherited from interface net.sourceforge.pmd.lang.ast.Node
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfAnyType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, getXPathAttributesIterator, getXPathNodeName, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetChildIndex, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetChildIndex, jjtSetParent, remove, removeChildAtIndex, setDataFlowNode, setImage, setUserData
-
-
-
-
Method Detail
-
jjtAccept
java.lang.Object jjtAccept(VfParserVisitor visitor, java.lang.Object data)
Accept the visitor. *
-
childrenAccept
java.lang.Object childrenAccept(VfParserVisitor visitor, java.lang.Object data)
Accept the visitor. *
-
-