net.sourceforge.pmd.lang.java.ast
Class ASTPrimaryPrefix
java.lang.Object
net.sourceforge.pmd.lang.ast.AbstractNode
net.sourceforge.pmd.lang.java.ast.AbstractJavaNode
net.sourceforge.pmd.lang.java.ast.AbstractJavaTypeNode
net.sourceforge.pmd.lang.java.ast.ASTPrimaryPrefix
- All Implemented Interfaces:
- Node, JavaNode, TypeNode
public class ASTPrimaryPrefix
- extends AbstractJavaTypeNode
Methods inherited from class net.sourceforge.pmd.lang.ast.AbstractNode |
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, jjtGetId, jjtGetNumChildren, jjtGetParent, 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, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstDescendantOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getUserData, hasDescendantMatchingXPath, hasDescendantOfType, hasImageEqualTo, isFindBoundary, jjtAddChild, jjtGetChild, jjtGetId, jjtGetNumChildren, jjtGetParent, jjtSetParent, setDataFlowNode, setImage, setUserData |
ASTPrimaryPrefix
public ASTPrimaryPrefix(int id)
ASTPrimaryPrefix
public ASTPrimaryPrefix(net.sourceforge.pmd.lang.java.ast.JavaParser p,
int id)
setUsesThisModifier
public void setUsesThisModifier()
usesThisModifier
public boolean usesThisModifier()
setUsesSuperModifier
public void setUsesSuperModifier()
usesSuperModifier
public boolean usesSuperModifier()
jjtAccept
public Object jjtAccept(net.sourceforge.pmd.lang.java.ast.JavaParserVisitor visitor,
Object data)
- Accept the visitor. *
- Specified by:
jjtAccept
in interface JavaNode
- Overrides:
jjtAccept
in class AbstractJavaNode
Copyright © 2002-2012 InfoEther. All Rights Reserved.