|
|
|
|
A
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
V
W
G
-
getActualTypeArguments() -
Method in interface com.sun.mirror.type.
DeclaredType
- Returns (in order) the actual type arguments of this type.
-
getAnnotation(Class<A>) -
Method in interface com.sun.mirror.declaration.
Declaration
- Returns the annotation of this declaration having the specified
type.
-
getAnnotationMirrors() -
Method in interface com.sun.mirror.declaration.
Declaration
- Returns the annotations that are directly present on this declaration.
-
getAnnotationType() -
Method in interface com.sun.mirror.declaration.
AnnotationMirror
- Returns the annotation type of this annotation.
-
getAnnotationTypes() -
Method in interface com.sun.mirror.declaration.
PackageDeclaration
- Returns the declarations of the top-level annotation types in this
package.
-
getArrayType(TypeMirror) -
Method in interface com.sun.mirror.util.
Types
- Returns an array type with the specified component type.
-
getAST() -
Method in interface org.eclipse.jdt.apt.core.env.
EclipseAnnotationProcessorEnvironment
- Return the AST of the file currently being processed.
-
getBounds() -
Method in interface com.sun.mirror.declaration.
TypeParameterDeclaration
- Returns the bounds of this type parameter.
-
getClasses() -
Method in interface com.sun.mirror.declaration.
PackageDeclaration
- Returns the declarations of the top-level classes in this package.
-
getComponentType() -
Method in interface com.sun.mirror.type.
ArrayType
- Returns the component type of this array type.
-
getCompositeAnnotationProcessor(AnnotationProcessor...) -
Static method in class com.sun.mirror.apt.
AnnotationProcessors
- Constructs a new composite annotation processor.
-
getCompositeAnnotationProcessor(Collection<AnnotationProcessor>) -
Static method in class com.sun.mirror.apt.
AnnotationProcessors
- Constructs a new composite annotation processor.
-
getConstantExpression() -
Method in interface com.sun.mirror.declaration.
FieldDeclaration
- Returns the text of a constant expression representing the
value of this field if this field is a compile-time constant.
-
getConstantValue() -
Method in interface com.sun.mirror.declaration.
FieldDeclaration
- Returns the value of this field if this field is a compile-time
constant.
-
getConstructors() -
Method in interface com.sun.mirror.declaration.
ClassDeclaration
- Returns the constructors of this class.
-
getContainingType() -
Method in interface com.sun.mirror.type.
DeclaredType
- Returns the type that contains this type as a member.
-
getDeclaration() -
Method in interface com.sun.mirror.type.
AnnotationType
- Returns the declaration of this type.
-
getDeclaration() -
Method in interface com.sun.mirror.type.
ClassType
- Returns the declaration of this type.
-
getDeclaration() -
Method in interface com.sun.mirror.type.
DeclaredType
- Returns the declaration of this type.
-
getDeclaration() -
Method in interface com.sun.mirror.type.
EnumType
- Returns the declaration of this type.
Returns null if this type's declaration is unknown. This may
be the result of a processing error, such as a missing class file.
-
getDeclaration() -
Method in interface com.sun.mirror.type.
InterfaceType
- Returns the declaration of this type.
-
getDeclaration() -
Method in interface com.sun.mirror.type.
TypeVariable
- Returns the type parameter that declared this type variable.
-
getDeclarationsAnnotatedWith(AnnotationTypeDeclaration) -
Method in interface com.sun.mirror.apt.
AnnotationProcessorEnvironment
- Returns the declarations annotated with the given annotation type.
-
getDeclarationScanner(DeclarationVisitor, DeclarationVisitor) -
Static method in class com.sun.mirror.util.
DeclarationVisitors
- Return a DeclarationVisitor that will scan the
declaration structure, visiting declarations contained in
another declaration.
-
getDeclarationUtils() -
Method in interface com.sun.mirror.apt.
AnnotationProcessorEnvironment
- Returns an implementation of some utility methods for
operating on declarations.
-
getDeclaredType(TypeDeclaration, TypeMirror...) -
Method in interface com.sun.mirror.util.
Types
- Returns the type corresponding to a type declaration and
actual type arguments.
-
getDeclaredType(DeclaredType, TypeDeclaration, TypeMirror...) -
Method in interface com.sun.mirror.util.
Types
- Returns the type corresponding to a type declaration
and actual arguments, given a
containing type
of which it is a member.
-
getDeclaringType() -
Method in interface com.sun.mirror.declaration.
AnnotationTypeElementDeclaration
- Returns the type declaration within which this member or constructor
is declared.
-
getDeclaringType() -
Method in interface com.sun.mirror.declaration.
EnumConstantDeclaration
- Returns the type declaration within which this member or constructor
is declared.
-
getDeclaringType() -
Method in interface com.sun.mirror.declaration.
MemberDeclaration
- Returns the type declaration within which this member or constructor
is declared.
-
getDefaultFactoryPath(IJavaProject) -
Static method in class org.eclipse.jdt.apt.core.util.
AptConfig
- Get a factory path corresponding to the default values: if jproj is
non-null, return the current workspace factory path (workspace prefs
are the default for a project); if jproj is null, return the default
list of plugin factories (which is the "factory default").
-
getDefaultValue() -
Method in interface com.sun.mirror.declaration.
AnnotationTypeElementDeclaration
- Returns the default value of this element.
-
getDocComment() -
Method in interface com.sun.mirror.declaration.
Declaration
- Returns the text of the documentation ("javadoc") comment of
this declaration.
-
getElementValues() -
Method in interface com.sun.mirror.declaration.
AnnotationMirror
- Returns this annotation's elements and their values.
-
getEnumConstants() -
Method in interface com.sun.mirror.declaration.
EnumDeclaration
- Returns the enum constants defined for this enum.
-
getEnums() -
Method in interface com.sun.mirror.declaration.
PackageDeclaration
- Returns the declarations of the top-level enum types in this package.
-
getEnvironment(ICompilationUnit, IJavaProject) -
Static method in class org.eclipse.jdt.apt.core.env.
EnvironmentFactory
- Return a processor environment for use outside of building or reconciling.
-
getErasure(TypeMirror) -
Method in interface com.sun.mirror.util.
Types
- Returns the erasure of a type.
-
getFactoryForAnnotation(String, IJavaProject) -
Static method in class org.eclipse.jdt.apt.core.util.
AptUtil
- Returns the matching annotation processor factory for a given
annotation in a given project.
-
getFactoryPath(IJavaProject) -
Static method in class org.eclipse.jdt.apt.core.util.
AptConfig
- Get the factory path for a given project or for the workspace.
-
getFields() -
Method in interface com.sun.mirror.declaration.
TypeDeclaration
- Returns the fields that are directly declared by this class or
interface.
-
getFiler() -
Method in interface com.sun.mirror.apt.
AnnotationProcessorEnvironment
- Returns the filer used to create new source, class, or auxiliary
files.
-
getFilter(Collection<Modifier>) -
Static method in class com.sun.mirror.util.
DeclarationFilter
- Returns a filter that selects declarations containing all of a
collection of modifiers.
-
getFilter(Class<? extends Declaration>) -
Static method in class com.sun.mirror.util.
DeclarationFilter
- Returns a filter that selects declarations of a particular kind.
-
getFormalTypeParameters() -
Method in interface com.sun.mirror.declaration.
ExecutableDeclaration
- Returns the formal type parameters of this method or constructor.
-
getFormalTypeParameters() -
Method in interface com.sun.mirror.declaration.
TypeDeclaration
- Returns the formal type parameters of this class or interface.
-
getGenSrcDir(IJavaProject) -
Static method in class org.eclipse.jdt.apt.core.util.
AptConfig
-
-
getInterfaces() -
Method in interface com.sun.mirror.declaration.
PackageDeclaration
- Returns the declarations of the top-level interfaces in this package.
-
getJavaProject() -
Method in interface org.eclipse.jdt.apt.core.env.
EclipseAnnotationProcessorEnvironment
-
-
getKind() -
Method in interface com.sun.mirror.type.
PrimitiveType
- Returns the kind of primitive type that this object represents.
-
getLowerBounds() -
Method in interface com.sun.mirror.type.
WildcardType
- Returns the lower bounds of this wildcard.
-
getMessager() -
Method in interface com.sun.mirror.apt.
AnnotationProcessorEnvironment
- Returns the messager used to report errors, warnings, and other
notices.
-
getMessager() -
Method in interface org.eclipse.jdt.apt.core.env.
EclipseAnnotationProcessorEnvironment
-
-
getMethods() -
Method in interface com.sun.mirror.declaration.
AnnotationTypeDeclaration
- Returns the annotation type elements of this annotation type.
-
getMethods() -
Method in interface com.sun.mirror.declaration.
ClassDeclaration
- Returns the methods that are directly declared by this class or
interface.
-
getMethods() -
Method in interface com.sun.mirror.declaration.
TypeDeclaration
- Returns the methods that are directly declared by this class or
interface.
-
getModifiers() -
Method in interface com.sun.mirror.declaration.
Declaration
- Returns the modifiers of this declaration, excluding annotations.
-
getNestedTypes() -
Method in interface com.sun.mirror.declaration.
TypeDeclaration
- Returns the declarations of the nested classes and interfaces
that are directly declared by this class or interface.
-
getOptions() -
Method in interface com.sun.mirror.apt.
AnnotationProcessorEnvironment
- Returns the options passed to the annotation processing tool.
-
getOwner() -
Method in interface com.sun.mirror.declaration.
TypeParameterDeclaration
- Returns the type, method, or constructor declaration within which
this type parameter is declared.
-
getPackage(String) -
Method in interface com.sun.mirror.apt.
AnnotationProcessorEnvironment
- Returns the declaration of a package given its fully qualified name.
-
getPackage() -
Method in interface com.sun.mirror.declaration.
TypeDeclaration
- Returns the package within which this type is declared.
-
getParameters() -
Method in interface com.sun.mirror.declaration.
ExecutableDeclaration
- Returns the formal parameters of this method or constructor.
-
getPhase() -
Method in interface org.eclipse.jdt.apt.core.env.
EclipseAnnotationProcessorEnvironment
- Indicate whether the processor is being called during a build or during editing
(that is, during reconcile).
-
getPosition() -
Method in interface com.sun.mirror.declaration.
AnnotationMirror
- Returns the source position of the beginning of this annotation.
-
getPosition() -
Method in interface com.sun.mirror.declaration.
AnnotationValue
- Returns the source position of the beginning of this annotation value.
-
getPosition() -
Method in interface com.sun.mirror.declaration.
Declaration
- Returns the source position of the beginning of this declaration.
-
getPrimitiveType(PrimitiveType.Kind) -
Method in interface com.sun.mirror.util.
Types
- Returns a primitive type.
-
getProcessorFor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) -
Method in interface com.sun.mirror.apt.
AnnotationProcessorFactory
- Returns an annotation processor for a set of annotation
types.
-
getProcessorFor(Set<AnnotationTypeDeclaration>, EclipseAnnotationProcessorEnvironment) -
Method in interface org.eclipse.jdt.apt.core.env.
EclipseAnnotationProcessorFactory
- Returns an annotation processor for a set of annotation types.
-
getProcessorOptions(IJavaProject) -
Static method in class org.eclipse.jdt.apt.core.util.
AptConfig
- Get the options that are presented to annotation processors by the
AnnotationProcessorEnvironment.
-
getQualifiedName() -
Method in interface com.sun.mirror.declaration.
PackageDeclaration
- Returns the fully qualified name of this package.
-
getQualifiedName() -
Method in interface com.sun.mirror.declaration.
TypeDeclaration
- Returns the fully qualified name of this class or interface
declaration.
-
getQualifiedName() -
Method in exception com.sun.mirror.type.
MirroredTypeException
- Returns the fully qualified name of the type being accessed.
-
getQualifiedNames() -
Method in exception com.sun.mirror.type.
MirroredTypesException
- Returns the fully qualified names of the types being accessed.
-
getRawProcessorOptions(IJavaProject) -
Static method in class org.eclipse.jdt.apt.core.util.
AptConfig
- Get the options that are presented to annotation processors by the
AnnotationProcessorEnvironment.
-
getReturnType() -
Method in interface com.sun.mirror.declaration.
MethodDeclaration
- Returns the formal return type of this method.
-
getRoundState() -
Method in class com.sun.mirror.apt.
RoundCompleteEvent
- Return round state.
-
getSimpleName() -
Method in interface com.sun.mirror.declaration.
Declaration
- Returns the simple (unqualified) name of this declaration.
-
getSource() -
Method in class com.sun.mirror.apt.
RoundCompleteEvent
- Return source.
-
getSourceOrderDeclarationScanner(DeclarationVisitor, DeclarationVisitor) -
Static method in class com.sun.mirror.util.
DeclarationVisitors
- Return a DeclarationVisitor that will scan the
declaration structure, visiting declarations contained in
another declaration in source code order.
-
getSpecifiedTypeDeclarations() -
Method in interface com.sun.mirror.apt.
AnnotationProcessorEnvironment
- Returns the declarations of the types specified when the
annotation processing tool was invoked.
-
getString(IJavaProject, String) -
Static method in class org.eclipse.jdt.apt.core.util.
AptConfig
- Helper method to get a single preference setting, e.g., APT_GENSRCDIR.
-
getSuperclass() -
Method in interface com.sun.mirror.declaration.
ClassDeclaration
- Returns the class type directly extended by this class.
-
getSuperclass() -
Method in interface com.sun.mirror.type.
ClassType
- Returns the class type that is a direct supertype of this one.
-
getSuperinterfaces() -
Method in interface com.sun.mirror.declaration.
TypeDeclaration
- Returns the interface types directly implemented by this class
or extended by this interface.
-
getSuperinterfaces() -
Method in interface com.sun.mirror.type.
DeclaredType
- Returns the interface types that are direct supertypes of this type.
-
getThrownTypes() -
Method in interface com.sun.mirror.declaration.
ExecutableDeclaration
- Returns the exceptions and other throwables listed in this
method or constructor's throws clause.
-
getType() -
Method in interface com.sun.mirror.declaration.
FieldDeclaration
- Returns the type of this field.
-
getType() -
Method in interface com.sun.mirror.declaration.
ParameterDeclaration
- Returns the type of this parameter.
-
getTypeDeclaration(String) -
Method in interface com.sun.mirror.apt.
AnnotationProcessorEnvironment
- Returns the declaration of a type given its fully qualified name.
-
getTypeDeclarations() -
Method in interface com.sun.mirror.apt.
AnnotationProcessorEnvironment
- A convenience method that returns the declarations of the types
included
in this invocation of the annotation processing tool.
-
getTypeMirror() -
Method in exception com.sun.mirror.type.
MirroredTypeException
- Returns the type mirror corresponding to the type being accessed.
-
getTypeMirrors() -
Method in exception com.sun.mirror.type.
MirroredTypesException
- Returns the type mirrors corresponding to the types being accessed.
-
getTypeUtils() -
Method in interface com.sun.mirror.apt.
AnnotationProcessorEnvironment
- Returns an implementation of some utility methods for
operating on types.
-
getTypeVariable(TypeParameterDeclaration) -
Method in interface com.sun.mirror.util.
Types
- Returns the type variable declared by a type parameter.
-
getUpperBounds() -
Method in interface com.sun.mirror.type.
WildcardType
- Returns the upper bounds of this wildcard.
-
getValue() -
Method in interface com.sun.mirror.declaration.
AnnotationValue
- Returns the value.
-
getVoidType() -
Method in interface com.sun.mirror.util.
Types
- Returns the pseudo-type representing the type of void.
-
getWildcardType(Collection<ReferenceType>, Collection<ReferenceType>) -
Method in interface com.sun.mirror.util.
Types
- Returns a new wildcard.
A
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
V
W
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.
|
|
|