net.sourceforge.pmd.lang.ecmascript.ast
Class ASTPropertyGet
java.lang.Object
net.sourceforge.pmd.lang.ast.AbstractNode
net.sourceforge.pmd.lang.ecmascript.ast.AbstractEcmascriptNode<T>
net.sourceforge.pmd.lang.ecmascript.ast.AbstractInfixEcmascriptNode<org.mozilla.javascript.ast.PropertyGet>
net.sourceforge.pmd.lang.ecmascript.ast.ASTPropertyGet
- All Implemented Interfaces:
- Node, EcmascriptNode
public class ASTPropertyGet
- extends AbstractInfixEcmascriptNode<org.mozilla.javascript.ast.PropertyGet>
Constructor Summary |
ASTPropertyGet(org.mozilla.javascript.ast.PropertyGet propertyGet)
|
Methods inherited from class net.sourceforge.pmd.lang.ast.AbstractNode |
appendElement, findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDecendantOfAnyType, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, isSingleLine, jjtAddChild, jjtClose, jjtGetChild, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setDataFlowNode, setImage, setUserData, testingOnly__setBeginColumn, testingOnly__setBeginLine, testingOnly__setEndColumn, testingOnly__setEndLine |
Methods inherited from interface net.sourceforge.pmd.lang.ast.Node |
findChildNodesWithXPath, findChildrenOfType, findDescendantsOfType, findDescendantsOfType, getAsDocument, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtClose, jjtGetChild, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setDataFlowNode, setImage, setUserData |
ASTPropertyGet
public ASTPropertyGet(org.mozilla.javascript.ast.PropertyGet propertyGet)
jjtAccept
public Object jjtAccept(EcmascriptParserVisitor visitor,
Object data)
- Accept the visitor.
- Specified by:
jjtAccept
in interface EcmascriptNode
- Overrides:
jjtAccept
in class AbstractEcmascriptNode<org.mozilla.javascript.ast.PropertyGet>
Copyright © 2002-2012 InfoEther. All Rights Reserved.