org.jbind.javaParser
Class ASTUnmodifiedClassDeclaration

java.lang.Object
  extended byorg.jbind.javaParser.ASTUnmodifiedClassDeclaration

public class ASTUnmodifiedClassDeclaration
extends java.lang.Object


Constructor Summary
ASTUnmodifiedClassDeclaration()
           
 
Method Summary
 ASTName getExtends()
           
 ASTNameList getImplements()
           
 void setExtends(ASTName aName)
           
 void setImplements(ASTNameList aNameList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTUnmodifiedClassDeclaration

public ASTUnmodifiedClassDeclaration()
Method Detail

getExtends

public ASTName getExtends()

setExtends

public void setExtends(ASTName aName)

getImplements

public ASTNameList getImplements()

setImplements

public void setImplements(ASTNameList aNameList)