|
Eclipse JDT Release 3.7 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
IAntLaunchConstants
IBuffer
can additionally implement IBuffer.ITextEditCapability
.WorkingCopyOwner
instead.class
file).ClassFileBytesDisassembler
insteadIClasspathContainerPage
can
optionally implement IClasspathContainerPageExtension
to get additional
information about the context when the page is opened.IClasspathContainerPage
can
optionally implement IClasspathContainerPageExtension2
to return more
than one element when creating new containers.CompilationUnitChange
which can be applied on a document to
fix one or more problems in a compilation unit.CompletionRequestor
instead.CodeFormatter
instead (note: options have changed)RGB
objects.IColorManager
with
the ability to bind and un-bind colors.Java-like extensions
).CompletionRequestor
instead."id"
).
org.eclipse.jdt.launching.sourceLookup.javaSourcePathComputer
).
"org.eclipse.jdt.ui.JavaActionSet"
).
IAntLaunchConstants.ID_ANT_BUILDER_LAUNCH_CONFIGURATION_TYPE
IAntLaunchConstants.ID_ANT_LAUNCH_CONFIGURATION_TYPE
org.eclipse.ant.ui.antProcess
).
IAntLaunchConstants.ID_ANT_PROCESS_TYPE
javaEditorTextHovers
.
"org.eclipse.jdt.ui.JavaBrowsingPerspective"
).
"org.eclipse.jdt.ui.ClassFileEditor"
).
"org.eclipse.jdt.ui.preferences.ClasspathVariablesPreferencePage"
).
"org.eclipse.jdt.ui.CodingActionSet"
).
"org.eclipse.jdt.ui.CompilationUnitEditor"
).
"org.eclipse.jdt.debug.ui.DisplayView"
).
"org.eclipse.jdt.ui.JavaElementCreationActionSet"
).
"org.eclipse.jdt.ui.JavaHierarchyPerspective"
).
"org.eclipse.jdt.launching.javaApplet"
).
"org.eclipse.jdt.launching.localJavaApplication"
).
"org.eclipse.jdt.debug.ui.SnippetEditor"
)
"org.eclipse.jdt.launching.javaSourceLocator"
).
javaEditorTextHovers
.
"org.eclipse.jdt.ui.JavadocView"
).
"org.eclipse.jdt.ui.MembersView"
).
"org.eclipse.jdt.ui.A_OpenActionSet"
).
"org.eclipse.jdt.ui.PackageExplorer"
).
"org.eclipse.jdt.ui.PackagesView"
).
"org.eclipse.jdt.ui.JavaPerspective"
).
"org.eclipse.jdt.core.manipulation"
).
"org.eclipse.jdt.launching"
)
for the Java launching plug-in.
"org.eclipse.jdt.ui"
).
"org.eclipse.jdt.ui.ProjectsView"
).
"org.eclipse.jdt.debug.ui.javaSourceLocator"
).
"org.eclipse.jdt.launching.remoteJavaApplication"
).
org.eclipse.jdt.ui.SearchActionSet"
).
"org.eclipse.jdt.ui.SnippetEditor"
).
"org.eclipse.jdt.launching.socketAttachConnector"
).
"org.eclipse.jdt.launching.socketListenConnector"
).
javaEditorTextHovers
.
"org.eclipse.jdt.ui.SourceView"
).
"org.eclipse.jdt.ui.TypeHierarchy"
).
"org.eclipse.jdt.ui.TypesView"
).
"org.eclipse.jdt.ui.preferences.UserLibraryPreferencePage"
).
String
).
IVMInstall
).IfStatement
.
IJarBuilder
with the following functions:
Write a file to the JAR to build
IPackageFragment
or IPackageFragmentRoot
.java.lang.Class
on a
target VM.org.eclipse.jdt.ui.javaCompletionProposalComputer
extension-point.IJavaElementMapper
provides methods to map an original
elements to its refactored counterparts.org.eclipse.jdt.ui.foldingStructureProvider
extension point
can specify an implementation of this interface to be displayed on the Java > Editor > Folding
preference page.org.eclipse.jdt.ui.foldingStructureProvider
extension
point must specify an implementation of this interface which will create and
maintain ProjectionAnnotation
objects
that define folded regions in the ProjectionViewer
.IJavaFoldingStructureProvider
with the following
functions:
collapsing of comments and members
expanding and collapsing of certain java elements
IJavaStratumLineBreakpoint
insteadSearchRequestor
replaces this interface.IJavaSearchScope
defines where search result should be found by a
SearchEngine
.org.eclipse.debug.core.sourcelookup
and org.eclipse.debug.core.sourcelookup.containers
. This interface
has been replaced by
org.eclipse.debug.core.sourcelookup.ISourceContainer
.ImplementorsSearchGroup
.
ImplementorsSearchGroup
.
ImportDeclaration
.
ImportActionGroup
.
IProblem.AmbiguousType
instead
IProblem.InheritedTypeHidesEnclosingName
instead
IProblem.InternalTypeNameProvided
instead
IProblem.NotVisibleType
instead
ImportRewrite
helps updating imports following a import order and on-demand imports threshold as configured by a project.ImportRewrite.ImportRewriteContext
can optionally be used in e.g.ImportDeclaration
).
SearchEngine.createJavaSearchScope(IJavaElement[])
with the package fragment roots that correspond to the binaries instead.
SearchEngine.createJavaSearchScope(IJavaElement[])
with a Java project instead.
"org.eclipse.jdt.ui.edit.text.java.indent"
).
"org.eclipse.jdt.ui.actions.Indent"
).
Expression
).
org.eclipse.jdt.ui.infer.typearguments
).
"org.eclipse.jdt.ui.actions.InferTypeArguments"
).
"org.eclipse.jdt.ui.edit.text.java.infer.type.arguments"
).
InferTypeArgumentsAction
.
InfixExpression
.
IClasspathContainer
for a given project,
or silently fails if unable to do so.
initialize()
is called before IClasspathContainerPage.setSelection
to give additional information about the context the classpath container entry is configured in.
Initializer
.
ArrayInitializer
).
Expression
).
Expression
).
Expression
).
"org.eclipse.jdt.ui.edit.text.java.inline"
).
"org.eclipse.jdt.ui.actions.Inline"
).
org.eclipse.jdt.ui.inline.constant
).
org.eclipse.jdt.ui.inline.temp
).
org.eclipse.jdt.ui.inline.method
).
InlineAction
.
InstanceofExpression
.
instanceof
expression.
int
CodeGeneration.getTypeBody(String, ICompilationUnit, String, String)
to get the code template used
for a new interface type body.
Boolean
).
IProblem.AmbiguousType
instead
IProblem.InheritedTypeHidesEnclosingName
instead
IProblem.InternalTypeNameProvided
instead
IProblem.UndefinedType
instead
IProblem.NotVisibleType
instead
150
).
org.eclipse.jdt.ui.introduce.factory
).
"org.eclipse.jdt.ui.edit.text.java.introduce.factory"
).
"org.eclipse.jdt.ui.actions.IntroduceFactory"
).
org.eclipse.jdt.ui.introduce.indirection
).
"org.eclipse.jdt.ui.edit.text.java.create.indirection"
).
"org.eclipse.jdt.ui.actions.IntroduceIndirection"
).
org.eclipse.jdt.ui.introduce.parameter
).
"org.eclipse.jdt.ui.edit.text.java.introduce.parameter"
).
"org.eclipse.jdt.ui.actions.IntroduceParameter"
).
org.eclipse.jdt.ui.introduce.parameter.object
).
"org.eclipse.jdt.ui.edit.text.java.introduce.parameter.object"
).
"org.eclipse.jdt.ui.actions.IntroduceParameterObject"
).
"org.eclipse.jdt.ui.introduceParameterObjectRefactoring"
).
IntroduceFactoryAction
.
IntroduceIndirectionAction
.
ICompilationUnit
does not correspond to the IPackageFragment
it belongs to.
java.io.IOException
occurred.
org.eclipse.jdt.ui.queryParticipants
.org.eclipse.jdt.ui.quickAssistProcessors
.org.eclipse.jdt.ui.quickFixProcessors
.IRuntimeClasspathEntry
to support
extensible runtime classpath entries.IRuntimeClasspathEntryResolver
.ClasspathContainerInitializer
to handle comparison of classpath containers. Use
ClasspathContainerInitializer.getComparisonID(IPath,IJavaProject)
.
When a classpath container implements this interface, this interface is
used to determine equality before using the support defined in
ClasspathContainerInitializer
.abstract
modifier.
true
) or modification (false
).
AccAnnotation
bit set.
ArrayType
).
ICompilationUnit.hasResourceChanged()
instead.
BlockComment
).
AccBridge
bit set.
ToolFactory
.ChildListPropertyDescriptor
.
ChildPropertyDescriptor
.
true
or when the value of the condition changes.
true
the parameter will be removed from the method's signature and will be added
to the parameter object.
true
if getters and setters are generated for fields.
true
if delegates will be kept.
@deprecated
tag in Javadoc comment).
true
if delegates will be marked as deprecated.
Javadoc
).
SearchPattern
replaces this interface.key
is enabled.
true
) or exit
(false
).
AccEnum
bit set.
true
if this jar entry represents a file.
true
if proposal
is filtered, e.g.
final
modifier.
true
if getters are generated for fields.
true
if the given character is an indentation character.
true
if the provider is installed, false
otherwise.
interface
modifier.
true
if the test should be created as Junit 4 test
true
if the test suite should be created as Junit 4 suite
LineComment
).
true
if the given character is a line delimiter character.
MarkerAnnotation
).
native
modifier.
NormalAnnotation
).
null
.
".
- isOpen() -
Method in interface org.eclipse.jdt.core.IOpenable
- Returns whether this openable is open.
- ISourceAttribute - Interface in org.eclipse.jdt.core.util
- Description of a source attribute as described in the JVM
specifications.
- ISourceManipulation - Interface in org.eclipse.jdt.core
- Common protocol for Java elements that support source code manipulations such
as copy, move, rename, and delete.
- ISourceRange - Interface in org.eclipse.jdt.core
- A source range defines an element's source coordinates relative to
its source buffer.
- ISourceReference - Interface in org.eclipse.jdt.core
- Common protocol for Java elements that have associated source code.
- isOutOfSynch() -
Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
- Returns whether any of the threads associated with this debug target
are running code in the VM that is out of synch with the code
in the workspace.
- isOutOfSynch() -
Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
- Returns whether the method associated with this stack frame
is running code in the VM that is out of synch with the code
in the workspace.
- isOutOfSynch() -
Method in interface org.eclipse.jdt.debug.core.IJavaThread
- Returns whether any of the stack frames associated with this thread
are running code in the VM that is out of synch with the code
in the workspace.
- isOverlappingRoots(IPath, IPath) -
Static method in class org.eclipse.jdt.core.JavaConventions
- Deprecated. Overlapping roots are allowed in 2.1
- isPackage(String[]) -
Method in class org.eclipse.jdt.core.WorkingCopyOwner
- Returns whether the given package segments represent a package.
- isPackageDefault(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer does not include one of the
public
, private
, or protected
flags.
- isPackageFragmentEmpty(IJavaElement) -
Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
- Tests if the given element is a empty package fragment.
- isPackageMemberTypeDeclaration() -
Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
- Returns whether this type declaration is a package member (that is,
a top-level type).
- isPackagePrivate() -
Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
- Returns whether the associated Java construct is declared with
no protection modifier (package private protection).
- isParameter() -
Method in interface org.eclipse.jdt.core.dom.IVariableBinding
- Returns whether this binding corresponds to a parameter.
- isParameter() -
Method in interface org.eclipse.jdt.core.ILocalVariable
- Returns
true
if this local variable is a method parameter, false
otherwise.
- isParameterizedMethod() -
Method in class org.eclipse.jdt.core.BindingKey
- Returns whether this binding key represents a parameterized method, or if its declaring method is a parameterized method.
- isParameterizedMethod() -
Method in interface org.eclipse.jdt.core.dom.IMethodBinding
- Returns whether this method binding represents an instance of
a generic method corresponding to a parameterized method reference.
- isParameterizedType() -
Method in class org.eclipse.jdt.core.BindingKey
- Returns whether this binding key represents a parameterized type, or if its declaring type is a parameterized type.
- isParameterizedType() -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this type binding represents an instance of
a generic type corresponding to a parameterized type reference.
- isParameterizedType() -
Method in class org.eclipse.jdt.core.dom.Type
- Returns whether this type is a parameterized type
(
ParameterizedType
).
- isPerformingEvaluation() -
Method in interface org.eclipse.jdt.debug.core.IJavaThread
- Returns whether this thread is currently performing
an evaluation.
- isPerformingHotCodeReplace() -
Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
- Returns whether this target is currently performing a hot code replace.
- isPolymorphicSearch() -
Method in class org.eclipse.jdt.core.search.SearchPattern
-
- isPrimitive() -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this type binding represents a primitive type.
- isPrimitiveType() -
Method in class org.eclipse.jdt.core.dom.Type
- Returns whether this type is a primitive type
(
PrimitiveType
).
- isPrivate(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "private" modifier.
- isPrivate() -
Method in class org.eclipse.jdt.core.dom.Modifier
- Answer true if the receiver is the private modifier, false otherwise.
- isPrivate(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
private
modifier.
- isPrivate() -
Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
- Returns whether the associated Java construct is declared as private.
- isProjectPackageFragmentRoot(IPackageFragmentRoot) -
Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
- Tests if the package fragment root is located on the project.
- isProtected(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "protected" modifier.
- isProtected() -
Method in class org.eclipse.jdt.core.dom.Modifier
- Answer true if the receiver is the protected modifier, false otherwise.
- isProtected(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
protected
modifier.
- isProtected() -
Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
- Returns whether the associated Java construct is declared as protected.
- isPublic(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "public" modifier.
- isPublic() -
Method in class org.eclipse.jdt.core.dom.Modifier
- Answer true if the receiver is the public modifier, false otherwise.
- isPublic(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
public
modifier.
- isPublic() -
Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
- Returns whether the associated Java construct is declared as public.
- isQualifiedName() -
Method in class org.eclipse.jdt.core.dom.Name
- Returns whether this name is a qualified name
(
QualifiedName
).
- isQualifiedType() -
Method in class org.eclipse.jdt.core.dom.Type
- Returns whether this type is a qualified type
(
QualifiedType
).
- isQualifiedTypeNamesEnabled() -
Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
- If set, type names are shown with the parent container's name.
- isRaw() -
Method in class org.eclipse.jdt.core.search.SearchMatch
- Returns whether the associated element is a raw type/method or not.
- isRawMethod() -
Method in interface org.eclipse.jdt.core.dom.IMethodBinding
- Returns whether this method binding represents an instance of
a generic method corresponding to a raw method reference.
- isRawType() -
Method in class org.eclipse.jdt.core.BindingKey
- Returns whether this binding key represents a raw type.
- isRawType() -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this type binding represents an instance of
a generic type corresponding to a raw type reference.
- isReadAccess() -
Method in class org.eclipse.jdt.core.search.FieldReferenceMatch
- Returns whether the field reference is a read access to the field.
- isReadAccess() -
Method in class org.eclipse.jdt.core.search.LocalVariableReferenceMatch
- Returns whether the local variable reference is a read access to the variable.
- isReadOnly() -
Method in interface org.eclipse.jdt.core.IBuffer
- Returns whether this buffer is read-only.
- isReadOnly() -
Method in interface org.eclipse.jdt.core.IJavaElement
- Returns whether this Java element is read-only.
- isRecovered() -
Method in interface org.eclipse.jdt.core.dom.IBinding
- Return whether this binding is created because the bindings recovery is enabled.
- isRefactoringAware() -
Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
- Is the JAR package refactoring aware?
- isReferencedBy(IJavaElement, IMarker) -
Static method in class org.eclipse.jdt.core.JavaCore
- Returns whether the given marker references the given Java element.
- isReferencedBy(IJavaElement, IMarkerDelta) -
Static method in class org.eclipse.jdt.core.JavaCore
- Returns whether the given marker delta references the given Java element.
- isResolved() -
Method in interface org.eclipse.jdt.core.IField
- Returns whether this field represents a resolved field.
- isResolved() -
Method in interface org.eclipse.jdt.core.IMethod
- Returns whether this method represents a resolved method.
- isResolved() -
Method in interface org.eclipse.jdt.core.IType
- Returns whether this type represents a resolved type.
- isResolvedTypeInferredFromExpectedType() -
Method in class org.eclipse.jdt.core.dom.MethodInvocation
- Returns
true
if the resolved return type has been inferred
from the assignment context (JLS3 15.12.2.8), false
otherwise.
- isResolvedTypeInferredFromExpectedType() -
Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
- Returns true if the resolved return type has been inferred from the assignment context (JLS3 15.12.2.8), false otherwise.
- isResolvingBindings() -
Method in class org.eclipse.jdt.core.compiler.ReconcileContext
- Returns whether the reconcile operation is resolving bindings.
- isResumeOnStartup() -
Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
- Returns whether the VM is resumed on startup when launched
in debug mode.
- isSetters() -
Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
- Returns
true
if setters are generated for fields.
- isShowBootpath() -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
- Returns whether the bootpath should be displayed.
- isShowMembersInHierarchy() -
Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
- If set, the lock mode is enabled.
- isSignatureEqual(IDOMNode) -
Method in interface org.eclipse.jdt.core.jdom.IDOMNode
- Deprecated. Returns whether this node's signature is equivalent to the given
node's signature.
- isSimilar(IMethod) -
Method in interface org.eclipse.jdt.core.IMethod
- Returns whether this method is similar to the given method.
- isSimpleName() -
Method in class org.eclipse.jdt.core.dom.Name
- Returns whether this name is a simple name
(
SimpleName
).
- isSimpleProperty() -
Method in class org.eclipse.jdt.core.dom.StructuralPropertyDescriptor
- Returns whether this property is a simple property
(instance of
SimplePropertyDescriptor
.
- isSimpleType() -
Method in class org.eclipse.jdt.core.dom.Type
- Returns whether this type is a simple type
(
SimpleType
).
- isSingleMemberAnnotation() -
Method in class org.eclipse.jdt.core.dom.Annotation
- Returns whether this is a single member annotation.
- isSorterProperty(Object, Object) -
Method in class org.eclipse.jdt.ui.JavaElementSorter
- Deprecated. Bug 22518. Method never used: does not override ViewerSorter#isSorterProperty(Object, String).
Method could be removed, but kept for API compatibility.
- isStatic() -
Method in class org.eclipse.jdt.core.dom.ImportDeclaration
- Returns whether this import declaration is a static import (added in JLS3 API).
- isStatic(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "static" modifier.
- isStatic() -
Method in class org.eclipse.jdt.core.dom.Modifier
- Answer true if the receiver is the static modifier, false otherwise.
- isStatic(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
static
modifier.
- isStatic() -
Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
- Returns whether the associated Java construct is declared as static.
- isStaticImport(int) -
Static method in class org.eclipse.jdt.core.CompletionFlags
- Returns whether the given integer includes the
CompletionFlags.StaticImport
flag.
- isStaticInitializer() -
Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
- Returns whether the method associated with this stack frame
is a static initializer.
- isStepThruFilters() -
Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
- Returns whether a step that lands in a filtered location should
proceed through to an un-filtered location or return to the location where
a step originated.
- isStopInMain(ILaunchConfiguration) -
Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
- Returns whether the given launch configuration specifies that execution
should suspend on entry of the main method.
- isStrictfp(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "strictfp" modifier.
- isStrictfp() -
Method in class org.eclipse.jdt.core.dom.Modifier
- Answer true if the receiver is the strictfp modifier, false otherwise.
- isStrictfp(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
strictfp
modifier.
- isStrictlyCompatbile() -
Method in class org.eclipse.jdt.launching.environments.CompatibleEnvironment
- Returns whether the analyzed vm install is strictly compatible with the compatible
environment or represents a superset of the environment.
- isStrictlyCompatible(IVMInstall) -
Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
- Returns whether the specified vm install is strictly compatible with
this environment.
- isStructureKnown() -
Method in interface org.eclipse.jdt.core.IJavaElement
- Returns whether the structure of this element is known.
- isSubsignature(IMethodBinding) -
Method in interface org.eclipse.jdt.core.dom.IMethodBinding
- Returns whether this method's signature is a subsignature of the given method as
specified in section 8.4.2 of The Java Language Specification, Third Edition (JLS3).
- isSubtype(TypeMirror, TypeMirror) -
Method in interface com.sun.mirror.util.Types
- Tests whether one type is a subtype of the another.
- isSubTypeCompatible(ITypeBinding) -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this type is subtype compatible with the given type,
as specified in section 4.10 of The Java Language
Specification, Third Edition (JLS3).
- isSuper(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
super
modifier.
- isSuperInvocation() -
Method in class org.eclipse.jdt.core.search.MethodReferenceMatch
- Returns whether the reference is on a message sent from a type
which is a super type of the searched method declaring type.
- isSynchronized(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "synchronized" modifier.
- isSynchronized() -
Method in class org.eclipse.jdt.core.dom.Modifier
- Answer true if the receiver is the synchronized modifier, false otherwise.
- isSynchronized(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
synchronized
modifier.
- isSynchronized() -
Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
- Returns whether the method associated with this stack frame
has been declared as synchronized.
- isSynthetic() -
Method in interface org.eclipse.jdt.core.dom.IBinding
- Returns whether this binding is synthetic.
- isSynthetic(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the indication that the
element is synthetic.
- isSynthetic() -
Method in class org.eclipse.jdt.core.search.MethodReferenceMatch
- Returns whether the reference is on a synthetic element.
- isSynthetic() -
Method in interface org.eclipse.jdt.core.util.IFieldInfo
- Return true if the field info is synthetic according to the JVM specification, false otherwise.
- isSynthetic() -
Method in interface org.eclipse.jdt.core.util.IMethodInfo
- Return true if the method info is synthetic according to the JVM specification, false otherwise.
- isSynthetic() -
Method in interface org.eclipse.jdt.debug.core.IJavaModifiers
- Returns whether the associated Java construct is synthetic.
- isSystemThread() -
Method in interface org.eclipse.jdt.debug.core.IJavaThread
- Returns whether this thread is a system thread.
- IStackMapAttribute - Interface in org.eclipse.jdt.core.util
- This class represents a stack map attribute.
- IStackMapFrame - Interface in org.eclipse.jdt.core.util
- Description of a stack map frame as specified in the JVM specifications.
- IStackMapTableAttribute - Interface in org.eclipse.jdt.core.util
- This class represents a stack map table attribute.
- isTerminated() -
Method in interface org.eclipse.jdt.debug.eval.IEvaluationResult
- Returns whether this evaluation was terminated before it completed.
- isTopLevel() -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this type binding represents a top-level class,
interface, enum, or annotation type.
- isTopLevel() -
Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
- Returns
true
if the new type is created as top level type.
- ISTORE -
Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ISTORE_0 -
Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ISTORE_1 -
Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ISTORE_2 -
Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- ISTORE_3 -
Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- isTransient(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "transient" modifier.
- isTransient() -
Method in class org.eclipse.jdt.core.dom.Modifier
- Answer true if the receiver is the transient modifier, false otherwise.
- isTransient(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
transient
modifier.
- isTransient() -
Method in interface org.eclipse.jdt.debug.core.IJavaFieldVariable
- Returns whether this variable is declared as transient.
- isTypeVariable() -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this type binding represents a type variable.
- ISUB -
Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- isUncaught() -
Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
- Returns whether this breakpoint suspends execution when the
associated exception is thrown in an uncaught location (not
caught by a try/catch statement).
- isUnnamed() -
Method in interface org.eclipse.jdt.core.dom.IPackageBinding
- Returns whether this package is an unnamed package.
- isUpperbound() -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this wildcard type is an upper bound
("extends") as opposed to a lower bound ("super").
- isUpperBound() -
Method in class org.eclipse.jdt.core.dom.WildcardType
- Returns whether this wildcard type is an upper bound
("extends") as opposed to a lower bound ("super").
- isUseDynamicJREArea() -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
-
- isValid(ILaunchConfiguration) -
Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationTab
-
- isValid() -
Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
- Tells whether this JAR package data can be used to generate
a valid JAR.
- isVarArgs() -
Method in interface com.sun.mirror.declaration.ExecutableDeclaration
- Returns true if this method or constructor accepts a variable
number of arguments.
- isVarargs() -
Method in interface org.eclipse.jdt.core.dom.IMethodBinding
- Returns whether this is a variable arity method.
- isVarargs() -
Method in class org.eclipse.jdt.core.dom.MethodDeclaration
- Returns whether this method declaration declares a
variable arity method (added in JLS3 API).
- isVarargs() -
Method in class org.eclipse.jdt.core.dom.MethodRefParameter
- Returns whether this method reference parameter is for
the last parameter of a variable arity method (added in JLS3 API).
- isVarargs() -
Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
- Returns whether this declaration declares the last parameter of
a variable arity method (added in JLS3 API).
- isVarargs(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer has the
AccVarargs
bit set.
- isVarArgs() -
Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
- Returns whether the method associated with this stack frame accepts
a variable number of arguments.
- isVMInstallReference(IClasspathEntry) -
Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntryResolver2
- Returns whether the given classpath entry references a VM install.
- isVMInstallReference(IRuntimeClasspathEntry) -
Static method in class org.eclipse.jdt.launching.JavaRuntime
- Returns whether the given runtime classpath entry refers to a VM install.
- isVolatile(int) -
Static method in class org.eclipse.jdt.core.dom.Modifier
- Returns whether the given flags includes the "volatile" modifier.
- isVolatile() -
Method in class org.eclipse.jdt.core.dom.Modifier
- Answer true if the receiver is the volatile modifier, false otherwise.
- isVolatile(int) -
Static method in class org.eclipse.jdt.core.Flags
- Returns whether the given integer includes the
volatile
modifier.
- isVolatile() -
Method in interface org.eclipse.jdt.debug.core.IJavaFieldVariable
- Returns whether this variable is declared as volatile.
- isWarning() -
Method in interface org.eclipse.jdt.core.compiler.IProblem
- Checks the severity to see if the Error bit is not set.
- isWhitespace(char) -
Static method in class org.eclipse.jdt.core.compiler.CharOperation
- Answers true if c is a whitespace according to the JLS (\u000a, \u000c, \u000d, \u0009), otherwise false.
- isWildcardType() -
Method in interface org.eclipse.jdt.core.dom.ITypeBinding
- Returns whether this type binding represents a wildcard type.
- isWildcardType() -
Method in class org.eclipse.jdt.core.dom.Type
- Returns whether this type is a wildcard type
(
WildcardType
).
- isWorkingCopy() -
Method in interface org.eclipse.jdt.core.ICompilationUnit
- Returns whether this element is a working copy.
- isWorkingCopy() -
Method in interface org.eclipse.jdt.core.IWorkingCopy
- Deprecated. Use
ICompilationUnit.isWorkingCopy()
instead.
- isWriteAccess() -
Method in class org.eclipse.jdt.core.search.FieldReferenceMatch
- Returns whether the field reference is a write access to the field.
- isWriteAccess() -
Method in class org.eclipse.jdt.core.search.LocalVariableReferenceMatch
- Returns whether the local variable reference is a write access to the variable.
- ITEM_DOUBLE -
Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
- The tag value representing double variable info
- ITEM_FLOAT -
Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
- The tag value representing float variable info
- ITEM_INTEGER -
Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
- The tag value representing integer variable info
- ITEM_LONG -
Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
- The tag value representing long variable info
- ITEM_NULL -
Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
- The tag value representing null variable info
- ITEM_OBJECT -
Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
- The tag value representing object variable info
- ITEM_TOP -
Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
- The tag value representing top variable info
- ITEM_UNINITIALIZED -
Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
- The tag value representing uninitialized variable info
- ITEM_UNINITIALIZED_THIS -
Static variable in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
- The tag value representing uninitialized this variable info
- ITerminalSymbols - Interface in org.eclipse.jdt.core.compiler
- Maps each terminal symbol in the java-grammar into a unique integer.
- ITestCaseElement - Interface in org.eclipse.jdt.junit.model
- Represents a test case element.
- ITestElement - Interface in org.eclipse.jdt.junit.model
- Common protocol for test elements.
- ITestElement.FailureTrace - Class in org.eclipse.jdt.junit.model
- A failure trace of a test.
- ITestElement.FailureTrace(String, String, String) -
Constructor for class org.eclipse.jdt.junit.model.ITestElement.FailureTrace
-
- ITestElement.ProgressState - Class in org.eclipse.jdt.junit.model
- Running states of a test.
- ITestElement.Result - Class in org.eclipse.jdt.junit.model
- Result states of a test.
- ITestElementContainer - Interface in org.eclipse.jdt.junit.model
- Common protocol for test elements containers.
- ITestRunListener - Interface in org.eclipse.jdt.junit
- Deprecated. As of 3.3, replaced by
TestRunListener
- ITestRunSession - Interface in org.eclipse.jdt.junit.model
- Represents a test run session.
- ITestSuiteElement - Interface in org.eclipse.jdt.junit.model
- Represents a test suite element.
- ITrackedNodePosition - Interface in org.eclipse.jdt.core.dom.rewrite
- A tracked node position is returned when a rewrite change is
requested to be tracked.
- IType - Interface in org.eclipse.jdt.core
- Represents either a source type in a compilation unit (either a top-level
type, a member type, a local type or an anonymous type)
or a binary type in a class file.
- ITypeBinding - Interface in org.eclipse.jdt.core.dom
- A type binding represents fully-resolved type.
- ITypeHierarchy - Interface in org.eclipse.jdt.core
- A type hierarchy provides navigations between a type and its resolved
supertypes and subtypes for a specific type or for all types within a region.
- ITypeHierarchyChangedListener - Interface in org.eclipse.jdt.core
- A listener which gets notified when a particular type hierarchy object
changes.
- ITypeHierarchyViewPart - Interface in org.eclipse.jdt.ui
- The standard type hierarchy view presents a type hierarchy for a given input class
or interface.
- ITypeInfoFilterExtension - Interface in org.eclipse.jdt.ui.dialogs
- A filter to select
ITypeInfoRequestor
objects. - ITypeInfoImageProvider - Interface in org.eclipse.jdt.ui.dialogs
- A special image descriptor provider for
ITypeInfoRequestor
. - ITypeInfoRequestor - Interface in org.eclipse.jdt.ui.dialogs
- An interfaces to give access to the type presented in type
selection dialogs like the open type dialog.
- ITypeNameRequestor - Interface in org.eclipse.jdt.core.search
- Deprecated. Use abstract class
TypeNameRequestor
instead. - ITypeParameter - Interface in org.eclipse.jdt.core
- Represents a type parameter defined by a type or a method
in a compilation unit or a class file.
- ITypeRoot - Interface in org.eclipse.jdt.core
- Represents an entire Java type root (either an
ICompilationUnit
or an IClassFile
). - ITypeSelectionComponent - Interface in org.eclipse.jdt.ui.dialogs
- Interface to access the type selection component hosting a
type selection extension.
- IUSHR -
Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- IVariableBinding - Interface in org.eclipse.jdt.core.dom
- A variable binding represents either a field of a class or interface, or
a local variable declaration (including formal parameters, local variables,
and exception variables).
- IVerificationTypeInfo - Interface in org.eclipse.jdt.core.util
- Description of a verification type info as described in the JVM specifications.
- IVMConnector - Interface in org.eclipse.jdt.launching
- A VM connector establishes a JDI connection with a debuggable
virtual machine.
- IVMInstall - Interface in org.eclipse.jdt.launching
- Represents a particular installation of a VM.
- IVMInstall2 - Interface in org.eclipse.jdt.launching
- Optional extensions that may be implemented by an
IVMInstall
. - IVMInstall3 - Interface in org.eclipse.jdt.launching
- Optional extensions that may be implemented by an
IVMInstall
, providing access to
a JRE's system properties. - IVMInstallChangedListener - Interface in org.eclipse.jdt.launching
- A VM install changed listener is notified when
the workspace default VM install changes, or when an attribute of
a specific VM install changes.
- IVMInstallType - Interface in org.eclipse.jdt.launching
- Represents a particular type of VM for which there may be
any number of VM installations.
- IVMRunner - Interface in org.eclipse.jdt.launching
- A VM runner starts a Java VM running a Java program.
- IWorkingCopy - Interface in org.eclipse.jdt.core
- Deprecated. Use
ICompilationUnit
instead - IWorkingCopyManager - Interface in org.eclipse.jdt.ui
- Interface for accessing working copies of
ICompilationUnit
objects. - IWorkingCopyManagerExtension - Interface in org.eclipse.jdt.ui
- Extension interface for
IWorkingCopyManager
. - IWorkingCopyProvider - Interface in org.eclipse.jdt.ui
- Interface used for Java element content providers to indicate that
the content provider can return working copy elements for members
below compilation units.
- IXOR -
Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
|
Eclipse JDT Release 3.7 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.