Eclipse JDT
2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

AALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
AASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ABORT - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
abort(String, Throwable, int) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Throws a core exception with an error status object built from the given message, lower level exception, and error code.
abort(String, Throwable, int) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Throws a core exception with an error status object built from the given message, lower level exception, and error code.
aboutToStart() - Method in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
Called before the actual search starts.
ABSTRACT - Static variable in class org.eclipse.jdt.core.dom.Modifier
"abstract" modifier constant (bit mask).
ABSTRACT - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
Flag to render the abstract adornment
AbstractJavaLaunchConfigurationDelegate - class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate.
Abstract implementation of a Java launch configuration delegate.
AbstractJavaLaunchConfigurationDelegate() - Constructor for class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
 
AbstractMethodCannotBeOverridden - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AbstractMethodInAbstractClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AbstractMethodMustBeImplemented - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AbstractVMInstall - class org.eclipse.jdt.launching.AbstractVMInstall.
Abstract implementation of a VM install.
AbstractVMInstall(IVMInstallType, String) - Constructor for class org.eclipse.jdt.launching.AbstractVMInstall
Constructs a new VM install.
AbstractVMInstallType - class org.eclipse.jdt.launching.AbstractVMInstallType.
Abstract implementation of a VM install type.
AbstractVMInstallType() - Constructor for class org.eclipse.jdt.launching.AbstractVMInstallType
Constructs a new VM install type.
AbstractVMRunner - class org.eclipse.jdt.launching.AbstractVMRunner.
Abstract implementation of a VM runner.
AbstractVMRunner() - Constructor for class org.eclipse.jdt.launching.AbstractVMRunner
 
ACC_ABSTRACT - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_FINAL - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_INTERFACE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_NATIVE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_PRIVATE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_PROTECTED - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_PUBLIC - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_STATIC - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_STRICT - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_SUPER - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_SYNCHRONIZED - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_TRANSIENT - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
ACC_VOLATILE - Static variable in interface org.eclipse.jdt.core.util.IModifierConstants
 
