Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- BAD_TEXT_EDIT_LOCATION - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
-
Status constant indicating that a text edit can not be applied as there is a problem with the text edit location.
- BALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- BASE_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
-
Kind constant for a base (primitive or void) type signature.
- BASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- BatchCompiler - Class in org.eclipse.jdt.core.compiler.batch
-
A public API for invoking the Eclipse Compiler for Java.
- becomeWorkingCopy(IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Changes this compilation unit handle into a working copy.
- becomeWorkingCopy(IProblemRequestor, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Deprecated.
- becomeWorkingCopy(IProblemRequestor, WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IClassFile
-
Deprecated.Use
ITypeRoot.getWorkingCopy(WorkingCopyOwner, IProgressMonitor)
instead. Note that if this deprecated method is used, problems will be reported to the given problem requestor as well as the problem requestor returned by the working copy owner (if not null). - begin(int) - Method in class org.eclipse.jdt.core.compiler.CompilationProgress
-
Notifies that the compilation is beginning.
- beginReporting() - Method in class org.eclipse.jdt.core.CompletionRequestor
-
Pro forma notification sent before reporting a batch of completion proposals.
- beginReporting() - Method in interface org.eclipse.jdt.core.IProblemRequestor
-
Notification sent before starting the problem detection process.
- beginReporting() - Method in class org.eclipse.jdt.core.search.SearchRequestor
-
Notification sent before starting the search action.
- beginReporting() - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Pro forma notification sent before reporting a batch of completion proposals.
- beginSearching() - Method in class org.eclipse.jdt.core.search.SearchParticipant
-
Notification that this participant's help is needed in a search.
- beginSorting(ContentAssistInvocationContext) - Method in class org.eclipse.jdt.ui.text.java.AbstractProposalSorter
-
Called once before initial sorting starts the first time.
- BinaryLiteralNotBelow17 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- bindColor(String, RGB) - Method in interface org.eclipse.jdt.ui.text.IColorManagerExtension
-
Remembers the given color specification under the given key.
- BindingKey - Class in org.eclipse.jdt.core
-
Utility class to decode or create a binding key.
- BindingKey(String) - Constructor for class org.eclipse.jdt.core.BindingKey
-
Creates a new binding key.
- BIPUSH - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- BIT_AND_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
-
&= operator.
- BIT_OR_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
-
|= operator.
- BIT_XOR_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
-
^= operator.
- BK_NAME - Static variable in class org.eclipse.jdt.core.NamingConventions
-
The base name associated to this base name kind is a simple name.
- BK_TYPE_NAME - Static variable in class org.eclipse.jdt.core.NamingConventions
-
The base name associated to this base name kind is a simple type name.
- Block - Class in org.eclipse.jdt.core.dom
-
Block statement AST node type.
- BLOCK - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
Block
. - BLOCK_COMMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
BlockComment
. - BlockComment - Class in org.eclipse.jdt.core.dom
-
Block comment AST node type.
- BODY_DECLARATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
-
The "bodyDeclarations" structural property of this node type (element type:
BodyDeclaration
). - BODY_DECLARATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnonymousClassDeclaration
-
The "bodyDeclarations" structural property of this node type (element type:
BodyDeclaration
). - BODY_DECLARATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumDeclaration
-
The "bodyDeclarations" structural property of this node type (element type:
BodyDeclaration
). - BODY_DECLARATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ImplicitTypeDeclaration
- BODY_DECLARATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.RecordDeclaration
-
The "bodyDeclarations" structural property of this node type (element type:
BodyDeclaration
). - BODY_DECLARATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
-
The "bodyDeclarations" structural property of this node type (element type:
BodyDeclaration
) (added in JLS3 API). - BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CatchClause
-
The "body" structural property of this node type (child type:
Block
). - BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.DoStatement
-
The "body" structural property of this node type (child type:
Statement
). - BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnhancedForStatement
-
The "body" structural property of this node type (child type:
Statement
). - BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ForStatement
-
The "body" structural property of this node type (child type:
Statement
). - BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Initializer
-
The "body" structural property of this node type (child type:
Block
). - BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.LabeledStatement
-
The "body" structural property of this node type (child type:
Statement
). - BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.LambdaExpression
-
The "body" structural property of this node type (child type:
ASTNode
, must be either aBlock
or anExpression
). - BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
-
The "body" structural property of this node type (child type:
Block
). - BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SynchronizedStatement
-
The "body" structural property of this node type (child type:
Block
). - BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TryStatement
-
The "body" structural property of this node type (child type:
Block
). - BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.WhileStatement
-
The "body" structural property of this node type (child type:
Statement
). - BodyDeclaration - Class in org.eclipse.jdt.core.dom
-
Abstract base class of all AST nodes that represent body declarations that may appear in the body of some kind of class or interface declaration, including anonymous class declarations, enumeration declarations, and enumeration constant declarations.
- bodyDeclarations() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
-
Returns the live ordered list of body declarations of this type declaration.
- bodyDeclarations() - Method in class org.eclipse.jdt.core.dom.AnonymousClassDeclaration
-
Returns the live ordered list of body declarations of this anonymous class declaration.
- BodyForAbstractMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- BodyForNativeMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- BOOLEAN - Enum constant in enum class com.sun.mirror.type.PrimitiveType.Kind
-
The primitive type
boolean
- BOOLEAN - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
-
Type code for the primitive type "boolean".
- BOOLEAN_LITERAL - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
BooleanLiteral
. - BOOLEAN_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Tag value for a constant of type
boolean
- BOOLEAN_VALUE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.BooleanLiteral
-
The "booleanValue" structural property of this node type (type:
Boolean
). - BooleanLiteral - Class in org.eclipse.jdt.core.dom
-
Boolean literal node.
- booleanValue() - Method in class org.eclipse.jdt.core.dom.BooleanLiteral
-
Returns the boolean value of this boolean literal node.
- BOOT_CLASS_PATH - Static variable in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
-
Boot class path property name in an execution environment description file.
- Bootstrap - Class in org.eclipse.jdi
- Bootstrap() - Constructor for class org.eclipse.jdi.Bootstrap
- BOOTSTRAP_CLASSES - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Classpath property identifier for entries that should appear on the bootstrap path explicitly.
- BOOTSTRAP_METHODS - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
-
"BootstrapMethods" attribute (added in cldc1.0).
- BOUND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.WildcardType
-
The "bound" structural property of this node type (child type:
Type
). - BoundCannotBeArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- BoundHasConflictingArguments - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- BoundMustBeAnInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- BoxingConversion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- BREAK_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
BreakStatement
. - BREAKPOINT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- breakpointHasCompilationErrors(IJavaLineBreakpoint, Message[]) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpointListener
-
Notification that the given breakpoint has compilation errors in its conditional expression.
- breakpointHasRuntimeException(IJavaLineBreakpoint, DebugException) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpointListener
-
Notification that the given breakpoint had runtime errors in its conditional expression.
- breakpointHit(IJavaThread, IJavaBreakpoint) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpointListener
-
Notification that the given breakpoint has been hit in the specified thread.
- breakpointInstalled(IJavaDebugTarget, IJavaBreakpoint) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpointListener
-
Notification that the given breakpoint has been installed in the specified target.
- breakpointRemoved(IJavaDebugTarget, IJavaBreakpoint) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpointListener
-
Notification that the given breakpoint has been removed from the specified target.
- BreakStatement - Class in org.eclipse.jdt.core.dom
-
Break statement AST node type.
- BROWSING_LINK_VIEW_TO_EDITOR - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls if the Java Browsing views are linked to the active editor.
- BROWSING_STACK_VERTICALLY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls the layout of the Java Browsing views vertically.
- bufferChanged(BufferChangedEvent) - Method in interface org.eclipse.jdt.core.IBufferChangedListener
-
Notifies that the given event has occurred.
- BufferChangedEvent - Class in org.eclipse.jdt.core
-
A buffer changed event describes how a buffer has changed.
- BufferChangedEvent(IBuffer, int, int, String) - Constructor for class org.eclipse.jdt.core.BufferChangedEvent
-
Creates a new buffer changed event indicating that the given buffer has changed.
- BUILD - Enum constant in enum class org.eclipse.jdt.apt.core.env.Phase
-
During Build phase
- BuildActionGroup - Class in org.eclipse.jdt.ui.actions
-
Contributes all build related actions to the context menu and installs handlers for the corresponding global menu actions.
- BuildActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.BuildActionGroup
-
Creates a new
BuildActionGroup
. - BuildActionGroup(IWorkbenchSite, ISelectionProvider) - Constructor for class org.eclipse.jdt.ui.actions.BuildActionGroup
-
Creates a new
BuildActionGroup
. - BuildContext - Class in org.eclipse.jdt.core.compiler
-
The context of a build event that is notified to interested compilation participants when
a build is starting
, to annotations processors whena source file has annotations
, or to post processors whena class has finished compiling
. - BuildContext() - Constructor for class org.eclipse.jdt.core.compiler.BuildContext
- BUILDER_ID - Static variable in class org.eclipse.jdt.core.JavaCore
-
The identifier for the Java builder (value
"org.eclipse.jdt.core.javabuilder"
). - BUILDER_INITIALIZATION_ERROR - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
-
Status constant indicating that the Java builder could not be initialized.
- BUILDER_SERIALIZATION_ERROR - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
-
Status constant indicating that the Java builder's last built state could not be serialized or deserialized.
- buildFinished(IJavaProject) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
-
Notifies this participant that a build has finished for the project.
- BuildJarIndex - Class in org.eclipse.jdt.core
-
An Ant task to generate the index file for the given jar path.
- BuildJarIndex() - Constructor for class org.eclipse.jdt.core.BuildJarIndex
- BUILDPATH_ERROR - Static variable in class org.eclipse.jdt.ui.JavaElementImageDescriptor
-
Flag to render the build path error adornment.
- BUILDPATH_PROBLEM_MARKER - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
-
Build path problem marker type (value
"org.eclipse.jdt.core.buildpath_problem"
). - BuildPathDialogAccess - Class in org.eclipse.jdt.ui.wizards
-
Class that gives access to dialogs used by the Java build path page to configure classpath entries and properties of classpath entries.
- buildStarting(BuildContext[], boolean) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
-
Notifies this participant that a compile operation is about to start and provides it the opportunity to generate source files based on the source files about to be compiled.
- buttonNames - Variable in enum class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne.JUnitVersion
- BYTE - Enum constant in enum class com.sun.mirror.type.PrimitiveType.Kind
-
The primitive type
byte
- BYTE - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
-
Type code for the primitive type "byte".
- BYTE_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Tag value for a constant of type
byte
- BYTECODE_NAMES - Static variable in class org.eclipse.jdt.core.util.OpcodeStringValues
- BytecodeExceeds64KLimit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- BytecodeExceeds64KLimitForClinit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- BytecodeExceeds64KLimitForConstructor - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- BytecodeExceeds64KLimitForSwitchTable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ByteCodeVisitorAdapter - Class in org.eclipse.jdt.core.util
-
Adapter that implements the IBytecodeVisitor.
- ByteCodeVisitorAdapter() - Constructor for class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ICompilationUnit.becomeWorkingCopy(IProgressMonitor)
instead. Note that if this deprecated method is used, problems will be reported to the given problem requestor as well as the problem requestor returned by the working copy owner (if not null).