Eclipse JDT
Release 3.1
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 _

B

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
 
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.
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.
BODY_DECLARATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
The "bodyDeclarations" structural property of this node type.
BODY_DECLARATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.AnonymousClassDeclaration
The "bodyDeclarations" structural property of this node type.
BODY_DECLARATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnumDeclaration
The "bodyDeclarations" structural property of this node type.
BODY_DECLARATIONS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
The "bodyDeclarations" structural property of this node type (added in JLS3 API).
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CatchClause
The "body" structural property of this node type.
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.DoStatement
The "body" structural property of this node type.
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnhancedForStatement
The "body" structural property of this node type.
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.ForStatement
The "body" structural property of this node type.
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.Initializer
The "body" structural property of this node type.
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.LabeledStatement
The "body" structural property of this node type.
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
The "body" structural property of this node type.
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.SynchronizedStatement
The "body" structural property of this node type.
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TryStatement
The "body" structural property of this node type.
BODY_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.WhileStatement
The "body" structural property of this node type.
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.
BOOTSTRAP_CLASSES - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Classpath property identifier for entries that should appear on the bootstrap path explicitly.
BOUND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.WildcardType
The "bound" structural property of this node type.
BREAKPOINT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
BREAK_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type BreakStatement.
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.
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.
BUILDPATH_PROBLEM_MARKER - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Build path problem marker type (value "org.eclipse.jdt.core.buildpath_problem").
BYTE - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "byte".
BYTECODE_NAMES - Static variable in class org.eclipse.jdt.core.util.OpcodeStringValues
 
BYTE_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type byte
BindingKey - class org.eclipse.jdt.core.BindingKey.
Utility class to decode or create a binding key.
BindingKey(String) - Constructor for class org.eclipse.jdt.core.BindingKey
Creates a new binding key.
Block - class org.eclipse.jdt.core.dom.Block.
Block statement AST node type.
BlockComment - class org.eclipse.jdt.core.dom.BlockComment.
Block comment AST node type.
BodyDeclaration - class org.eclipse.jdt.core.dom.BodyDeclaration.
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.
BodyForAbstractMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
BodyForNativeMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
BooleanLiteral - class org.eclipse.jdt.core.dom.BooleanLiteral.
Boolean literal node.
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
 
BreakStatement - class org.eclipse.jdt.core.dom.BreakStatement.
Break statement AST node type.
BufferChangedEvent - class org.eclipse.jdt.core.BufferChangedEvent.
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.
BuildActionGroup - class org.eclipse.jdt.ui.actions.BuildActionGroup.
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.
BuildPathDialogAccess - class org.eclipse.jdt.ui.wizards.BuildPathDialogAccess.
Class that gives access to dialogs used by the Java build path page to configure classpath entries and properties of classpath entries.
ByteCodeVisitorAdapter - class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter.
Adapter that implements the IBytecodeVisitor.
ByteCodeVisitorAdapter() - Constructor for class org.eclipse.jdt.core.util.ByteCodeVisitorAdapter
 
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
 
becomeWorkingCopy(IProblemRequestor, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Changes this compilation unit handle into a working copy.
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.

The default implementation of this method does nothing. Clients may override.

Subclasses may extend, but must call the super implementation.
beginSearching() - Method in class org.eclipse.jdt.core.search.SearchParticipant
Notification that this participant's help is needed in a search.
bindColor(String, RGB) - Method in interface org.eclipse.jdt.ui.text.IColorManagerExtension
Remembers the given color specification under the given key.
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.
booleanValue() - Method in class org.eclipse.jdt.core.dom.BooleanLiteral
Returns the boolean value of this boolean literal node.
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.
bufferChanged(BufferChangedEvent) - Method in interface org.eclipse.jdt.core.IBufferChangedListener
Notifies that the given event has occurred.

Eclipse JDT
Release 3.1
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, 2005. All Rights Reserved.