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

BACKGROUND_REFRESH - Static variable in interface org.eclipse.core.resources.IResource
Update flag constant (bit mask value 128) indicating that opening a project for the first time or creating a linked folder should refresh in the background.
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.
badtoken() - Method in class org.eclipse.jdt.internal.compiler.parser.diagnose.LexStream
 
BALOAD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
baload() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
base - Variable in class org.jmlspecs.jml4.fspv.theory.ast.TheoryNode
 
base_action - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
base_check(int) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
BASE_TYPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Binding
 
BASE_TYPE_SIGNATURE - Static variable in class org.eclipse.jdt.core.Signature
Kind constant for a base (primitive or void) type signature.
BASE_TYPES - Static variable in interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadoc
 
BaseTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
baseTypeReference(int, int) - Static method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
baseTypeReference(int, int, Nullity[], Nullity, long) - Static method in class org.eclipse.jdt.internal.compiler.ast.TypeReference
 
BasicAliasTest - Class in org.eclipse.core.tests.internal.alias
Tests basic API methods in the face of aliased resources, and ensures that nothing is ever out of sync.
BasicAliasTest() - Constructor for class org.eclipse.core.tests.internal.alias.BasicAliasTest
 
BasicAliasTest(String) - Constructor for class org.eclipse.core.tests.internal.alias.BasicAliasTest
 
BasicBuildTests - Class in org.eclipse.jdt.core.tests.builder
Basic tests of the image builder.
BasicBuildTests(String) - Constructor for class org.eclipse.jdt.core.tests.builder.BasicBuildTests
 
BasicCompilationUnit - Class in org.eclipse.jdt.internal.core
A basic implementation of ICompilationUnit for use in the SourceMapper.
BasicCompilationUnit(char[], char[][], String) - Constructor for class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
BasicCompilationUnit(char[], char[][], String, String) - Constructor for class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
BasicCompilationUnit(char[], char[][], String, IJavaElement) - Constructor for class org.eclipse.jdt.internal.core.BasicCompilationUnit
 
BasicSearchEngine - Class in org.eclipse.jdt.internal.core.search
Search basic engine.
BasicSearchEngine() - Constructor for class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
BasicSearchEngine(ICompilationUnit[]) - Constructor for class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
BasicSearchEngine(WorkingCopyOwner) - Constructor for class org.eclipse.jdt.internal.core.search.BasicSearchEngine
 
BASTORE - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
bastore() - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
BATCH_INITIALIZATION_FINISHED - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
BATCH_INITIALIZATION_IN_PROGRESS - Static variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
BatchASTCreationTests - Class in org.eclipse.jdt.core.tests.dom
 
BatchASTCreationTests(String) - Constructor for class org.eclipse.jdt.core.tests.dom.BatchASTCreationTests
 
BatchASTCreationTests.TestASTRequestor - Class in org.eclipse.jdt.core.tests.dom
 
BatchASTCreationTests.TestASTRequestor() - Constructor for class org.eclipse.jdt.core.tests.dom.BatchASTCreationTests.TestASTRequestor
 
BatchCompiler - Class in org.eclipse.jdt.core.compiler.batch
A public API for invoking the Eclipse Compiler for Java.
batchCompiler - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
BatchCompilerTest - Class in org.eclipse.jdt.core.tests.compiler.regression
 
BatchCompilerTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest
 
batchContainerInitializations - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
batchContainerInitializationsProgress - Variable in class org.eclipse.jdt.internal.core.JavaModelManager
 
BatchImageBuilder - Class in org.eclipse.jdt.internal.core.builder
 
BatchInitializationMonitor - Class in org.eclipse.jdt.internal.core
Copyright (c) 2000, 2007 IBM Corporation and others.
BatchInitializationMonitor() - Constructor for class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
BatchOperation - Class in org.eclipse.jdt.internal.core
An operation created as a result of a call to JavaCore.run(IWorkspaceRunnable, IProgressMonitor) that encapsulates a user defined IWorkspaceRunnable.
BatchOperation(IWorkspaceRunnable) - Constructor for class org.eclipse.jdt.internal.core.BatchOperation
 
