- IFactoryPath - Interface in org.eclipse.jdt.apt.core.util
-
A minimal API for manipulating the annotation processor factory path.
- initialize() - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
-
Initialize preferences lookups, and register change listeners.
- InterfaceDeclaration - Interface in com.sun.mirror.declaration
-
Represents the declaration of an interface.
- InterfaceType - Interface in com.sun.mirror.type
-
Represents an interface type.
- isAssignable(TypeMirror, TypeMirror) - Method in interface com.sun.mirror.util.Types
-
Tests whether one type is assignable to another.
- isAutomaticProcessorOption(String) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
-
Is the named option automatically generated in getProcessorOptions(),
or did it come from somewhere else, such as a -A processor option?
- isEnabled(IJavaProject) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
-
Is annotation processing turned on for this project?
- isSubtype(TypeMirror, TypeMirror) - Method in interface com.sun.mirror.util.Types
-
Tests whether one type is a subtype of the another.
- isVarArgs() - Method in interface com.sun.mirror.declaration.ExecutableDeclaration
-
Returns true if this method or constructor accepts a variable
number of arguments.