com.cedarsoft.codegen.parser
Class Result

java.lang.Object
  extended by com.cedarsoft.codegen.parser.Result

public class Result
extends Object


Constructor Summary
Result(com.sun.mirror.apt.AnnotationProcessorEnvironment environment)
           
 
Method Summary
 void addClassDeclaration(com.sun.mirror.declaration.ClassDeclaration classDeclaration)
           
 com.sun.mirror.declaration.ClassDeclaration findClassDeclarationWithShortestFQName()
          Deprecated. 
 com.sun.mirror.declaration.ClassDeclaration getClassDeclaration()
          Deprecated. 
 com.sun.mirror.declaration.ClassDeclaration getClassDeclaration(String fqName)
           
 List<? extends com.sun.mirror.declaration.ClassDeclaration> getClassDeclarations()
           
 com.sun.mirror.apt.AnnotationProcessorEnvironment getEnvironment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result(@NotNull
              com.sun.mirror.apt.AnnotationProcessorEnvironment environment)
Method Detail

addClassDeclaration

public void addClassDeclaration(@NotNull
                                com.sun.mirror.declaration.ClassDeclaration classDeclaration)

getClassDeclarations

@NotNull
public List<? extends com.sun.mirror.declaration.ClassDeclaration> getClassDeclarations()

getClassDeclaration

@NotNull
public com.sun.mirror.declaration.ClassDeclaration getClassDeclaration(@NotNull@NonNls
                                                                               String fqName)

getClassDeclaration

@Deprecated
@NotNull
public com.sun.mirror.declaration.ClassDeclaration getClassDeclaration()
Deprecated. 

Use getClassDeclaration(String) instead

Returns:
the class declaration with the shoretest fq name

findClassDeclarationWithShortestFQName

@Deprecated
@NotNull
public com.sun.mirror.declaration.ClassDeclaration findClassDeclarationWithShortestFQName()
Deprecated. 


getEnvironment

@NotNull
public com.sun.mirror.apt.AnnotationProcessorEnvironment getEnvironment()


Copyright © 2010 cedarsoft GmbH. All Rights Reserved.