Class ClassNameDeclaration
- java.lang.Object
-
- net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
-
- net.sourceforge.pmd.lang.java.symboltable.ClassNameDeclaration
-
- All Implemented Interfaces:
TypedNameDeclaration
,net.sourceforge.pmd.lang.symboltable.NameDeclaration
public class ClassNameDeclaration extends net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration implements TypedNameDeclaration
-
-
Constructor Summary
Constructors Constructor Description ClassNameDeclaration(JavaNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sourceforge.pmd.lang.ast.Node
getAccessNodeParent()
Class<?>
getType()
String
getTypeImage()
String
toString()
-
-
-
Constructor Detail
-
ClassNameDeclaration
public ClassNameDeclaration(JavaNode node)
-
-
Method Detail
-
getAccessNodeParent
public net.sourceforge.pmd.lang.ast.Node getAccessNodeParent()
-
getTypeImage
public String getTypeImage()
- Specified by:
getTypeImage
in interfaceTypedNameDeclaration
-
getType
public Class<?> getType()
- Specified by:
getType
in interfaceTypedNameDeclaration
-
-