AccAbstract - Static variable in class org.eclipse.jdt.core.Flags
Abstract property flag.
AccDeprecated - Static variable in class org.eclipse.jdt.core.Flags
Deprecated property flag.
accept(ASTVisitor) - Method in class org.eclipse.jdt.core.dom.ASTNode
Accepts the given visitor on a visit of the current node.
accept(IResource, int, int, IJavaElement, int) - Method in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
Accepts the given search result.
acceptAnonymousType(char[], char[], char[][], char[][], char[][], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of an anonymous type declaration completion.
acceptAnonymousType(char[], char[], char[][], char[][], char[][], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptClass(char[], char[], char[][], String) - Method in interface org.eclipse.jdt.core.search.ITypeNameRequestor
Accepts a top-level or a member class.
acceptClass(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a class correction.
acceptClass(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a class completion.
acceptClass(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a class completion.
acceptClass(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptClassFiles(byte[][], String[][], String) - Method in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Sends the given class files to the target and loads them.
acceptError(IMarker) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a compilation error detected during completion.
acceptError(IProblem) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a compilation error detected during completion.
acceptError(IProblem) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptField(char[], char[], char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a field correction.
acceptField(char[], char[], char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a field completion.
acceptField(char[], char[], char[], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a field completion.
acceptField(char[], char[], char[], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptInterface(char[], char[], char[][], String) - Method in interface org.eclipse.jdt.core.search.ITypeNameRequestor
Accepts a top-level or a member interface.
acceptInterface(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of an interface correction.
acceptInterface(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of an interface completion.
acceptInterface(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of an interface completion.
acceptInterface(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptKeyword(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a keyword completion.
acceptKeyword(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a keyword completion.
acceptKeyword(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptLabel(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a label completion.
acceptLabel(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a label completion.
acceptLabel(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptLocalVariable(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a local variable correction.
acceptLocalVariable(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a local variable completion.
acceptLocalVariable(char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a local variable completion.
acceptLocalVariable(char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a method correction.
acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a method completion.
acceptMethod(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptMethod(char[], char[], char[], char[][], char[][], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a method completion.
acceptMethodDeclaration(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a method completion.
acceptMethodDeclaration(char[], char[], char[], char[][], char[][], char[][], char[], char[], char[], int, int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptModifier(char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a modifier completion.
acceptModifier(char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a modifier completion.
acceptModifier(char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptPackage(char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICorrectionRequestor
Notification of a package correction.
acceptPackage(char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a package completion.
acceptPackage(char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a package completion.
acceptPackage(char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptProblem(IMarker, String, int) - Method in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
Notifies of an evaluation problem.
acceptProblem(IProblem) - Method in interface org.eclipse.jdt.core.IProblemRequestor
Notification of a Java problem.
acceptType(char[], char[], char[], int, int) - Method in interface org.eclipse.jdt.core.ICodeCompletionRequestor
Deprecated. Code assist notification of a type completion.
acceptType(char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a type completion.
acceptType(char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
acceptVariableName(char[], char[], char[], char[], int, int, int) - Method in interface org.eclipse.jdt.core.ICompletionRequestor
Code assist notification of a variable name completion.
acceptVariableName(char[], char[], char[], char[], int, int, int) - Method in class org.eclipse.jdt.core.CompletionRequestorAdapter
 
AccFinal - Static variable in class org.eclipse.jdt.core.Flags
Final access flag.
AccInterface - Static variable in class org.eclipse.jdt.core.Flags
Interface property flag.
AccNative - Static variable in class org.eclipse.jdt.core.Flags
Native property flag.
AccPrivate - Static variable in class org.eclipse.jdt.core.Flags
Private access flag.
AccProtected - Static variable in class org.eclipse.jdt.core.Flags
Protected access flag.
AccPublic - Static variable in class org.eclipse.jdt.core.Flags
Public access flag.
AccStatic - Static variable in class org.eclipse.jdt.core.Flags
Static access flag.
AccStrictfp - Static variable in class org.eclipse.jdt.core.Flags
Strictfp property flag.
AccSuper - Static variable in class org.eclipse.jdt.core.Flags
Super property flag.
AccSynchronized - Static variable in class org.eclipse.jdt.core.Flags
Synchronized access flag.
AccSynthetic - Static variable in class org.eclipse.jdt.core.Flags
Synthetic property flag.
AccTransient - Static variable in class org.eclipse.jdt.core.Flags
Transient property flag.
AccVolatile - Static variable in class org.eclipse.jdt.core.Flags
Volatile property flag.
ACONST_NULL - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
adaptToPreferenceChange(PropertyChangeEvent) - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Adapts the behavior of the contained components to the change encoded in the given event.
ADD_CONSTRUCTOR_FROM_SUPERCLASS - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Add Constructor From Superclass global action (value "org.eclipse.jdt.ui.actions.AddConstructorFromSuperclass").
ADD_IMPORT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Add Import global action (value "org.eclipse.jdt.ui.actions.AddImport").
ADD_IMPORT - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> add import action (value "org.eclipse.jdt.ui.edit.text.java.add.import").
ADD_JAVA_DOC_COMMENT - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
Source menu: name of standard Add Javadoc Comment global action (value "org.eclipse.jdt.ui.actions.AddJavaDocComment").
ADD_UNIMPLEMENTED_CONTRUCTORS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
Action definition ID of the source -> add unimplemented constructors action (value "org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors").
add(IJavaElement) - Method in interface org.eclipse.jdt.core.IRegion
Adds the given element and all of its descendents to this region.
addAction(RuntimeClasspathAction) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
Adds the given action to the action collection in this tab
addBufferChangedListener(IBufferChangedListener) - Method in interface org.eclipse.jdt.core.IBuffer
Adds the given listener for changes to this buffer.
addChild(IDOMNode) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Adds the given un-parented node (document fragment) as the last child of this node.
addContainerResolver(IRuntimeClasspathEntryResolver, String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Registers the given resolver for the specified container.
ADDED - Static variable in interface org.eclipse.jdt.core.IJavaElementDelta
Status constant indicating that the element has been added.
addElementChangedListener(IElementChangedListener) - Static method in class org.eclipse.jdt.core.JavaCore
Adds the given listener for changes to Java elements.
addElementChangedListener(IElementChangedListener, int) - Static method in class org.eclipse.jdt.core.JavaCore
Adds the given listener for changes to Java elements.
addException(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Adds the given exception to the end of the list of exceptions this method is declared to throw.
AddGetterSetterAction - class org.eclipse.jdt.ui.actions.AddGetterSetterAction.
Creates getter and setter methods for a type's fields.
AddGetterSetterAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.AddGetterSetterAction
Note: This constructor is for internal use only.
AddGetterSetterAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.AddGetterSetterAction
Creates a new AddGetterSetterAction.
addHotCodeReplaceListener(IJavaHotCodeReplaceListener) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Registers the given listener for hot code replace notifications.
addImport(String) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage.ImportsManager
Adds a new import declaration that is sorted in the existing imports.
addingBreakpoint(IJavaDebugTarget, IJavaBreakpoint) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpointListener
Notification that the given breakpoint is about to be added to the specified target (i.e.
addJavaBreakpointListener(IJavaBreakpointListener) - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Registers the given listener for breakpoint notifications.
AddJavaDocStubAction - class org.eclipse.jdt.ui.actions.AddJavaDocStubAction.
Creates a Java Doc Stubs for the selected members.
AddJavaDocStubAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
Note: This constructor is for internal use only.
AddJavaDocStubAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.AddJavaDocStubAction
Creates a new AddJavaDocStubAction.
addJavaElementMarkerAttributes(Map, IJavaElement) - Static method in class org.eclipse.jdt.core.JavaCore
Configures the given marker attribute map for the given Java element.
addListener(ILabelProviderListener) - Method in class org.eclipse.jdt.ui.ProblemsLabelDecorator
 
addListener(ILabelProviderListener) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
 
addParameter(String, String) - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Adds the given parameter to the end of the parameter list.
addSuperInterface(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMType
Adds the given interface name to the names of interfaces that this type implements or extends (the name will be added after the existing interface names).
addTypeHierarchyChangedListener(ITypeHierarchyChangedListener) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Adds the given listener for changes to this type hierarchy.
AddUnimplementedConstructorsAction - class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction.
Creates unimplemented constructors for a type.
AddUnimplementedConstructorsAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
Note: This constructor is for internal use only.
AddUnimplementedConstructorsAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.AddUnimplementedConstructorsAction
Creates a new AddUnimplementedConstructorsAction.
addVariableResolver(IRuntimeClasspathEntryResolver, String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Registers the given resolver for the specified variable.
addVMInstallChangedListener(IVMInstallChangedListener) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Adds the given listener to the list of registered VM install changed listeners.
affectsBehavior(PropertyChangeEvent) - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Determines whether the preference change encoded by the given event changes the behavior of one its contained components.
ALL - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read completely each part of a .class file.
ALL_BUT_METHOD_BODIES - Static variable in interface org.eclipse.jdt.core.util.IClassFileReader
This value should be used to read the whole contents of the .class file except the method bodies.
ALL_OCCURRENCES - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
The search result is a declaration, a reference, or an implementer of an interface.
allowOverwrite() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Tells whether files can be overwritten without warning.
allVariables() - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Returns the global variables declared in this evaluation context.
ALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ALOAD_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ALOAD_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ALOAD_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ALOAD_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
AmbiguousConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousConstructorInDefaultConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousConstructorInImplicitConstructorCall - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousField - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AmbiguousType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AND - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
AND "&" operator.
ANEWARRAY - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ANONYMOUS_CLASS_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type AnonymousClassDeclaration.
AnonymousClassCannotExtendFinalClass - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
AnonymousClassDeclaration - class org.eclipse.jdt.core.dom.AnonymousClassDeclaration.
Anonymous class declaration AST node type.
APPEARANCE_COMPRESS_PACKAGE_NAMES - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if package name compression is turned on or off.
APPEARANCE_METHOD_RETURNTYPE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls return type rendering of methods in the UI.
APPEARANCE_OVERRIDE_INDICATOR - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that controls if override indicators are rendered in the UI.
APPEARANCE_PKG_NAME_PATTERN_FOR_PKG_VIEW - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
A named preference that defines the pattern used for package name compression.
append(char[]) - Method in interface org.eclipse.jdt.core.IBuffer
Appends the given character array to the contents of the buffer.
append(String) - Method in interface org.eclipse.jdt.core.IBuffer
Appends the given string to the contents of the buffer.
ARCHIVE - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Type identifier for archive entries.
ArchiveSourceLocation - class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.
Locates source elements in an acrhive (zip) in the local file system.
ArchiveSourceLocation() - Constructor for class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Constructs a new empty source location to be initialized with a memento.
ArchiveSourceLocation(String, String) - Constructor for class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Constructs a new source location that will retrieve source elements from the zip file with the given name.
areClassFilesExported() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Tells whether class files and resources are exported.
areErrorsExported() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Answers if compilation units with errors are exported.
areJavaFilesExported() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Tells whether java files and resources are exported.
ARETURN - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ArgumentIsNeverUsed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ARGUMENTS - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Id marker attribute (value "arguments").
arguments() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
Returns the live ordered list of argument expressions in this "super" method invocation expression.
arguments() - Method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
Returns the live ordered list of argument expressions in this super constructor invocation statement.
arguments() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
Returns the live ordered list of argument expressions in this method invocation expression.
arguments() - Method in class org.eclipse.jdt.core.dom.ConstructorInvocation
Returns the live ordered list of argument expressions in this alternate constructor invocation statement.
arguments() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Returns the live ordered list of argument expressions in this class instance creation expression.
ArgumentTypeAmbiguous - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentTypeCannotBeVoid - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentTypeCannotBeVoidArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentTypeInheritedNameHidesEnclosingName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentTypeInternalNameProvided - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentTypeNotFound - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArgumentTypeNotVisible - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ARRAY_ACCESS - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ArrayAccess.
ARRAY_CREATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ArrayCreation.
ARRAY_INITIALIZER - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ArrayInitializer.
ARRAY_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type ArrayType.
ArrayAccess - class org.eclipse.jdt.core.dom.ArrayAccess.
Array access expression AST node type.
ArrayConstantsOnlyInArrayInitializers - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArrayCreation - class org.eclipse.jdt.core.dom.ArrayCreation.
Array creation expression AST node type.
ArrayInitializer - class org.eclipse.jdt.core.dom.ArrayInitializer.
Array initializer AST node type.
ARRAYLENGTH - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ArrayReferenceRequired - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
ArrayType - class org.eclipse.jdt.core.dom.ArrayType.
Type node for an array type.
ASSERT_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type AssertStatement.
AssertStatement - class org.eclipse.jdt.core.dom.AssertStatement.
Assert statement AST node type.
ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
= operator.
Assignment - class org.eclipse.jdt.core.dom.Assignment.
Assignment expression AST node type.
ASSIGNMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type Assignment.
Assignment.Operator - class org.eclipse.jdt.core.dom.Assignment.Operator.
Assignment operators (typesafe enumeration).
AST - class org.eclipse.jdt.core.dom.AST.
Umbrella owner and abstract syntax tree node factory.
AST() - Constructor for class org.eclipse.jdt.core.dom.AST
Creates a new, empty abstract syntax tree using default options.
AST(Map) - Constructor for class org.eclipse.jdt.core.dom.AST
Creates a new, empty abstract syntax tree using the given options.
ASTMatcher - class org.eclipse.jdt.core.dom.ASTMatcher.
Concrete superclass and default implementation of an AST subtree matcher.
ASTMatcher() - Constructor for class org.eclipse.jdt.core.dom.ASTMatcher
Creates a new AST matcher.
ASTNode - class org.eclipse.jdt.core.dom.ASTNode.
Abstract superclass of all Abstract Syntax Tree (AST) node types.
ASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ASTORE_0 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ASTORE_1 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ASTORE_2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ASTORE_3 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ASTVisitor - class org.eclipse.jdt.core.dom.ASTVisitor.
A visitor for abstract syntax trees.
ASTVisitor() - Constructor for class org.eclipse.jdt.core.dom.ASTVisitor
 
ATHROW - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
ATT_HANDLE_ID - Static variable in class org.eclipse.jdt.core.JavaCore
Name of the handle id attribute in a Java marker
attachSource(IPath, IPath, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Attaches the source archive identified by the given absolute path to this JAR package fragment root.
ATTR_ALLOW_TERMINATE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_CLASSPATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_CLASSPATH_PROVIDER - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_CMDLINE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
Attribute key for a process property.
ATTR_CMDLINE - Static variable in class org.eclipse.jdt.ui.JavaUI
Deprecated.  
ATTR_CONNECT_MAP - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEFAULT_CLASSPATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_DEFAULT_SOURCE_PATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_JAVA_COMMAND - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_MAIN_TYPE_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_PROGRAM_ARGUMENTS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_PROJECT_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_SOURCE_PATH - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_SOURCE_PATH_PROVIDER - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_VM_ARGUMENTS - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_VM_CONNECTOR - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_VM_INSTALL_NAME - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_VM_INSTALL_TYPE - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_VM_INSTALL_TYPE_SPECIFIC_ATTRS_MAP - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.
ATTR_WORKING_DIRECTORY - Static variable in interface org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants
Launch configuration attribute key.

Eclipse JDT
2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.