TypedNameDeclaration, net.sourceforge.pmd.lang.symboltable.NameDeclarationpublic class ClassNameDeclaration extends net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration implements TypedNameDeclaration
| Constructor | Description |
|---|---|
ClassNameDeclaration(JavaNode node) |
| Modifier and Type | Method | Description |
|---|---|---|
net.sourceforge.pmd.lang.ast.Node |
getAccessNodeParent() |
|
java.lang.Class<?> |
getType() |
|
java.lang.String |
getTypeImage() |
|
java.lang.String |
toString() |
public ClassNameDeclaration(JavaNode node)
public java.lang.String toString()
toString in class java.lang.Objectpublic net.sourceforge.pmd.lang.ast.Node getAccessNodeParent()
public java.lang.String getTypeImage()
getTypeImage in interface TypedNameDeclarationpublic java.lang.Class<?> getType()
getType in interface TypedNameDeclarationCopyright © 2002–2018 PMD. All rights reserved.