com.cedarsoft.codegen.parser
Class Result
java.lang.Object
com.cedarsoft.codegen.parser.Result
public class Result
- extends Object
|
Constructor Summary |
Result(com.sun.mirror.apt.AnnotationProcessorEnvironment environment)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Result
public Result(@NotNull
com.sun.mirror.apt.AnnotationProcessorEnvironment environment)
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.