public class ClassNameDeclaration extends AbstractNameDeclaration implements TypedNameDeclaration
node
Constructor and Description |
---|
ClassNameDeclaration(JavaNode node) |
Modifier and Type | Method and Description |
---|---|
Node |
getAccessNodeParent() |
java.lang.Class<?> |
getType() |
java.lang.String |
getTypeImage() |
java.lang.String |
toString() |
getImage, getName, getNode, getScope
public ClassNameDeclaration(JavaNode node)
public java.lang.String toString()
toString
in class java.lang.Object
public Node getAccessNodeParent()
public java.lang.String getTypeImage()
getTypeImage
in interface TypedNameDeclaration
public java.lang.Class<?> getType()
getType
in interface TypedNameDeclaration
Copyright © 2002–2017 PMD. All rights reserved.