net.sourceforge.pmd.lang.java.ast
Class ASTCompilationUnit
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.ASTCompilationUnit
- All Implemented Interfaces:
- Node, RootNode, JavaNode, TypeNode
public class ASTCompilationUnit
- extends AbstractJavaTypeNode
- implements RootNode
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 |
ASTCompilationUnit
public ASTCompilationUnit(int id)
ASTCompilationUnit
public ASTCompilationUnit(net.sourceforge.pmd.lang.java.ast.JavaParser p,
int id)
getComments
public List<Comment> getComments()
setComments
public void setComments(List<Comment> comments)
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
declarationsAreInDefaultPackage
public boolean declarationsAreInDefaultPackage()
getPackageDeclaration
public ASTPackageDeclaration getPackageDeclaration()
getClassTypeResolver
public ClassTypeResolver getClassTypeResolver()
setClassTypeResolver
public void setClassTypeResolver(ClassTypeResolver classTypeResolver)
Copyright © 2002-2012 InfoEther. All Rights Reserved.