public class AbstractVFNode extends AbstractNode implements VfNode
Modifier and Type | Field and Description |
---|---|
protected VfParser |
parser |
beginColumn, beginLine, childIndex, children, endColumn, endLine, firstToken, id, lastToken, parent
Constructor and Description |
---|
AbstractVFNode(int id) |
AbstractVFNode(VfParser parser,
int id) |
Modifier and Type | Method and Description |
---|---|
Object |
childrenAccept(VfParserVisitor visitor,
Object data)
Accept the visitor.
|
Object |
jjtAccept(VfParserVisitor 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, testingOnlySetBeginColumn, testingOnlySetBeginLine, testingOnlySetEndColumn, testingOnlySetEndLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findChildNodesWithXPath, 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, setUserData
protected VfParser parser
public AbstractVFNode(int id)
public AbstractVFNode(VfParser parser, int id)
public void jjtOpen()
jjtOpen
in interface Node
jjtOpen
in class AbstractNode
public void jjtClose()
jjtClose
in interface Node
jjtClose
in class AbstractNode
public Object jjtAccept(VfParserVisitor visitor, Object data)
public Object childrenAccept(VfParserVisitor visitor, Object data)
childrenAccept
in interface VfNode
public String toString()
toString
in class AbstractNode
Copyright © 2002–2017 PMD. All rights reserved.