org.jbind.javaParser
Class ASTTypeDeclaration

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

public class ASTTypeDeclaration
extends java.lang.Object


Constructor Summary
ASTTypeDeclaration()
           
 
Method Summary
 ASTUnmodifiedClassDeclaration getClassDeclaration()
           
 ASTUnmodifiedInterfaceDeclaration getInterfaceDeclaration()
           
 void setClassDeclaration(ASTUnmodifiedClassDeclaration aClassDeclaration)
           
 void setInterfaceDeclaration(ASTUnmodifiedInterfaceDeclaration anInterfaceDeclaration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTTypeDeclaration

public ASTTypeDeclaration()
Method Detail

getClassDeclaration

public ASTUnmodifiedClassDeclaration getClassDeclaration()

setClassDeclaration

public void setClassDeclaration(ASTUnmodifiedClassDeclaration aClassDeclaration)

getInterfaceDeclaration

public ASTUnmodifiedInterfaceDeclaration getInterfaceDeclaration()

setInterfaceDeclaration

public void setInterfaceDeclaration(ASTUnmodifiedInterfaceDeclaration anInterfaceDeclaration)