Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Eclipse JDT
Release 3.5
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
V
W
F
FieldDeclaration
- Interface in
com.sun.mirror.declaration
Represents a field of a type declaration.
file()
- Method in interface com.sun.mirror.util.
SourcePosition
Returns the source file containing this position.
Filer
- Interface in
com.sun.mirror.apt
This interface supports the creation of new files by an annotation processor.
Filer.Location
- Enum in
com.sun.mirror.apt
Locations (subtrees within the file system) where new files are created.
filter(Collection<D>)
- Method in class com.sun.mirror.util.
DeclarationFilter
Returns the declarations matched by this filter.
filter(Collection<? extends Declaration>, Class<D>)
- Method in class com.sun.mirror.util.
DeclarationFilter
Returns the declarations matched by this filter, with the result being restricted to declarations of a given kind.
FILTER_PACKAGE
- Static variable in class com.sun.mirror.util.
DeclarationFilter
A filter that selects only package-private (
default
) declarations.
FILTER_PRIVATE
- Static variable in class com.sun.mirror.util.
DeclarationFilter
A filter that selects only
private
declarations.
FILTER_PROTECTED
- Static variable in class com.sun.mirror.util.
DeclarationFilter
A filter that selects only
protected
declarations.
FILTER_PUBLIC
- Static variable in class com.sun.mirror.util.
DeclarationFilter
A filter that selects only
public
declarations.
FILTER_PUBLIC_OR_PROTECTED
- Static variable in class com.sun.mirror.util.
DeclarationFilter
A filter that selects only
public
or
protected
declarations.
finalRound()
- Method in interface com.sun.mirror.apt.
RoundState
Returns
true
if this was the last round of annotation processing; returns
false
if there will be a subsequent round.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Eclipse JDT
Release 3.5
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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.