bCodeStream - Variable in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
becomeDelegateFor(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
Makes the current label inline all references to the other label
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).
becomeWorkingCopy(IProblemRequestor, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Deprecated. Use 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).
becomeWorkingCopy(IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Changes this compilation unit handle into a working copy.
becomeWorkingCopy(IProblemRequestor, WorkingCopyOwner, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.ClassFile
 
becomeWorkingCopy(IProblemRequestor, IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
becomeWorkingCopy(IProgressMonitor) - Method in class org.eclipse.jdt.internal.core.CompilationUnit
 
BecomeWorkingCopyOperation - Class in org.eclipse.jdt.internal.core
Switch and ICompilationUnit to working copy mode and signal the working copy addition through a delta.
BecomeWorkingCopyOperation(CompilationUnit, IProblemRequestor) - Constructor for class org.eclipse.jdt.internal.core.BecomeWorkingCopyOperation
 
BEFORE - Static variable in class org.eclipse.test.internal.performance.InternalPerformanceMeter
 
beforeSaving(Bucket) - Method in class org.eclipse.core.internal.localstore.Bucket.Visitor
 
begin(int) - Method in class org.eclipse.jdt.core.compiler.CompilationProgress
Notifies that the compilation is beginning.
begin() - Method in class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
BEGIN - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplConstants
 
BEGIN_CHUNK - Static variable in interface org.eclipse.core.internal.localstore.ILocalStoreConstants
constants for safe chunky streams
BeginAnnotationCheck - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
beginAvoidNotify() - Method in class org.eclipse.core.internal.events.NotificationManager
Indicates the beginning of a block where periodic notifications should be avoided.
BeginHierarchyCheck - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TagBits
 
beginNotify() - Method in class org.eclipse.core.internal.events.NotificationManager
Signals the beginning of the notification phase at the end of a top level operation.
beginOperation(boolean) - Method in class org.eclipse.core.internal.resources.Workspace
 
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.core.tests.model.AbstractJavaModelTests.BasicProblemRequestor
 
beginReporting() - Method in class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests.ProblemRequestor
 
beginReporting() - Method in class org.eclipse.jdt.internal.core.JavaModelManager.PerWorkingCopyInfo
 
beginSearching() - Method in class org.eclipse.jdt.core.search.SearchParticipant
Notification that this participant's help is needed in a search.
beginSearching() - Method in class org.eclipse.jdt.internal.core.search.JavaSearchParticipant
 
beginTask(String, int) - Method in class org.eclipse.core.tests.harness.FussyProgressMonitor
 
beginTask(String, int) - Method in class org.eclipse.core.tests.harness.TestProgressMonitor
 
beginTask(String, int) - Method in class org.eclipse.jdt.core.tests.model.CancelCounter
 
beginTask(String, int) - Method in class org.eclipse.jdt.core.tests.model.Canceler
 
beginTask(String, int) - Method in class org.eclipse.jdt.core.tests.model.TestProgressMonitor
 
beginTask(String, int) - Method in class org.eclipse.jdt.internal.core.BatchInitializationMonitor
 
beginTask(String, int) - Method in class org.eclipse.jdt.internal.core.JavaModelOperation
 
beginUnprotected() - Method in class org.eclipse.core.internal.resources.WorkManager
Releases the workspace lock without changing the nested operation depth.
belongsTo(Object) - Method in class org.eclipse.core.internal.refresh.RefreshJob
 
belongsTo(Object) - Method in class org.eclipse.core.internal.resources.CharsetDeltaJob
 
belongsTo(String) - Method in class org.eclipse.jdt.internal.core.search.indexing.IndexRequest
 
belongsTo(String) - Method in class org.eclipse.jdt.internal.core.search.PatternSearchJob
 
belongsTo(String) - Method in interface org.eclipse.jdt.internal.core.search.processing.IJob
Answer true if the job belongs to a given family (tag)
BenchCopyFile - Class in org.eclipse.core.tests.resources.perf
 
BenchCopyFile() - Constructor for class org.eclipse.core.tests.resources.perf.BenchCopyFile
 
benchDeleteElement() - Method in class org.eclipse.core.tests.resources.perf.BenchElementTree
Tests the performance of the deleteElement operation.
BenchElementTree - Class in org.eclipse.core.tests.resources.perf
Benchmarks for ElementTree.
BenchElementTree() - Constructor for class org.eclipse.core.tests.resources.perf.BenchElementTree
 
BenchElementTree(String) - Constructor for class org.eclipse.core.tests.resources.perf.BenchElementTree
 
BenchFileStore - Class in org.eclipse.core.tests.resources.perf
Benchmarks basic operations on the IFileStore interface
BenchFileStore() - Constructor for class org.eclipse.core.tests.resources.perf.BenchFileStore
 
BenchFileStore(String) - Constructor for class org.eclipse.core.tests.resources.perf.BenchFileStore
 
benchGetElementData() - Method in class org.eclipse.core.tests.resources.perf.BenchElementTree
Tests the performance of the getElementData operation.
benchMergeDeltaChain() - Method in class org.eclipse.core.tests.resources.perf.BenchElementTree
Tests the performance of the mergeDeltaChain operation.
BenchMiscWorkspace - Class in org.eclipse.core.tests.resources.perf
 
BenchMiscWorkspace() - Constructor for class org.eclipse.core.tests.resources.perf.BenchMiscWorkspace
Constructor for BenchMiscWorkspace.
BenchMiscWorkspace(String) - Constructor for class org.eclipse.core.tests.resources.perf.BenchMiscWorkspace
Constructor for BenchMiscWorkspace.
benchRoutineOperations() - Method in class org.eclipse.core.tests.resources.perf.BenchElementTree
Tests a typical series of ElementTree operations, where a new delta is generated for each operation.
benchSetElementData() - Method in class org.eclipse.core.tests.resources.perf.BenchElementTree
Tests the performance of the setElementData operation.
BenchWorkspace - Class in org.eclipse.core.tests.resources.perf
 
BenchWorkspace() - Constructor for class org.eclipse.core.tests.resources.perf.BenchWorkspace
No-arg constructor to satisfy test harness.
BenchWorkspace(String) - Constructor for class org.eclipse.core.tests.resources.perf.BenchWorkspace
Standard test case constructor
bigSiteDevice - Static variable in class org.eclipse.core.tests.internal.localstore.RefreshLocalPerformanceTest
big site default volume (windows)
bigSiteLocation - Static variable in class org.eclipse.core.tests.internal.localstore.RefreshLocalPerformanceTest
big site initial location
BINARY - Static variable in class org.eclipse.jdt.internal.compiler.batch.ClasspathLocation
 
BinaryExpression - Class in org.eclipse.jdt.internal.compiler.ast
 
BinaryExpression(Expression, Expression, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
BinaryExpression(BinaryExpression) - Constructor for class org.eclipse.jdt.internal.compiler.ast.BinaryExpression
 
BinaryIndexer - Class in org.eclipse.jdt.internal.core.search.indexing
 
BinaryIndexer(SearchDocument) - Constructor for class org.eclipse.jdt.internal.core.search.indexing.BinaryIndexer
 
BinaryLocalVariableBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
BinaryLocalVariableBinding(char[], TypeBinding, int, AnnotationBinding[]) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.BinaryLocalVariableBinding
 
BinaryMember - Class in org.eclipse.jdt.internal.core
Common functionality for Binary member handles.
binarySearch(char[], FieldBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
 
binarySearch(char[], MethodBinding[]) - Static method in class org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
Returns a combined range value representing: (start + (end<<32)), where start is the index of the first matching method (remember methods are sorted alphabetically on selectors), and end is the index of last contiguous methods with same selector.
BinaryType - Class in org.eclipse.jdt.internal.core
Parent is an IClassFile.
BinaryTypeBinding - Class in org.eclipse.jdt.internal.compiler.lookup
 
BinaryTypeBinding(PackageBinding, IBinaryType, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding
Standard constructor for creating binary type bindings from binary models (classfiles)
BinaryTypeConverter - Class in org.eclipse.jdt.internal.core
Converter from a binary type to an AST type declaration.
BinaryTypeConverter(ProblemReporter, CompilationResult, HashSetOfCharArrayArray) - Constructor for class org.eclipse.jdt.internal.core.BinaryTypeConverter
 
bind(String) - Static method in class org.eclipse.core.resources.ant.Policy
Lookup the message with the given ID in this catalog
bind(String, String) - Static method in class org.eclipse.core.resources.ant.Policy
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string.
bind(String, String, String) - Static method in class org.eclipse.core.resources.ant.Policy
Lookup the message with the given ID in this catalog and bind its substitution locations with the given strings.
bind(String, String[]) - Static method in class org.eclipse.core.resources.ant.Policy
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string values.
bind(MethodScope, TypeBinding, boolean) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnArgumentName
 
bind(MethodScope, TypeBinding, boolean) - Method in class org.eclipse.jdt.internal.codeassist.select.SelectionOnArgumentName
 
bind(MethodScope, TypeBinding, boolean) - Method in class org.eclipse.jdt.internal.compiler.ast.Argument
 
bind(String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
bind(String, String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
bind(String, String, String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
bind(String, String[]) - Method in class org.eclipse.jdt.internal.compiler.batch.Main
 
bind(String) - Static method in class org.eclipse.jdt.internal.compiler.util.Messages
Bind the given message's substitution locations with the given string values.
bind(String, Object) - Static method in class org.eclipse.jdt.internal.compiler.util.Messages
Bind the given message's substitution locations with the given string values.
bind(String, Object, Object) - Static method in class org.eclipse.jdt.internal.compiler.util.Messages
Bind the given message's substitution locations with the given string values.
bind(String, Object[]) - Static method in class org.eclipse.jdt.internal.compiler.util.Messages
Bind the given message's substitution locations with the given string values.
bind(String) - Static method in class org.eclipse.jdt.internal.core.util.Messages
Bind the given message's substitution locations with the given string values.
bind(String, Object) - Static method in class org.eclipse.jdt.internal.core.util.Messages
Bind the given message's substitution locations with the given string values.
bind(String, Object, Object) - Static method in class org.eclipse.jdt.internal.core.util.Messages
Bind the given message's substitution locations with the given string values.
bind(String, Object[]) - Static method in class org.eclipse.jdt.internal.core.util.Messages
Bind the given message's substitution locations with the given string values.
bindArguments() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
Bind and add argument's binding into the scope of the method
binding - Variable in exception org.eclipse.jdt.internal.codeassist.select.SelectionNodeFound
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.AllocationExpression
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.ArrayInitializer
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldDeclaration
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.FieldReference
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.MemberValuePair
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.MessageSend
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.NameReference
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
binding - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeParameter
 
Binding - Class in org.eclipse.jdt.internal.compiler.lookup
 
Binding() - Constructor for class org.eclipse.jdt.internal.compiler.lookup.Binding
 
binding - Variable in class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
 
BINDING_FLAGS - Static variable in interface org.eclipse.jdt.core.tests.dom.DefaultMarkedNodeLabelProviderOptions
Marked nodes binding flags will be display.
BINDING_KEY - Static variable in interface org.eclipse.jdt.core.tests.dom.DefaultMarkedNodeLabelProviderOptions
Marked nodes binding key will be display.
BINDING_KIND - Static variable in interface org.eclipse.jdt.core.tests.dom.DefaultMarkedNodeLabelProviderOptions
Marked nodes binding kind will be display.
BINDING_OPTIONS - Static variable in interface org.eclipse.jdt.core.tests.dom.DefaultMarkedNodeLabelProviderOptions
All extra bindings information about marked nodes will be display.
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.
BindingKeyParser - Class in org.eclipse.jdt.internal.core.util
 
BindingKeyParser(BindingKeyParser) - Constructor for class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
BindingKeyParser(String) - Constructor for class org.eclipse.jdt.internal.core.util.BindingKeyParser
 
BindingKeyResolver - Class in org.eclipse.jdt.internal.core.util
 
BindingKeyResolver(String) - Constructor for class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
BindingKeyResolver(String, Compiler, LookupEnvironment) - Constructor for class org.eclipse.jdt.internal.core.util.BindingKeyResolver
 
BindingKeyTests - Class in org.eclipse.jdt.core.tests.model
 
BindingKeyTests(String) - Constructor for class org.eclipse.jdt.core.tests.model.BindingKeyTests
 
bindThrownExceptions() - Method in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
Record the thrown exception type bindings in the corresponding type references.
BIPUSH - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
bipush(byte) - Method in class org.eclipse.jdt.internal.compiler.codegen.CodeStream
 
Bit1 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit10 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit11 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit12 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit13 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit14 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit15 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit16 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit17 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit18 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit19 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit2 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit20 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit21 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit22 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit23 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit24 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit25 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit26 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit27 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit28 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit29 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit3 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit30 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit31 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit32 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit32L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit33L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit34L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit35L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit36L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit37L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit38L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit39L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit4 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit40L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit41L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit42L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit43L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit44L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit45L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit46L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit47L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit48L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit49L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit5 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit50L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit51L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit52L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit53L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit54L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit55L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit56L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit57L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit58L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit59L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit6 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit60L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit61L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit62L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit63L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit64L - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit7 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit8 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bit9 - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
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.
BitCacheSize - Static variable in class org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext
 
BitCacheSize - Static variable in class org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo
 
BitMask - Class in org.eclipse.core.internal.utils
Utility methods for manipulating bit masks
BitMask() - Constructor for class org.eclipse.core.internal.utils.BitMask
 
bits - Variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
Bits - Static variable in class org.eclipse.jdt.internal.compiler.parser.ScannerHelper
 
blank_lines_after_imports - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_after_package - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_at_beginning_of_method_body - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_before_field - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_before_first_class_body_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_before_imports - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_before_member_type - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_before_method - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_before_new_chunk - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_before_package - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_between_import_groups - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
blank_lines_between_type_declarations - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
BlobStore - Class in org.eclipse.core.internal.localstore
Blob store which maps UUIDs to blobs on disk.
BlobStore(IFileStore, int) - Constructor for class org.eclipse.core.internal.localstore.BlobStore
The limit is the maximum number of directories managed by this store.
BlobStoreTest - Class in org.eclipse.core.tests.internal.localstore
 
BlobStoreTest() - Constructor for class org.eclipse.core.tests.internal.localstore.BlobStoreTest
 
BlobStoreTest(String) - Constructor for class org.eclipse.core.tests.internal.localstore.BlobStoreTest
 
BLOCK - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type Block.
Block - Class in org.eclipse.jdt.core.dom
Block statement AST node type.
Block - Class in org.eclipse.jdt.internal.compiler.ast
 
Block(int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.Block
 
block - Variable in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
block - Variable in class org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
 
block - Variable in class org.jmlspecs.jml4.fspv.theory.TheoryLemma
 
block - Variable in class org.jmlspecs.jml4.fspv.theory.TheoryWhileStatement
 
BLOCK_ALL_TAGS_LENGTH - Static variable in class org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest
 
BLOCK_ALL_TAGS_LENGTH - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionJavadocParser
 
BLOCK_COMMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type BlockComment.
BLOCK_FOOTER - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
BLOCK_FOOTER_LENGTH - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
BLOCK_HEADER - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
BLOCK COMMENTS
BLOCK_HEADER_LENGTH - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
BLOCK_IDX - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
BLOCK_LINE_PREFIX - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
BLOCK_LINE_PREFIX_LENGTH - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IJavaDocTagConstants
 
BLOCK_SCOPE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
BLOCK_TAGS - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
BLOCK_TAGS_LENGTH - Static variable in interface org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants
 
BlockComment - Class in org.eclipse.jdt.core.dom
Block comment AST node type.
blockDeclaration - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredBlock
 
BlockExit - Static variable in class org.eclipse.jdt.internal.compiler.ast.ASTNode
 
blockId - Variable in class org.jmlspecs.jml4.esc.gc.lang.CfgBlock
 
blockId - Variable in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleBlock
 
blockId - Variable in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredBlock
 
blocks - Variable in class org.jmlspecs.jml4.esc.gc.lang.GcProgram
 
blocks - Variable in class org.jmlspecs.jml4.esc.gc.lang.simple.SimpleProgram
 
blocks - Variable in class org.jmlspecs.jml4.esc.gc.lang.sugared.SugaredProgram
 
BlockScope - Class in org.eclipse.jdt.internal.compiler.lookup
 
BlockScope(BlockScope) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
BlockScope(BlockScope, boolean) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
BlockScope(BlockScope, int) - Constructor for class org.eclipse.jdt.internal.compiler.lookup.BlockScope
 
blockStart - Variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
bodies - Variable in class org.jmlspecs.jml4.ast.JmlSpecCaseBlock
 
body - Variable in class org.jmlspecs.jml4.ast.JmlQuantifiedExpression
The body expression.
body - Variable in class org.jmlspecs.jml4.ast.JmlSpecCase
 
body - Variable in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgQuantifiedExpression
 
body - Variable in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleQuantifiedExpression
 
body - Variable in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredQuantifiedExpression
 
body - Variable in class org.jmlspecs.jml4.esc.vc.lang.VcQuantifiedExpression
 
body - Variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplHoareTriplet
 
body - Variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplWhileStatement
 
body - Variable in class org.jmlspecs.jml4.fspv.theory.TheoryQuantifiedExpression
 
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.
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.
bodyEnd(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
bodyEnd(Initializer) - Method in class org.eclipse.jdt.internal.codeassist.complete.CompletionParser
 
bodyEnd(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
bodyEnd(Initializer) - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
bodyEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
bodyEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
bodyEnd - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
bodyEnd - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
bodyEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
BodyForAbstractMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
BodyForNativeMethod - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
bodyStart - Variable in class org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
 
bodyStart - Variable in class org.eclipse.jdt.internal.compiler.ast.Initializer
 
bodyStart - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeDeclaration
 
bodyStartsAtHeaderEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredMethod
 
bodyStartsAtHeaderEnd() - Method in class org.eclipse.jdt.internal.compiler.parser.RecoveredType
 
BOOKMARK - Static variable in interface org.eclipse.core.resources.IMarker
Bookmark marker type.
BOOL - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplConstants
 
Bool() - Static method in class org.jmlspecs.jml4.fspv.theory.TheoryType
 
BOOLEAN - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "boolean".
BOOLEAN - Static variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
BOOLEAN - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
Boolean2Boolean - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Boolean2Int - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Boolean2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
BOOLEAN_ARRAY - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
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.
booleanBooleanSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
BooleanConstant - Class in org.eclipse.jdt.internal.compiler.impl
 
BooleanConstrSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
BooleanLiteral - Class in org.eclipse.jdt.core.dom
Boolean literal node.
BooleanTest - Class in org.eclipse.jdt.core.tests.compiler.regression
 
BooleanTest(String) - Constructor for class org.eclipse.jdt.core.tests.compiler.regression.BooleanTest
 
booleanValue() - Method in class org.eclipse.jdt.core.dom.BooleanLiteral
Returns the boolean value of this boolean literal node.
booleanValue() - Method in class org.eclipse.jdt.internal.compiler.impl.BooleanConstant
 
booleanValue() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
BOOLEANVALUE_BOOLEAN_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
BOOLEANVALUE_BOOLEAN_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
BOOT_CLASSPATH_DIRECTORY - Static variable in class org.eclipse.jdt.core.tests.runtime.LocalVMLauncher
 
BORDER_LOWER - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IBorderAttributes
Region has lower border attribute
BORDER_UPPER - Static variable in interface org.eclipse.jdt.internal.formatter.comment.IBorderAttributes
Region has upper border attribute
BOTH - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.ListRewriteEvent
 
BOTH - Static variable in class org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore
 
bound - Variable in class org.eclipse.jdt.internal.compiler.ast.Wildcard
 
bound - Variable in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
BOUND - Static variable in class org.jmlspecs.jml4.fspv.theory.TheoryVariable
 
Bound(String, TheoryType, TheoryExpression, int) - Static method in class org.jmlspecs.jml4.fspv.theory.TheoryVariable
 
BOUND_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.WildcardType
The "bound" structural property of this node type.
BoundCannotBeArray - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
boundCannotBeArray(ASTNode, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
boundCheck(Scope, TypeReference[]) - Method in class org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding
Iterate type arguments, and validate them according to corresponding variable bounds.
boundCheck(Substitution, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
Returns true if the argument type satisfies all bounds of the type parameter
boundCheck(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
Returns true if the argument type satisfies the wildcard bound(s)
BoundedStack - Class in org.jmlspecs.samples.stacks
 
BoundedStack() - Constructor for class org.jmlspecs.samples.stacks.BoundedStack
 
BoundedStack(int) - Constructor for class org.jmlspecs.samples.stacks.BoundedStack
 
BoundedStackException - Exception in org.jmlspecs.samples.stacks
 
BoundedStackException() - Constructor for exception org.jmlspecs.samples.stacks.BoundedStackException
 
BoundedStackException(String) - Constructor for exception org.jmlspecs.samples.stacks.BoundedStackException
 
BoundedStackInterface - Interface in org.jmlspecs.samples.stacks
 
BoundedThing - Interface in org.jmlspecs.samples.stacks
 
BoundHasConflictingArguments - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
boundKind - Variable in class org.eclipse.jdt.internal.compiler.lookup.WildcardBinding
 
BoundMustBeAnInterface - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
boundMustBeAnInterface(ASTNode, TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
bounds - Variable in class org.eclipse.jdt.internal.compiler.ast.TypeParameter
 
bounds - Variable in class org.eclipse.jdt.internal.compiler.ISourceElementRequestor.TypeParameterInfo
 
bounds - Variable in class org.eclipse.jdt.internal.core.TypeParameterElementInfo
 
boundsCount() - Method in class org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding
 
boundVarDecls - Variable in class org.jmlspecs.jml4.esc.gc.lang.CfgStatementBlock
 
boundVarDecls() - Method in class org.jmlspecs.jml4.esc.vc.lang.VcQuantifiedExpression
 
boundVariable - Variable in class org.jmlspecs.jml4.ast.JmlSetComprehension
The bound variable (as a local declaration).
boundVariables - Variable in class org.jmlspecs.jml4.ast.JmlQuantifiedExpression
The bound variables (as LocalDeclarations).
boundVariables - Variable in class org.jmlspecs.jml4.esc.gc.lang.expr.CfgQuantifiedExpression
 
boundVariables - Variable in class org.jmlspecs.jml4.esc.gc.lang.simple.expr.SimpleQuantifiedExpression
 
boundVariables - Variable in class org.jmlspecs.jml4.esc.gc.lang.sugared.expr.SugaredQuantifiedExpression
 
boundVariables - Variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplForAllExpression
 
boundVariables - Variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplHoareTriplet
 
BOXES - Static variable in class org.eclipse.test.internal.performance.results.AbstractResults
The list of possible test boxes.
boxing(TypeBinding) - Method in class org.eclipse.jdt.internal.compiler.lookup.Scope
 
BOXING - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
BoxingConversion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
brace_position_for_annotation_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_anonymous_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_array_initializer - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_block - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_block_in_case - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_constructor_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_enum_constant - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_enum_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_method_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_switch - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
brace_position_for_type_declaration - Variable in class org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions
 
bracket - Variable in class org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper
 
bracketBalance - Variable in class org.eclipse.jdt.internal.compiler.parser.RecoveredElement
 
BracketKinds - Static variable in class org.eclipse.jdt.internal.compiler.parser.Parser
 
BracketKinds - Static variable in class org.eclipse.jdt.internal.compiler.parser.Scanner
 
BracketKinds - Static variable in class org.eclipse.jdt.internal.core.util.PublicScanner
 
branchChainTo(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.ast.Block
Dispatch the call on its last statement.
branchChainTo(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.ast.Statement
INTERNAL USE ONLY.
branchChainTo(BranchLabel) - Method in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
Dispatch the call on its last statement.
BranchLabel - Class in org.eclipse.jdt.internal.compiler.codegen
 
BranchLabel() - Constructor for class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
BranchLabel(CodeStream) - Constructor for class org.eclipse.jdt.internal.compiler.codegen.BranchLabel
 
BranchStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
BranchStatement(char[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.BranchStatement
BranchStatement constructor comment.
BREAK - Static variable in class org.eclipse.jdt.internal.codeassist.complete.CompletionOnBrankStatementLabel
 
BREAK - Static variable in interface org.eclipse.jdt.internal.codeassist.impl.Keywords
 
BREAK - Static variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
BREAK_STATEMENT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
Node type constant indicating a node of type BreakStatement.
breakIndentationLevel - Variable in class org.eclipse.jdt.internal.formatter.align.Alignment
 
breakLabel - Variable in class org.eclipse.jdt.internal.compiler.ast.SwitchStatement
 
breakLabel() - Method in class org.eclipse.jdt.internal.compiler.flow.FlowContext
 
breakLabel - Variable in class org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
 
breakLabel() - Method in class org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext
 
BREAKPOINT - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
BreakStatement - Class in org.eclipse.jdt.core.dom
Break statement AST node type.
BreakStatement - Class in org.eclipse.jdt.internal.compiler.ast
 
BreakStatement(char[], int, int) - Constructor for class org.eclipse.jdt.internal.compiler.ast.BreakStatement
 
BridgeMethod - Static variable in class org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding
 
broadcastBuildEvent(Object, int, int) - Method in class org.eclipse.core.internal.resources.Workspace
 
broadcastChanges(ElementTree, ResourceChangeEvent, boolean) - Method in class org.eclipse.core.internal.events.NotificationManager
The main broadcast point for notification deltas
broadcastChanges(IResourceChangeListener, int, IResourceDelta) - Method in class org.eclipse.core.internal.events.NotificationManager
Helper method for the save participant lifecycle computation.
broadcastPostChange() - Method in class org.eclipse.core.internal.resources.Workspace
 
BrokenBuilder - Class in org.eclipse.core.tests.internal.builders
A builder that always fails to load.
BrokenBuilder() - Constructor for class org.eclipse.core.tests.internal.builders.BrokenBuilder
 
BrokenFileStore - Class in org.eclipse.core.tests.internal.filesystem.broken
 
BrokenFileStore(URI) - Constructor for class org.eclipse.core.tests.internal.filesystem.broken.BrokenFileStore
 
BrokenFileStore(IPath) - Constructor for class org.eclipse.core.tests.internal.filesystem.broken.BrokenFileStore
 
BrokenFileSystem - Class in org.eclipse.core.tests.internal.filesystem.broken
A simple file system implementation that throws exceptions at every available opportunity.
BrokenFileSystem() - Constructor for class org.eclipse.core.tests.internal.filesystem.broken.BrokenFileSystem
 
BSUP - Static variable in class org.jmlspecs.jml4.fspv.simpl.ast.SimplConstants
 
Bucket - Class in org.eclipse.core.internal.localstore
A bucket is a persistent dictionary having paths as keys.
Bucket() - Constructor for class org.eclipse.core.internal.localstore.Bucket
 
Bucket.Entry - Class in org.eclipse.core.internal.localstore
 
Bucket.Visitor - Class in org.eclipse.core.internal.localstore
A visitor for bucket entries.
Bucket.Visitor() - Constructor for class org.eclipse.core.internal.localstore.Bucket.Visitor
 
BucketTree - Class in org.eclipse.core.internal.localstore
 
BucketTree(Workspace, Bucket) - Constructor for class org.eclipse.core.internal.localstore.BucketTree
 
BucketTreeTests - Class in org.eclipse.core.tests.internal.localstore
 
BucketTreeTests(String) - Constructor for class org.eclipse.core.tests.internal.localstore.BucketTreeTests
 
buffer - Variable in class org.eclipse.jdt.core.tests.model.OverflowingCacheTests.OverflowingTestOpenable
 
Buffer - Class in org.eclipse.jdt.internal.core
 
buffer_closed - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
BufferCache - Class in org.eclipse.jdt.internal.core
An LRU cache of IBuffers.
BufferCache(int) - Constructor for class org.eclipse.jdt.internal.core.BufferCache
Constructs a new buffer cache of the given size.
BufferCache(int, int) - Constructor for class org.eclipse.jdt.internal.core.BufferCache
Constructs a new buffer cache of the given size.
bufferChanged(BufferChangedEvent) - Method in interface org.eclipse.jdt.core.IBufferChangedListener
Notifies that the given event has occurred.
bufferChanged(BufferChangedEvent) - Method in class org.eclipse.jdt.core.tests.model.BufferTests
Cache the event
bufferChanged(BufferChangedEvent) - Method in class org.eclipse.jdt.internal.core.Openable
The buffer associated with this element has changed.
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.
BufferFactoryWrapper - Class in org.eclipse.jdt.internal.core
Deprecated.  
BufferManager - Class in org.eclipse.jdt.internal.core
The buffer manager manages the set of open buffers.
BufferManager() - Constructor for class org.eclipse.jdt.internal.core.BufferManager
 
BUFFERS_LINUX - Static variable in interface org.eclipse.test.internal.performance.InternalDimensions
 
BufferTests - Class in org.eclipse.jdt.core.tests.model
 
BufferTests(String) - Constructor for class org.eclipse.jdt.core.tests.model.BufferTests
 
Bug127562Nature - Class in org.eclipse.core.tests.internal.resources
This nature will try to modify resources outside the project scope.
Bug127562Nature() - Constructor for class org.eclipse.core.tests.internal.resources.Bug127562Nature
Constructor for SimpleNature.
Bug29116Nature - Class in org.eclipse.core.tests.internal.resources
Nature for testing regression of bug 29116.
Bug29116Nature() - Constructor for class org.eclipse.core.tests.internal.resources.Bug29116Nature
Constructor for Bug29116Nature.
Bug_006708 - Class in org.eclipse.core.tests.resources.regression
 
Bug_006708() - Constructor for class org.eclipse.core.tests.resources.regression.Bug_006708
Constructor for Bug_6708.
Bug_006708(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_006708
Constructor for Bug_6708.
Bug_025457 - Class in org.eclipse.core.tests.resources.regression
Tests regression of bug 25457.
Bug_025457() - Constructor for class org.eclipse.core.tests.resources.regression.Bug_025457
 
Bug_025457(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_025457
 
Bug_026294 - Class in org.eclipse.core.tests.resources.regression
A parent container (projects and folders) would become out-of-sync if any of its children could not be deleted for some reason.
Bug_026294(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_026294
 
Bug_027271 - Class in org.eclipse.core.tests.resources.regression
Tests how changes in the underlying preference store may affect the path variable manager.
Bug_027271(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_027271
 
Bug_028981 - Class in org.eclipse.core.tests.resources.regression
Resource#accept doesn't obey member flags for the traversal entry point.
Bug_028981(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_028981
 
Bug_029116 - Class in org.eclipse.core.tests.resources.regression
Test regression of bug 29116.
Bug_029116() - Constructor for class org.eclipse.core.tests.resources.regression.Bug_029116
 
Bug_029116(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_029116
 
Bug_029671 - Class in org.eclipse.core.tests.resources.regression
When a container was moved, its children were not added to phantom space.
Bug_029671(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_029671
 
Bug_029851 - Class in org.eclipse.core.tests.resources.regression
Tests regression of bug 25457.
Bug_029851() - Constructor for class org.eclipse.core.tests.resources.regression.Bug_029851
 
Bug_029851(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_029851
 
Bug_032076 - Class in org.eclipse.core.tests.resources.regression
When moving a resource "x" from parent "a" to parent "b", if "x" or any of its children can't be deleted, both "a" and "b" become out-of-sync and resource info is lost.
Bug_032076() - Constructor for class org.eclipse.core.tests.resources.regression.Bug_032076
 
Bug_032076(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_032076
 
Bug_044106 - Class in org.eclipse.core.tests.resources.regression
Tests regression of bug 44106.
Bug_044106() - Constructor for class org.eclipse.core.tests.resources.regression.Bug_044106
 
Bug_044106(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_044106
 
Bug_079398 - Class in org.eclipse.core.tests.resources.regression
 
Bug_079398(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_079398
 
Bug_092108 - Class in org.eclipse.core.tests.resources.regression
Tests that obtaining file info works on the root directory on windows.
Bug_092108() - Constructor for class org.eclipse.core.tests.resources.regression.Bug_092108
 
Bug_092108(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_092108
 
Bug_097608 - Class in org.eclipse.core.tests.resources.regression
Tests regression of bug 97608 - error restoring workspace after writing marker with value that is too long.
Bug_097608() - Constructor for class org.eclipse.core.tests.resources.regression.Bug_097608
 
Bug_098740 - Class in org.eclipse.core.tests.resources.regression
A parent container (projects and folders) would become out-of-sync if any of its children could not be deleted for some reason.
Bug_098740(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_098740
 
Bug_126104 - Class in org.eclipse.core.tests.resources.regression
Tests copying a file to a linked folder that does not exist on disk
Bug_126104(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_126104
 
Bug_127562 - Class in org.eclipse.core.tests.resources.regression
Changing a project description requires the workspace root scheduling rule.
Bug_127562(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_127562
 
Bug_132510 - Class in org.eclipse.core.tests.resources.regression
Tests concurrent modification of the project description link table.
Bug_132510(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_132510
 
Bug_134364 - Class in org.eclipse.core.tests.resources.regression
Tests an error that occurs when a thread tries to read the workspace during snapshot.
Bug_134364() - Constructor for class org.eclipse.core.tests.resources.regression.Bug_134364
 
Bug_134364(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_134364
 
Bug_147232 - Class in org.eclipse.core.tests.resources.regression
Tests duplicate resource change events caused by a builder that makes no changes.
Bug_147232(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_147232
 
Bug_160251 - Class in org.eclipse.core.tests.resources.regression
Tests regression of bug 160251.
Bug_160251() - Constructor for class org.eclipse.core.tests.resources.regression.Bug_160251
 
Bug_160251(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_160251
 
Bug_165892 - Class in org.eclipse.core.tests.resources.regression
Tests regression of bug 165892.
Bug_165892() - Constructor for class org.eclipse.core.tests.resources.regression.Bug_165892
 
Bug_165892(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_165892
 
Bug_226264 - Class in org.eclipse.core.tests.resources.regression
 
Bug_226264() - Constructor for class org.eclipse.core.tests.resources.regression.Bug_226264
Constructor for Bug_226264.
Bug_226264(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_226264
Constructor for Bug_226264.
Bug_231301 - Class in org.eclipse.core.tests.resources.regression
 
Bug_231301() - Constructor for class org.eclipse.core.tests.resources.regression.Bug_231301
Constructor for Bug_231301.
Bug_231301(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_231301
Constructor for Bug_231301.
Bug_265810 - Class in org.eclipse.core.tests.resources.regression
 
Bug_265810() - Constructor for class org.eclipse.core.tests.resources.regression.Bug_265810
Constructor for Bug_265810.
Bug_265810(String) - Constructor for class org.eclipse.core.tests.resources.regression.Bug_265810
Constructor for Bug_265810.
Bug_266907 - Class in org.eclipse.core.tests.resources.session
Tests for bug 266907
Bug_266907(String) - Constructor for class org.eclipse.core.tests.resources.session.Bug_266907
 
bugs - Class in org.jmlspecs.eclipse.jdt.core.tests.jml2rac
 
bugs(String) - Constructor for class org.jmlspecs.eclipse.jdt.core.tests.jml2rac.bugs
 
build(int, IProgressMonitor) - Method in class org.eclipse.core.internal.events.BuildManager
Runs all builders on all projects.
build(IProject, int, String, Map, IProgressMonitor) - Method in class org.eclipse.core.internal.events.BuildManager
Runs the builder with the given name on the given project.
build(int, IProgressMonitor) - Method in class org.eclipse.core.internal.resources.Project
 
build(int, String, Map, IProgressMonitor) - Method in class org.eclipse.core.internal.resources.Project
 
build(int, IProgressMonitor) - Method in class org.eclipse.core.internal.resources.Workspace
 
build(int, String, Map, IProgressMonitor) - Method in interface org.eclipse.core.resources.IProject
Invokes the build method of the specified builder for this project.
build(int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IProject
Builds this project.
build(int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IWorkspace
Builds all projects in this workspace.
build() - Method in class org.eclipse.jdt.internal.core.builder.BatchImageBuilder
 
build(SimpleLookupTable) - Method in class org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder
 
build(boolean) - Method in class org.eclipse.jdt.internal.core.hierarchy.HierarchyBuilder
 
build(boolean) - Method in class org.eclipse.jdt.internal.core.hierarchy.IndexBasedHierarchyBuilder
 
build(boolean) - Method in class org.eclipse.jdt.internal.core.hierarchy.RegionBasedHierarchyBuilder
 
BUILD - Static variable in class org.eclipse.test.internal.performance.PerformanceTestPlugin
 
build_abortDueToClasspathProblems - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_analyzingDeltas - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_analyzingSources - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_cannotSaveState - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_cannotSaveStates - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_classFileCollision - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_cleaningOutput - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
BUILD_COMMAND - Static variable in interface org.eclipse.core.internal.resources.IModelObjectConstants
 
build_compiling - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_copyingResources - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_done - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_duplicateClassFile - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_duplicateResource - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
BUILD_FAILED - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 75) indicating that a builder failed.
build_fixedHeader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_foundHeader - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
BUILD_ID - Static variable in class org.eclipse.core.tests.internal.builders.TestBuilder
Build command parameters.
build_incompleteClassPath - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_inconsistentClassFile - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_inconsistentProject - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_initializationError - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_missingSourceFile - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_multipleErrors - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_multipleWarnings - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_oneError - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_oneWarning - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
BUILD_ORDER - Static variable in interface org.eclipse.core.internal.resources.IModelObjectConstants
 
build_preparingBuild - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_prereqProjectHasClasspathProblems - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_prereqProjectMustBeRebuilt - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_readingDelta - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_readStateProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_saveStateComplete - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_saveStateProgress - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
build_serializationError - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
BUILD_SPEC - Static variable in interface org.eclipse.core.internal.resources.IModelObjectConstants
 
BUILD_TRIGGERS - Static variable in interface org.eclipse.core.internal.resources.IModelObjectConstants
 
build_wrongFileFormat - Static variable in class org.eclipse.jdt.internal.core.util.Messages
 
buildAllCompliancesTestSuite(Class) - Static method in class org.eclipse.jdt.core.tests.util.AbstractCompilerTest
Build a test suite made of test suites for all possible running VM compliances .
buildAllCompliancesTestSuite(TestSuite, Class) - Static method in class org.eclipse.jdt.core.tests.util.AbstractCompilerTest
 
buildAllCompliancesTestSuite(Class, Class, List) - Static method in class org.eclipse.jdt.core.tests.util.AbstractCompilerTest
Build a test suite made of test suites for all possible running VM compliances .
buildAllDirectoriesInto(String, String) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Build all the directories and subdirectories corresponding to the packages names into the directory specified in parameters.
BuildCommand - Class in org.eclipse.core.internal.events
The concrete implementation of ICommand.
BuildCommand() - Constructor for class org.eclipse.core.internal.events.BuildCommand
 
buildComparableTestSuite(Class) - Static method in class org.eclipse.jdt.core.tests.compiler.regression.AbstractComparableTest
 
buildCompilationUnit(ISourceType[], int, ProblemReporter, CompilationResult) - Static method in class org.eclipse.jdt.internal.compiler.parser.SourceTypeConverter
 
buildComplianceTestSuite(long, List) - Static method in class org.eclipse.jdt.core.tests.util.AbstractCompilerTest
Build a test suite for a compliance and a list of test suites.
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, or to annotations processors when a source file has annotations.
BuildContext(SourceFile) - Constructor for class org.eclipse.jdt.core.compiler.BuildContext
Creates a build context for the given source file.
buildDeltas() - Method in class org.eclipse.jdt.internal.core.JavaElementDeltaBuilder
Builds the java element deltas between the old content of the compilation unit and its new content.
BuildDeltaVerificationTest - Class in org.eclipse.core.tests.internal.builders
Tests that deltas supplied to the builder are accurate
BuildDeltaVerificationTest() - Constructor for class org.eclipse.core.tests.internal.builders.BuildDeltaVerificationTest
 
BuildDeltaVerificationTest(String) - Constructor for class org.eclipse.core.tests.internal.builders.BuildDeltaVerificationTest
Creates a new instance of BuildDeltaVerificationTest.
BUILDER_ID - Static variable in class org.eclipse.core.tests.resources.regression.SimpleBuilder
contants
BUILDER_ID - Static variable in class org.eclipse.core.tests.resources.usecase.SignaledBuilder
contants
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_NAME - Static variable in class org.eclipse.core.tests.internal.builders.BrokenBuilder
 
BUILDER_NAME - Static variable in class org.eclipse.core.tests.internal.builders.ClearMarkersBuilder
 
BUILDER_NAME - Static variable in class org.eclipse.core.tests.internal.builders.CustomTriggerBuilder
 
BUILDER_NAME - Static variable in class org.eclipse.core.tests.internal.builders.CycleBuilder
 
BUILDER_NAME - Static variable in class org.eclipse.core.tests.internal.builders.DeltaVerifierBuilder
 
BUILDER_NAME - Static variable in class org.eclipse.core.tests.internal.builders.EmptyDeltaBuilder
 
BUILDER_NAME - Static variable in class org.eclipse.core.tests.internal.builders.ExceptionBuilder
 
BUILDER_NAME - Static variable in class org.eclipse.core.tests.internal.builders.RefreshLocalJavaFileBuilder
 
BUILDER_NAME - Static variable in class org.eclipse.core.tests.internal.builders.SnowBuilder
 
BUILDER_NAME - Static variable in class org.eclipse.core.tests.internal.builders.SortBuilder
 
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.
BuilderCycleTest - Class in org.eclipse.core.tests.internal.builders
Tests platform support for build cycles.
BuilderCycleTest(String) - Constructor for class org.eclipse.core.tests.internal.builders.BuilderCycleTest
 
BuilderCycleTest() - Constructor for class org.eclipse.core.tests.internal.builders.BuilderCycleTest
 
BuilderEventTest - Class in org.eclipse.core.tests.internal.builders
Tests the PRE_BUILD and POST_BUILD events.
BuilderEventTest(String) - Constructor for class org.eclipse.core.tests.internal.builders.BuilderEventTest
 
BuilderNatureTest - Class in org.eclipse.core.tests.internal.builders
Tests relationship between natures and builders.
BuilderNatureTest() - Constructor for class org.eclipse.core.tests.internal.builders.BuilderNatureTest
 
BuilderNatureTest(String) - Constructor for class org.eclipse.core.tests.internal.builders.BuilderNatureTest
 
BuilderPerformanceTest - Class in org.eclipse.core.tests.resources.perf
Automated performance tests for builders.
BuilderPerformanceTest(String) - Constructor for class org.eclipse.core.tests.resources.perf.BuilderPerformanceTest
 
BuilderPersistentInfo - Class in org.eclipse.core.internal.events
 
BuilderPersistentInfo(String, String, int) - Constructor for class org.eclipse.core.internal.events.BuilderPersistentInfo
 
BuilderTest - Class in org.eclipse.core.tests.internal.builders
This class tests public API related to building and to build specifications.
BuilderTest() - Constructor for class org.eclipse.core.tests.internal.builders.BuilderTest
 
BuilderTest(String) - Constructor for class org.eclipse.core.tests.internal.builders.BuilderTest
BuilderTest constructor comment.
BuilderTests - Class in org.eclipse.jdt.core.tests.builder
Base class for Java image builder tests
BuilderTests(String) - Constructor for class org.eclipse.jdt.core.tests.builder.BuilderTests
 
BuildEventListener - Class in org.eclipse.core.tests.internal.builders
An event listener that tracks what events were received.
BuildEventListener() - Constructor for class org.eclipse.core.tests.internal.builders.BuildEventListener
 
buildFileName(String, String) - Method in class org.eclipse.jdt.internal.compiler.batch.Main.Logger
 
buildFilesFromLPG(String, String) - Static method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
buildFinished(IJavaProject) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
Notifies this participant that a build has finished for the project.
buildFinished(IJavaProject) - Method in class org.eclipse.jdt.core.tests.builder.TestBuilderParticipant
 
buildFinished() - Static method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
Hook allowing to reset some static state after a complete build iteration.
buildImports(ClassFileReader) - Method in class org.eclipse.jdt.internal.core.BinaryTypeConverter
 
buildInitialRecoveryState() - Method in class org.eclipse.jdt.internal.codeassist.impl.AssistParser
 
buildInitialRecoveryState() - Method in class org.eclipse.jdt.internal.compiler.parser.Parser
 
BuildManager - Class in org.eclipse.core.internal.events
 
BuildManager(Workspace, ILock) - Constructor for class org.eclipse.core.internal.events.BuildManager
 
buildMinimalComplianceTestSuite(Class, int) - Static method in class org.eclipse.jdt.core.tests.util.AbstractCompilerTest
Build a regression test setup suite for a minimal compliance and a test suite to run.
buildModelTestSuite(Class) - Static method in class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests
Build a test suite with all tests computed from public methods starting with "test" found in the given test class.
buildModelTestSuite(Class, long) - Static method in class org.eclipse.jdt.core.tests.model.AbstractJavaModelTests
Build a test suite with all tests computed from public methods starting with "test" found in the given test class and sorted in alphabetical order.
BuildNotifier - Class in org.eclipse.jdt.internal.core.builder
 
BuildNotifier(IProgressMonitor, IProject) - Constructor for class org.eclipse.jdt.internal.core.builder.BuildNotifier
 
buildOnCancel - Static variable in class org.eclipse.core.internal.utils.Policy
 
BUILDPATH_PROBLEM_MARKER - Static variable in interface org.eclipse.jdt.core.IJavaModelMarker
Build path problem marker type (value "org.eclipse.jdt.core.buildpath_problem").
BuildpathTests - Class in org.eclipse.jdt.core.tests.builder
 
BuildpathTests(String) - Constructor for class org.eclipse.jdt.core.tests.builder.BuildpathTests
 
buildResources() - Method in class org.eclipse.core.tests.resources.ResourceTest
Return a collection of resources the hierarchy defined by defineHeirarchy().
buildResources(IContainer, String[]) - Method in class org.eclipse.core.tests.resources.ResourceTest
Return a collection of resources for the given hierarchy at the given root.
BuildResults - Class in org.eclipse.test.internal.performance.results
Class providing numbers of a scenario running on a specific configuration at a specific time (for example 'I20070615-1200').
buildRule() - Method in interface org.eclipse.core.resources.IResourceRuleFactory
Returns the scheduling rule that is required for building a project or the entire workspace.
buildRule() - Method in class org.eclipse.core.resources.team.ResourceRuleFactory
Default implementation of IResourceRuleFactory#buildRule.
buildSetup(String[]) - Method in class org.eclipse.core.tests.session.SetupManager
 
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.
buildStarting(BuildContext[], boolean) - Method in class org.eclipse.jdt.core.tests.builder.TestBuilderParticipant
 
buildStarting() - Static method in class org.eclipse.jdt.internal.core.builder.JavaBuilder
Hook allowing to initialize some static state before a complete build iteration.
buildStarting(BuildContext[], boolean) - Method in class org.jmlspecs.eclipse.jdt.ui.EscjavaCompilationParticipant
 
buildSuite(TestSuite, String) - Static method in class org.eclipse.jdt.core.tests.dom.ASTConverterJavadocTest
 
buildTestsList(Class) - Static method in class org.eclipse.jdt.core.tests.junit.extension.TestCase
Build a list of methods to run for a test suite.
buildTestsList(Class, int) - Static method in class org.eclipse.jdt.core.tests.junit.extension.TestCase
Build a list of methods to run for a test suite.
buildTestsList(Class, int, long) - Static method in class org.eclipse.jdt.core.tests.junit.extension.TestCase
Build a list of methods to run for a test suite.
buildTestSuite(Class) - Static method in class org.eclipse.jdt.core.tests.formatter.comment.CommentTestCase
 
buildTestSuite(Class, String) - Static method in class org.eclipse.jdt.core.tests.formatter.comment.CommentTestCase
 
buildTestSuite(Class) - Static method in class org.eclipse.jdt.core.tests.junit.extension.TestCase
Build a test suite with all tests computed from public methods starting with "test" found in the given test class.
buildTestSuite(Class, String) - Static method in class org.eclipse.jdt.core.tests.junit.extension.TestCase
Build a test suite with all tests computed from public methods starting with "test" found in the given test class.
buildTestSuite(Class) - Static method in class org.eclipse.jdt.core.tests.util.AbstractCompilerTest
 
buildTestSuite(Class, long) - Static method in class org.eclipse.jdt.core.tests.util.AbstractCompilerTest
 
buildTypeBindings(CompilationUnitDeclaration, AccessRestriction) - Method in class org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment
 
buildTypeDeclaration(IType, CompilationUnitDeclaration) - Method in class org.eclipse.jdt.internal.core.BinaryTypeConverter
Convert a binary type into an AST type declaration and put it in the given compilation unit.
buildUniqueComplianceTestSuite(Class, long) - Static method in class org.eclipse.jdt.core.tests.util.AbstractCompilerTest
Build a regression test setup suite for a compliance and a test suite to run.
bundle - Variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
bundleName - Static variable in class org.eclipse.jdt.internal.compiler.batch.Main
 
BundleTestingHelper - Class in org.eclipse.core.tests.harness
 
BundleTestingHelper() - Constructor for class org.eclipse.core.tests.harness.BundleTestingHelper
 
BYTE - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
Type code for the primitive type "byte".
BYTE - Static variable in class org.eclipse.jdt.internal.compiler.lookup.TypeBinding
 
BYTE - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeConstants
 
BYTE - Static variable in class org.eclipse.test.internal.performance.data.Unit
 
Byte2Byte - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Byte2Char - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Byte2Double - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Byte2Float - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Byte2Int - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Byte2Long - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Byte2Short - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
Byte2String - Static variable in interface org.eclipse.jdt.internal.compiler.lookup.TypeIds
 
BYTE_ARRAY - Static variable in interface org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants
 
BYTE_MASK - Static variable in class org.eclipse.core.internal.utils.UniversalUniqueIdentifier
 
BYTE_TAG - Static variable in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Tag value for a constant of type byte
byteByteSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
BYTECODE_NAMES - Static variable in class org.eclipse.jdt.core.util.OpcodeStringValues
 
BytecodeExceeds64KLimit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
bytecodeExceeds64KLimit(AbstractMethodDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
bytecodeExceeds64KLimit(TypeDeclaration) - Method in class org.eclipse.jdt.internal.compiler.problem.ProblemReporter
 
BytecodeExceeds64KLimitForClinit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
 
BytecodeExceeds64KLimitForConstructor - 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
 
ByteConstant - Class in org.eclipse.jdt.internal.compiler.impl
 
ByteConstrSignature - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
BYTES_READ - Static variable in interface org.eclipse.test.internal.performance.InternalDimensions
 
BYTES_SIZE - Static variable in class org.eclipse.core.internal.utils.UniversalUniqueIdentifier
 
BYTES_WRITTEN - Static variable in interface org.eclipse.test.internal.performance.InternalDimensions
 
bytesToChar(byte[], String) - Static method in class org.eclipse.jdt.internal.compiler.util.Util
Returns the given bytes as a char array using a given encoding (null means platform default).
bytesToLong(byte[]) - Static method in class org.eclipse.core.internal.utils.Convert
Performs conversion of a byte array to a long representation.
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ByteConstant
 
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.CharConstant
 
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.Constant
 
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.DoubleConstant
 
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.FloatConstant
 
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.IntConstant
 
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.LongConstant
 
byteValue() - Method in class org.eclipse.jdt.internal.compiler.impl.ShortConstant
 
BYTEVALUE_BYTE_METHOD_NAME - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 
BYTEVALUE_BYTE_METHOD_SIGNATURE - Static variable in class org.eclipse.jdt.internal.compiler.codegen.ConstantPool
 

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 _