org.jbind.javaParser
Class ASTCompilationUnit

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

public class ASTCompilationUnit
extends java.lang.Object


Constructor Summary
ASTCompilationUnit()
           
 
Method Summary
 void addTypeDeclaration(ASTTypeDeclaration aTypeDeclaration)
           
 ASTTypeDeclaration getTypeDeclaration(int anIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTCompilationUnit

public ASTCompilationUnit()
Method Detail

addTypeDeclaration

public void addTypeDeclaration(ASTTypeDeclaration aTypeDeclaration)

getTypeDeclaration

public ASTTypeDeclaration getTypeDeclaration(int anIndex)