net.sourceforge.pmd.lang.java.symboltable
Class ClassNameDeclaration

java.lang.Object
  extended by net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
      extended by net.sourceforge.pmd.lang.java.symboltable.ClassNameDeclaration
All Implemented Interfaces:
TypedNameDeclaration, NameDeclaration

public class ClassNameDeclaration
extends AbstractNameDeclaration
implements TypedNameDeclaration


Field Summary
 
Fields inherited from class net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
node
 
Constructor Summary
ClassNameDeclaration(ASTClassOrInterfaceDeclaration node)
           
ClassNameDeclaration(ASTEnumDeclaration node)
           
 
Method Summary
 Node getAccessNodeParent()
           
 Class<?> getType()
           
 String getTypeImage()
           
 String toString()
           
 
Methods inherited from class net.sourceforge.pmd.lang.symboltable.AbstractNameDeclaration
getImage, getName, getNode, getScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassNameDeclaration

public ClassNameDeclaration(ASTClassOrInterfaceDeclaration node)

ClassNameDeclaration

public ClassNameDeclaration(ASTEnumDeclaration node)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getAccessNodeParent

public Node getAccessNodeParent()

getTypeImage

public String getTypeImage()
Specified by:
getTypeImage in interface TypedNameDeclaration

getType

public Class<?> getType()
Specified by:
getType in interface TypedNameDeclaration


Copyright © 2002-2015 InfoEther. All Rights Reserved.