Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- GENERALIZE_TYPE - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
-
Refactoring id of the 'Generalize Declared Type' refactoring (value:
org.eclipse.jdt.ui.change.type
). - GeneralizeTypeDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
-
Refactoring descriptor for the generalize declared type refactoring.
- GeneralizeTypeDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.GeneralizeTypeDescriptor
-
Creates a new refactoring descriptor.
- GeneralizeTypeDescriptor(String, String, String, Map<String, String>, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.GeneralizeTypeDescriptor
-
Creates a new refactoring descriptor.
- GENERATE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "generate".
- GENERATE_CONSTRUCTOR_USING_FIELDS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the source ->generate constructor using fields action (value
"org.eclipse.jdt.ui.edit.text.java.generate.constructor.using.fields"
). - GENERATE_CONSTRUCTOR_USING_FIELDS - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Source menu: name of standard Generate Constructor using Fields global action (value
"org.eclipse.jdt.ui.actions.GenerateConstructorUsingFields"
). - GENERATE_DELEGATE_METHODS - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Source menu: name of standard delegate methods global action (value
"org.eclipse.jdt.ui.actions.GenerateDelegateMethods"
). - GENERATE_GETTER_SETTER - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Source menu: name of standard Generate Getter and Setter global action (value
"org.eclipse.jdt.ui.actions.GenerateGetterSetter"
). - GENERATE_HASHCODE_EQUALS - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the source ->generate hashcode() and equals() action (value
"org.eclipse.jdt.ui.edit.text.java.generate.hashcode.equals"
). - GENERATE_HASHCODE_EQUALS - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Source menu: name of standard Generate hashCode() and equals() global action (value
"org.eclipse.jdt.ui.actions.GenerateHashCodeEquals"
). - GENERATE_TOSTRING - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the source ->generate toString() action (value
"org.eclipse.jdt.ui.edit.text.java.generate.tostring"
). - GENERATE_TOSTRING - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Source menu: name of standard Generate toString() global action (value
"org.eclipse.jdt.ui.actions.GenerateToString"
). - GenerateActionGroup - Class in org.eclipse.jdt.ui.actions
-
Action group that adds the source and generate actions to a part's context menu and installs handlers for the corresponding global menu actions.
- GenerateActionGroup(CompilationUnitEditor, String) - Constructor for class org.eclipse.jdt.ui.actions.GenerateActionGroup
-
Note: This constructor is for internal use only.
- GenerateActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.GenerateActionGroup
-
Creates a new
GenerateActionGroup
. - GenerateActionGroup(IWorkbenchSite, ISelectionProvider) - Constructor for class org.eclipse.jdt.ui.actions.GenerateActionGroup
-
Creates a new
GenerateActionGroup
. - GenerateActionGroup(Page) - Constructor for class org.eclipse.jdt.ui.actions.GenerateActionGroup
-
Creates a new
GenerateActionGroup
. - GenerateHashCodeEqualsAction - Class in org.eclipse.jdt.ui.actions
-
Adds method implementations for
andObject.equals(java.lang.Object)
.Object.hashCode()
- GenerateHashCodeEqualsAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.GenerateHashCodeEqualsAction
-
Note: This constructor is for internal use only.
- GenerateHashCodeEqualsAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.GenerateHashCodeEqualsAction
-
Creates a new generate hashCode equals action.
- generateIndexForJar(String, String) - Static method in class org.eclipse.jdt.core.index.JavaIndexer
-
Generates the index file for the specified jar.
- GenerateNewConstructorUsingFieldsAction - Class in org.eclipse.jdt.ui.actions
-
Creates constructors for a type based on existing fields.
- GenerateNewConstructorUsingFieldsAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.GenerateNewConstructorUsingFieldsAction
-
Note: This constructor is for internal use only.
- GenerateNewConstructorUsingFieldsAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.GenerateNewConstructorUsingFieldsAction
-
Creates a new
GenerateConstructorUsingFieldsAction
. - GenerateToStringAction - Class in org.eclipse.jdt.ui.actions
-
Adds method implementations for
The action opens a dialog from which the user can choose the fields and methods to be considered.Object.toString()
- GenerateToStringAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.GenerateToStringAction
-
Note: This constructor is for internal use only.
- GenerateToStringAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.GenerateToStringAction
-
Creates a new generate tostring action.
- GenericConstructorTypeArgumentMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- GenericInferenceError - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- GenericMethodTypeArgumentMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- GenericTypeCannotExtendThrowable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- gePermittedSubclassIndex() - Method in interface org.eclipse.jdt.core.util.IPermittedSubclassesAttributeEntry
-
Answer back the permitted subclass name index.
- get(ASTNode, StructuralPropertyDescriptor) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
-
Returns the value of the given property as managed by this rewriter.
- getAbsoluteJarLocation() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Gets the absolute location of the JAR file.
- getAccessFlags() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the access flags of the .class file.
- getAccessFlags() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
-
Answer back the access flag of this field info.
- getAccessFlags() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
-
Answer back the access flag of this inner classes attribute as specified in the JVM specifications.
- getAccessFlags() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
-
Answer back the access flags of this method info as specified in the JVM specifications.
- getAccessFlags(int) - Method in interface org.eclipse.jdt.core.util.IMethodParametersAttribute
-
Answer back the access flags for the i'th parameter, a mask of
ACC_FINAL
,ACC_SYNTHETIC
, andACC_MANDATED
. - getAccessibility() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the accessibility of the proposal.
- getAccessibility() - Method in class org.eclipse.jdt.core.search.MethodNameMatch
-
Returns the accessibility of the declaring type of the method name match
- getAccessibility() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
-
Returns the accessibility of the type name match
- getAccessRules() - Method in interface org.eclipse.jdt.core.IClasspathEntry
-
Returns the possibly empty list of access rules for this entry.
- getAccessRules(IExecutionEnvironment, IVMInstall, LibraryLocation[], IJavaProject) - Method in interface org.eclipse.jdt.launching.environments.IAccessRuleParticipant
-
Returns a collection of access rules to be applied to the specified VM libraries and execution environment in the context of the given project.
- getAccessRules(IVMInstall, LibraryLocation[], IJavaProject) - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
-
Returns a collection of access rules to be applied to the specified VM libraries for this execution environment in the context of the given project.
- getAccessRulesStatus(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
-
Returns the access rules attribute status according to this initializer.
- getAccuracy() - Method in class org.eclipse.jdt.core.search.SearchMatch
-
Returns the accuracy of this search match.
- getActiveJavaElement() - Method in class org.eclipse.jdt.core.manipulation.CoreASTProvider
- getActual() - Method in class org.eclipse.jdt.junit.model.ITestElement.FailureTrace
-
Returns the actual result or
null
if the trace is not a comparison failure. - getActualTypeArguments() - Method in interface com.sun.mirror.type.DeclaredType
-
Returns (in order) the actual type arguments of this type.
- getAdapter(Class<T>) - Method in class org.eclipse.jdt.core.manipulation.ChangeCorrectionProposalCore
- getAdapter(Class<T>) - Method in class org.eclipse.jdt.core.refactoring.CompilationUnitChange
- getAdapter(Class<T>) - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
- getAddedChildren() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
-
Returns deltas for the children that have been added.
- getAddedImports() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Returns all non-static imports that are recorded to be added.
- getAddedStaticImports() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Returns all static imports that are recorded to be added.
- getAdditionalFlags() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the completion flags relevant in the context, or
CompletionFlags.Default
if none. - getAdditionalProposalInfo() - Method in class org.eclipse.jdt.ui.text.java.ClasspathFixProcessor.ClasspathFixProposal
-
Returns optional additional information about the proposal.
- getAdditionalProposalInfo() - Method in class org.eclipse.jdt.ui.text.java.correction.ChangeCorrectionProposal
- getAdditionalProposalInfo(IProgressMonitor) - Method in class org.eclipse.jdt.core.manipulation.ChangeCorrectionProposalCore
- getAdditionalProposalInfo(IProgressMonitor) - Method in class org.eclipse.jdt.core.manipulation.CUCorrectionProposalCore
- getAdditionalProposalInfo(IProgressMonitor) - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
- getAdronments() - Method in class org.eclipse.jdt.ui.JavaElementImageDescriptor
-
Returns the current adornments.
- getAffectedChildren() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
-
Returns deltas for the affected (added, removed, or changed) children.
- getAllClasses() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns all classes in this type hierarchy's graph, in no particular order.
- getAllClassFiles() - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Returns all of the class files in this package fragment.
- getAllFieldNames() - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
-
Returns a collection of the names of all of the fields declared in this type, all of its super classes, implemented interfaces and super interfaces.
- getAllInterfaces() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns all interfaces in this type hierarchy's graph, in no particular order.
- getAllInterfaces() - Method in interface org.eclipse.jdt.debug.core.IJavaClassType
-
Returns the interface objects associated with all interfaces this class implements, directly or indirectly.
- getAllJavaSourceVersionsSupportedByCompiler() - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns all Java source versions fully supported by Eclipse compiler in the order of their introduction.
- getAllMemberValuePairs() - Method in interface org.eclipse.jdt.core.dom.IAnnotationBinding
-
Returns the complete list of member value pairs for this annotation, including ones explicitly listed in the annotation as well as entries for annotation type members with default values that are implied.
- getAllMethods() - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageTwo
-
Returns all the methods in the methods tree.
- getAllPackageFragmentRoots() - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns all of the existing package fragment roots that exist on the classpath, in the order they are defined by the classpath.
- getAllSubtypes(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns all resolved subtypes (direct and indirect) of the given type, in no particular order, limited to the types in this type hierarchy's graph.
- getAllSuperclasses(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns all resolved superclasses of the given class, in bottom-up order.
- getAllSuperInterfaces(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns all resolved superinterfaces (direct and indirect) of the given type.
- getAllSupertypes(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns all resolved supertypes of the given type, in bottom-up order.
- getAllThreadGroups() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
-
Returns all thread groups in this target.
- getAllTypes() - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns all types declared in this compilation unit in the order in which they appear in the source.
- getAllTypes() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns all types in this type hierarchy's graph, in no particular order.
- getAllVersions() - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns all
JavaCore
#VERSION_*
levels in the order of their introduction. - getAllWarningTokens() - Static method in class org.eclipse.jdt.core.CorrectionEngine
-
Return an array of strings which contains one entry per warning token accepted by the
@SuppressWarnings
annotation. - getAlternateRoot() - Method in class org.eclipse.jdt.core.dom.Comment
-
Returns the root AST node that this comment occurs within, or
null
if none (or not recorded). - getAncestor(int) - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns this Java element or the first ancestor of this element that has the given type.
- getAnnotatedSignature(String, IFile, String, String) - Static method in class org.eclipse.jdt.core.util.ExternalAnnotationUtil
-
Retrieve the annotated signature of a specified member as found in the given external annotation file, if any.
- getAnnotation(Class<A>) - Method in interface com.sun.mirror.declaration.Declaration
-
Returns the annotation of this declaration having the specified type.
- getAnnotation(String) - Method in interface org.eclipse.jdt.core.IAnnotatable
-
Returns the annotation with the given name declared on this element.
- getAnnotationComponentValues() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Returns the annotation component values as described in the JVM specifications if the tag item is '['.
- getAnnotationDeltas() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
-
Returns deltas for affected annotations (added, removed, or changed).
- getAnnotationFile(IJavaProject, ITypeBinding, IProgressMonitor) - Static method in class org.eclipse.jdt.core.util.ExternalAnnotationUtil
-
Answer the external annotation file corresponding to the given type as seen from the given project.
- getAnnotationHover(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getAnnotationMirrors() - Method in interface com.sun.mirror.declaration.Declaration
-
Returns the annotations that are directly present on this declaration.
- getAnnotationProcessorPaths(IJavaProject, boolean) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
-
Requests the participant to supply the locations where to find annotation processors.
- getAnnotations() - Method in interface org.eclipse.jdt.core.dom.IBinding
-
Returns the resolved declaration annotations associated with this binding.
- getAnnotations() - Method in interface org.eclipse.jdt.core.IAnnotatable
-
Returns the annotations for this element.
- getAnnotations() - Method in interface org.eclipse.jdt.core.util.IParameterAnnotation
-
Answer back the annotations as described in the JVM specifications.
- getAnnotations() - Method in interface org.eclipse.jdt.core.util.IRuntimeInvisibleAnnotationsAttribute
-
Answer back the annotations.
- getAnnotations() - Method in interface org.eclipse.jdt.core.util.IRuntimeVisibleAnnotationsAttribute
-
Answer back the annotations.
- getAnnotationsNumber() - Method in interface org.eclipse.jdt.core.util.IParameterAnnotation
-
Answer back the number of annotations as described in the JVM specifications.
- getAnnotationsNumber() - Method in interface org.eclipse.jdt.core.util.IRuntimeInvisibleAnnotationsAttribute
-
Answer back the number of annotations as described in the JVM specifications.
- getAnnotationsNumber() - Method in interface org.eclipse.jdt.core.util.IRuntimeVisibleAnnotationsAttribute
-
Answer back the number of annotations as described in the JVM specifications.
- getAnnotationsProperty() - Method in class org.eclipse.jdt.core.dom.AnnotatableType
-
Returns the structural property descriptor for the "annotations" property of this node (element type:
Annotation
) (added in JLS8 API). - getAnnotationType() - Method in interface com.sun.mirror.declaration.AnnotationMirror
-
Returns the annotation type of this annotation.
- getAnnotationType() - Method in interface org.eclipse.jdt.core.dom.IAnnotationBinding
-
Returns the type of the annotation.
- getAnnotationTypeIndex() - Method in interface org.eclipse.jdt.core.util.IExtendedAnnotation
-
Answer back the index in the given different situations.
- getAnnotationTypes() - Method in interface com.sun.mirror.declaration.PackageDeclaration
-
Returns the declarations of the top-level annotation types in this package.
- getAnnotationValue() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Returns the annotation value as described in the JVM specifications if the tag item is '@'.
- getAnonymousClassDeclaration() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
-
Returns the anonymous class declaration introduced by this class instance creation expression, if it has one.
- getAnonymousClassDeclaration() - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
-
Returns the anonymous class declaration introduced by this enum constant declaration, if it has one.
- getArchive() - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
-
Deprecated.Returns the archive associated with this source location.
- getArgumentOrder() - Method in interface org.eclipse.jdt.launching.IVMConnector
-
Returns a list of argument names found in this connector's default argument map, defining the order in which arguments should be presented to the user.
- getArguments() - Method in interface org.eclipse.jdt.core.compiler.IProblem
-
Answer back the original arguments recorded into the problem.
- getArguments() - Method in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
-
Returns the argument map of this refactoring descriptor.
- getArguments() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureParticipant
-
Returns the change method signature arguments.
- getArgumentTypeNames() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns a list of fully qualified type names of the arguments for the method associated with this stack frame.
- getArray() - Method in class org.eclipse.jdt.core.dom.ArrayAccess
-
Returns the array expression of this array access expression.
- getArrayCount(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Returns the array count (array nesting depth) of the given type signature.
- getArrayCount(String) - Static method in class org.eclipse.jdt.core.Signature
-
Returns the array count (array nesting depth) of the given type signature.
- getArrayDimensions() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the dimension count if this proposal holds a array completion.
- getArrayType(TypeMirror) - Method in interface com.sun.mirror.util.Types
-
Returns an array type with the specified component type.
- getAssists(IInvocationContext, IProblemLocation[]) - Method in interface org.eclipse.jdt.ui.text.java.IQuickAssistProcessor
-
Collects quick assists for the given context.
- getAST() - Method in interface org.eclipse.jdt.apt.core.env.EclipseAnnotationProcessorEnvironment
-
Return the AST of the file currently being processed.
- getAST() - Method in class org.eclipse.jdt.core.dom.ASTNode
-
Returns this node's AST.
- getAST() - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
-
Returns the AST the rewrite was set up on.
- getAST() - Method in class org.eclipse.jdt.core.manipulation.CleanUpContextCore
-
Deprecated.An AST built from the compilation unit to fix.
- getAST() - Method in class org.eclipse.jdt.ui.cleanup.CleanUpContext
- getAST(int) - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
-
Returns a resolved AST with the given AST level.
- getAST(ITypeRoot, CoreASTProvider.WAIT_FLAG, IProgressMonitor) - Method in class org.eclipse.jdt.core.manipulation.CoreASTProvider
-
Returns a shared compilation unit AST for the given Java element.
- getAST(ITypeRoot, SharedASTProviderCore.WAIT_FLAG, IProgressMonitor) - Static method in class org.eclipse.jdt.core.manipulation.SharedASTProviderCore
-
Returns a compilation unit AST for the given Java element.
- getAST(ITypeRoot, SharedASTProvider.WAIT_FLAG, IProgressMonitor) - Static method in class org.eclipse.jdt.ui.SharedASTProvider
-
Deprecated.Returns a compilation unit AST for the given Java element.
- getAST3() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
-
Deprecated.
- getAST4() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
-
Deprecated.JLS4 has been deprecated. This method has been replaced by
ReconcileContext.getAST8()
which returns an AST with JLS8 level. - getAST8() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
-
Deprecated.JLS8 has been deprecated. This method has been replaced by
ReconcileContext.getAST(int)
which returns an AST with the given level. - getASTLevel() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
-
Returns the AST level requested by the reconcile operation.
- getASTRewrite() - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
-
Returns the ASTRewrite instance from which this ListRewriter has been created from.
- getAttachedJavadoc(IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns the Javadoc as HTML source if this element has attached Javadoc,
null
otherwise. - getAttribute(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
-
Returns a VM specific attribute associated with the given key or
null
if none. - getAttributeCount() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the attribute number of the .class file.
- getAttributeCount() - Method in interface org.eclipse.jdt.core.util.IComponentInfo
-
Answer back the attribute number of the component info.
- getAttributeCount() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
-
Answer back the attribute number of the field info.
- getAttributeCount() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
-
Answer back the attribute number of the method info.
- getAttributeLength() - Method in interface org.eclipse.jdt.core.util.IClassFileAttribute
-
Answer back the attribute length as specified in the JVM specifications.
- getAttributeName() - Method in interface org.eclipse.jdt.core.IClasspathAttributeDelta
-
Returns the name of the affected attribute.
- getAttributeName() - Method in interface org.eclipse.jdt.core.util.IClassFileAttribute
-
Answer back the attribute name as specified in the JVM specifications.
- getAttributeNameIndex() - Method in interface org.eclipse.jdt.core.util.IClassFileAttribute
-
Answer back the attribute name index in the constant pool as specified in the JVM specifications.
- getAttributeNamesToCompare() - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
-
Returns the attribute names of the attributes that are compared when looking for an existing similar launch configuration.
- getAttributes() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the collection of all attributes of the field info.
- getAttributes() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
-
Answer back the collection of all attributes of the field info.
- getAttributes() - Method in interface org.eclipse.jdt.core.util.IComponentInfo
-
Answer back the collection of all attributes of the component info.
- getAttributes() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
-
Answer back the collection of all attributes of the field info.
- getAttributes() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
-
Answer back the collection of all attributes of the method info.
- getAttributes() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
-
Returns a map of VM specific attributes stored with this VM install.
- getAttributesCount() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
-
Answer back the attribute number of the code attribute.
- getAttributeStatus(IPath, IJavaProject, String) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
-
Returns the extra attribute status according to this initializer.
- getAttributeValue() - Method in interface org.eclipse.jdt.core.IClasspathAttributeDelta
-
Returns the current value of the affected attribute.
- getAttributeValueFrom(Text) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
-
Returns the string in the text widget, or
null
if empty. - getAutoEditStrategies(ISourceViewer, String) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getAutomaticModuleDescription(IJavaElement) - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the
IModuleDescription
that the given java element contains when regarded as an automatic module. - getAutomaticModuleDescription(IJavaElement) - Static method in class org.eclipse.jdt.core.provisional.JavaModelAccess
-
Returns the
IModuleDescription
that the given java element contains when regarded as an automatic module. - getAvailableStrata() - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
-
Returns a collection of strata available for this type.
- getBaseName(int, String, IJavaProject) - Static method in class org.eclipse.jdt.core.NamingConventions
-
Returns a base name which could be used to generate the given variable name with
NamingConventions.suggestVariableNames(int, int, String, IJavaProject, int, String[], boolean)
. - getBinaryName() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the binary name of this type binding.
- getBlankPattern() - Method in class org.eclipse.jdt.core.search.SearchPattern
-
Returns a blank pattern that can be used as a record to decode an index key.
- getBody() - Method in class org.eclipse.jdt.core.dom.CatchClause
-
Returns the body of this catch clause.
- getBody() - Method in class org.eclipse.jdt.core.dom.DoStatement
-
Returns the body of this do statement.
- getBody() - Method in class org.eclipse.jdt.core.dom.EnhancedForStatement
-
Returns the body of this enchanced for statement.
- getBody() - Method in class org.eclipse.jdt.core.dom.ForStatement
-
Returns the body of this for statement.
- getBody() - Method in class org.eclipse.jdt.core.dom.Initializer
-
Returns the body of this initializer declaration.
- getBody() - Method in class org.eclipse.jdt.core.dom.LabeledStatement
-
Returns the body of this labeled statement.
- getBody() - Method in class org.eclipse.jdt.core.dom.LambdaExpression
-
Returns the body of this lambda expression.
- getBody() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
-
Returns the body of this method declaration, or
null
if this method has no body. - getBody() - Method in class org.eclipse.jdt.core.dom.SynchronizedStatement
-
Returns the body of this synchronized statement.
- getBody() - Method in class org.eclipse.jdt.core.dom.TryStatement
-
Returns the body of this try statement.
- getBody() - Method in class org.eclipse.jdt.core.dom.WhileStatement
-
Returns the body of this while statement.
- getBody() - Method in interface org.eclipse.jdt.core.jdom.IDOMInitializer
-
Deprecated.Returns the body of this initializer.
- getBody() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
-
Deprecated.Returns the body of this method.
- getBodyDeclarationsProperty() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
-
Returns structural property descriptor for the "bodyDeclarations" property of this node (element type:
BodyDeclaration
). - getBooleanValue() - Method in interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue
-
Returns this value as a boolean.
- getBootClassPath() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Returns the boot classpath.
- getBootpath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns entries that should appear on the bootstrap portion of the classpath as specified by the given launch configuration, as an array of resolved strings.
- getBootpathExt(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns three sets of entries which represent the boot classpath specified in the launch configuration, as an array of three arrays of resolved strings.
- getBootstrapArguments() - Method in interface org.eclipse.jdt.core.util.IBootstrapMethodsEntry
- getBootstrapMethodAttributeIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry2
-
Returns the bootstrap method attribute index.
- getBootstrapMethodReference() - Method in interface org.eclipse.jdt.core.util.IBootstrapMethodsEntry
- getBootstrapMethods() - Method in interface org.eclipse.jdt.core.util.IBootstrapMethodsAttribute
-
Answer back the bootstrap methods table of this entry as specified in the JVM specifications.
- getBootstrapMethodsLength() - Method in interface org.eclipse.jdt.core.util.IBootstrapMethodsAttribute
-
Answer back the number of bootstrap methods of this entry as specified in the JVM specifications.
- getBound() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the bound of this wildcard type if it has one.
- getBound() - Method in class org.eclipse.jdt.core.dom.WildcardType
-
Returns the bound of this wildcard type if it has one.
- getBounds() - Method in interface com.sun.mirror.declaration.TypeParameterDeclaration
-
Returns the bounds of this type parameter.
- getBounds() - Method in interface org.eclipse.jdt.core.ITypeParameter
-
Returns the names of the class and interface bounds of this type parameter.
- getBoundsSignatures() - Method in interface org.eclipse.jdt.core.ITypeParameter
-
Returns the signatures for this type parameter's bounds.
- getBreakpointListeners() - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
-
Returns a collection of identifiers of breakpoint listener extensions registered for this breakpoint, possibly empty.
- getBreakpoints(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
- getBuffer() - Method in class org.eclipse.jdt.core.BufferChangedEvent
-
Returns the buffer which has changed.
- getBuffer() - Method in interface org.eclipse.jdt.core.IOpenable
-
Returns the buffer opened for this element, or
null
if this element does not have a buffer. - getBufferFactory() - Static method in class org.eclipse.jdt.ui.JavaUI
-
Deprecated.
IBufferFactory
has been replaced byWorkingCopyOwner
. The Java UI plug-in uses the primary working copy owner that can be accessed withnull
in API's that require an owner - getBuildOrder(ILaunchConfiguration, String) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
- getBytecodes() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
-
Answer back the array of bytes, which represents all the opcodes as described in the JVM specifications.
- getByteContents() - Method in class org.eclipse.jdt.core.search.SearchDocument
-
Returns the contents of this document.
- getBytes() - Method in interface org.eclipse.jdt.core.IClassFile
-
Returns the bytes contained in this class file.
- getByteValue() - Method in interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue
-
Returns this value as a byte
- getCachedAST() - Method in class org.eclipse.jdt.core.manipulation.CoreASTProvider
- getCachedFlags(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Return the flags associated with the given type (would be equivalent to
IMember.getFlags()
), or-1
if this information wasn't cached on the hierarchy during its computation. - getCatchType() - Method in interface org.eclipse.jdt.core.util.IExceptionTableEntry
-
Answer back the catch type name, null if getCatchTypeIndex() returns 0.
- getCatchTypeIndex() - Method in interface org.eclipse.jdt.core.util.IExceptionTableEntry
-
Answer back the catch type index in the constant pool.
- getCategories() - Method in interface org.eclipse.jdt.core.IMember
-
Returns the categories defined by this member's Javadoc.
- getCategoryID() - Method in class org.eclipse.jdt.core.compiler.CategorizedProblem
-
Returns an integer identifying the category of this problem.
- getChange() - Method in class org.eclipse.jdt.core.manipulation.ChangeCorrectionProposalCore
-
Returns the change that will be executed when the proposal is applied.
- getChange() - Method in class org.eclipse.jdt.ui.text.java.correction.ChangeCorrectionProposal
-
Returns the change that will be executed when the proposal is applied.
- getChangedChildren() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
-
Returns deltas for the children which have changed.
- getChangeIndentEdits(String, int, int, int, String) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
-
Returns the text edits retrieved after changing the indentation of a, possible multi-line, code string.
- getChar(int) - Method in interface org.eclipse.jdt.core.IBuffer
-
Returns the character at the given position in this buffer.
- getCharacters() - Method in interface org.eclipse.jdt.core.IBuffer
-
Returns the contents of this buffer as a character array, or
null
if the buffer has not been initialized. - getCharacters() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.Returns the current contents of this document fragment as a character array.
- getCharContents() - Method in class org.eclipse.jdt.core.search.SearchDocument
-
Returns the contents of this document.
- getCharValue() - Method in interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue
-
Returns this value as a char
- getCheckedMethods() - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageTwo
-
Returns all checked methods in the methods tree.
- getChild(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.Returns the first named child of this node with the given name.
- getChildren() - Method in interface org.eclipse.jdt.core.IJarEntryResource
-
Returns the list of children of this jar entry resource.
- getChildren() - Method in interface org.eclipse.jdt.core.IParent
-
Returns the immediate children of this element.
- getChildren() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.Returns an enumeration of children of this node.
- getChildren() - Method in interface org.eclipse.jdt.junit.model.ITestElementContainer
-
Returns all tests (and test suites) contained in the suite.
- getChildren(Object) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
- getChildrenForCategory(String) - Method in interface org.eclipse.jdt.core.IType
-
Returns the children of this type that have the given category as a
@category
tag. - getChildType() - Method in class org.eclipse.jdt.core.dom.ChildPropertyDescriptor
-
Returns the child type of this property.
- getClasses() - Method in interface com.sun.mirror.declaration.PackageDeclaration
-
Returns the declarations of the top-level classes in this package.
- getClassesLocation(Object) - Static method in class org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookup
-
Returns filesystem classes location that corresponds to the given debug element, or
null
if the location cannot be determined. - getClassFile() - Method in interface org.eclipse.jdt.core.IMember
-
Returns the class file in which this member is declared, or
null
if this member is not declared in a class file (for example, a source type). - getClassFile() - Method in interface org.eclipse.jdt.core.IType
-
Strengthen the contract of the inherited method to signal that the returned class file is always an
IOrdinaryClassFile
. - getClassFile(String) - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Returns the class file with the specified name in this package (for example,
"Object.class"
). - getClassFileLabel(IClassFile, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a class file to a
StringBuffer
. - getClassFileLabel(IClassFile, long, StyledString) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a class file to a
StyledString
. - getClassFiles() - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Deprecated.Clients are advised to specifically use either
IPackageFragment.getOrdinaryClassFiles()
orIPackageFragment.getAllClassFiles()
to express their intent. - getClassFileVersion() - Method in interface org.eclipse.jdi.hcr.ReferenceType
-
An HCR-eligible class file may now be loaded and reloaded at some later point(s).
- getClassIndex() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the index of the class name in the constant pool of the .class file.
- getClassIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the class index for a CONSTANT_Fieldref, CONSTANT_Methodref, CONSTANT_InterfaceMethodref type entry.
- getClassInfo() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Returns the class info as described in the JVM specifications if the tag item is 'c'.
- getClassInfoIndex() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Returns the class info index as described in the JVM specifications if the tag item is 'c'.
- getClassInfoName() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the class name for a CONSTANT_Class type entry.
- getClassInfoNameIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the name index for a CONSTANT_Class type entry.
- getClassLoaderObject() - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
-
Returns the class loader object that loaded the class corresponding to this type, or
null
if this type was loaded by the bootstrap loader. - getClassName() - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor
-
Returns the class name for the extracted class or
null
if the refactoring should choose a name - getClassName() - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
-
The name of the class that will be generated.
- getClassName() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the qualified name of the .class file.
- getClassName() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the class name for a CONSTANT_Fieldref, CONSTANT_Methodref, CONSTANT_InterfaceMethodref type entry.
- getClassObject() - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
-
Returns the class object associated with this type.
- getClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationDelegate
-
Deprecated.The call to
getClasspath(ILaunchConfiguration)
inlaunch(...)
has been replaced with the call togetClasspathAndModulepath(ILaunchConfiguration)
. - getClasspath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Deprecated.use getClasspathAndModulepath
- getClasspath(IJavaProject) - Static method in class org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookup
- getClassPath() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Returns the classpath.
- getClasspathAndModulepath(ILaunchConfiguration) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationDelegate
- getClasspathAndModulepath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the entries that should appear on the user portion of the classpath and modulepath as specified by the given launch configuration, as an array of resolved strings.
- getClasspathAttribute() - Method in class org.eclipse.jdt.ui.wizards.ClasspathAttributeConfiguration.ClasspathAttributeAccess
-
Returns the classpath attribute
- getClasspathAttributeDeltas() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
-
Returns deltas for affected attributes (added, removed, or changed).
- getClasspathContainer() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
-
Returns the associated container or
null
if unavailable. - getClasspathContainer(IPath, IJavaProject) - Static method in class org.eclipse.jdt.core.JavaCore
-
Answers the project specific value for a given classpath container.
- getClasspathContainerInitializer(String) - Static method in class org.eclipse.jdt.core.JavaCore
-
Helper method finding the classpath container initializer registered for a given classpath container ID or
null
if none was found while iterating over the contributions to extension point to the extension point "org.eclipse.jdt.core.classpathContainerInitializer". - getClasspathEntries() - Method in interface org.eclipse.jdt.core.IClasspathContainer
-
Answers the set of classpath entries this container is mapping to.
- getClasspathEntry() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Returns a classpath entry equivalent to this runtime classpath entry, or
null
if none. - getClasspathEntryFor(IPath) - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns the classpath entry that refers to the given path or
null
if there is no reference to the path. - getClasspathImage() - Static method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
-
Returns the image for this tab, or
null
if none - getClasspathImage() - Static method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaDependenciesTab
-
Returns the image for this tab, or
null
if none - getClasspathProperty() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Returns a constant indicating where this entry should appear on the runtime classpath by default.
- getClasspathProvider(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the classpath provider for the given launch configuration.
- getClasspathVariable(String) - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the path held in the given classpath variable.
- getClasspathVariableDeprecationMessage(String) - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns deprecation message of a given classpath variable.
- getClasspathVariableInitializer(String) - Static method in class org.eclipse.jdt.core.JavaCore
-
Helper method finding the classpath variable initializer registered for a given classpath variable name or
null
if none was found while iterating over the contributions to extension point to the extension point "org.eclipse.jdt.core.classpathVariableInitializer". - getClasspathVariableNames() - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the names of all known classpath variables.
- getClassToLaunch() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Returns the name of the class to launch.
- getClassTypeName() - Method in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
-
Answer back the name of the class type referenced by the index in the constant pool as described in the JVM specifications.
- getClassUnderTest() - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
-
Returns the class to be tested.
- getClassUnderTestText() - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
-
Returns the content of the class to test text field.
- getCleanUpCount() - Method in interface org.eclipse.jdt.ui.cleanup.ICleanUpConfigurationUI
-
Returns the number of clean ups that can be configured.
- getCmdLineAsString(String[]) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
-
Returns the given array of strings as a single space-delimited string.
- getCodeAttribute() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
-
Answer the code attribute of this method info, null if none or if the decoding flag doesn't include METHOD_BODIES.
- getCodeLength() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
-
Answer back the length of the bytecode contents.
- getCodeScanner() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
Returns the Java source code scanner for this configuration.
- getCodeScanner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
-
Deprecated.As of 3.0, replaced by
JavaSourceViewerConfiguration.getCodeScanner()
- getCodeTemplateContextRegistry() - Static method in class org.eclipse.jdt.core.manipulation.JavaManipulation
- getCodeTemplateStore() - Static method in class org.eclipse.jdt.core.manipulation.JavaManipulation
- getCollator() - Method in class org.eclipse.jdt.ui.JavaElementSorter
-
Deprecated.The method is not intended to be used by clients.
- getColor(String) - Method in interface org.eclipse.jdt.ui.text.IColorManager
-
Returns a color object for the given key.
- getColorManager() - Static method in class org.eclipse.jdt.ui.JavaUI
-
Returns the color manager the Java UI plug-in which is used to manage any Java-specific colors needed for such things like syntax highlighting.
- getColorManager() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
Returns the color manager for this configuration.
- getColorManager() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
-
Returns the color manager which is used to manage any Java-specific colors needed for such things like syntax highlighting.
- getColumnNumber(int) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
Returns the column number corresponding to the given source character position in the original source string.
- getCommandId() - Method in class org.eclipse.jdt.core.manipulation.ChangeCorrectionProposalCore
- getCommandId() - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
- getCommandId() - Method in interface org.eclipse.jdt.ui.text.java.correction.ICommandAccess
-
Returns the id of the command that should invoke this correction proposal.
- getComment() - Method in class org.eclipse.jdt.core.dom.Javadoc
-
Deprecated.The comment string was replaced in the 3.0 release by a representation of the structure of the doc comment. See
tags
. - getComment() - Method in interface org.eclipse.jdt.core.jdom.IDOMMember
-
Deprecated.Returns the comment associated with this member (including comment delimiters).
- getComment() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Returns the JAR's comment.
- getCommentList() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
Returns a list of the comments encountered while parsing this compilation unit.
- getComparisonID(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
-
Returns an object which identifies a container for comparison purpose.
- getCompatibleEnvironment() - Method in class org.eclipse.jdt.launching.environments.CompatibleEnvironment
-
Returns an environment compatible with the vm being analyzed.
- getCompatibleVMs() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
-
Returns a collection of VM installs compatible with this environment, possibly empty.
- getCompilationUnit() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
The compilation unit for which this import rewrite was created for.
- getCompilationUnit() - Method in interface org.eclipse.jdt.core.IMember
-
Returns the compilation unit in which this member is declared, or
null
if this member is not declared in a compilation unit (for example, a binary type). - getCompilationUnit() - Method in class org.eclipse.jdt.core.manipulation.CleanUpContextCore
-
Deprecated.The compilation unit to clean up.
- getCompilationUnit() - Method in class org.eclipse.jdt.core.manipulation.CUCorrectionProposalCore
-
The compilation unit on which the change works.
- getCompilationUnit() - Method in class org.eclipse.jdt.core.refactoring.CompilationUnitChange
-
Returns the compilation unit this change works on.
- getCompilationUnit() - Method in class org.eclipse.jdt.ui.cleanup.CleanUpContext
- getCompilationUnit() - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Returns the compilation unit that the receiver operates on, or
null
if theIJavaProject
constructor was used to create the receiver. - getCompilationUnit() - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
-
The compilation unit on which the change works.
- getCompilationUnit() - Method in class org.eclipse.jdt.ui.text.java.JavaContentAssistInvocationContext
-
Returns the compilation unit that content assist is invoked in,
null
if there is none. - getCompilationUnit(String) - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Returns the compilation unit with the specified name in this package (for example,
"Object.java"
). - getCompilationUnitAST() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
-
Returns the compilation unit AST created by the last reconcile operation on this delta's element.
- getCompilationUnitContent(ICompilationUnit, String, String, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the content for a new compilation unit using the 'new Java file' code template.
- getCompilationUnitContent(ICompilationUnit, String, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the content for a new compilation unit using the 'new Java file' code template.
- getCompilationUnitContent(ICompilationUnit, String, String, String, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the content for a new compilation unit using the 'new Java file' code template.
- getCompilationUnitContent(ICompilationUnit, String, String, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the content for a new compilation unit using the 'new Java file' code template.
- getCompilationUnitLabel(ICompilationUnit, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a compilation unit to a
StringBuffer
. - getCompilationUnitLabel(ICompilationUnit, long, StyledString) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a compilation unit to a
StyledString
. - getCompilationUnitName(String) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Hook method that is called when evaluating the name of the compilation unit to create.
- getCompilationUnits() - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Returns all of the compilation units in this package fragment.
- getCompilationUnits(WorkingCopyOwner) - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Returns all of the compilation units in this package fragment that are in working copy mode and that have the given owner.
- getCompiledExpression(String, IJavaObject) - Method in interface org.eclipse.jdt.debug.eval.IAstEvaluationEngine
-
Synchronously generates a compiled expression from the given expression in the context of the specified object.
- getCompiledExpression(String, IJavaReferenceType) - Method in interface org.eclipse.jdt.debug.eval.IAstEvaluationEngine
-
Synchronously generates a compiled expression from the given expression in the context of the specified type.
- getCompiledExpression(String, IJavaReferenceType, Map<String, String>) - Method in interface org.eclipse.jdt.debug.eval.IAstEvaluationEngine
-
Synchronously generates a compiled expression from the given expression in the context of the specified type.
- getCompiledExpression(String, IJavaStackFrame) - Method in interface org.eclipse.jdt.debug.eval.IAstEvaluationEngine
-
Synchronously generates a compiled expression from the given expression in the context of the specified stack frame.
- getCompilerCompliance() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Returns the compiler compliance to be used for the project, or
null
to use the workspace compiler compliance. - getCompilerOptions() - Method in class org.eclipse.jdt.core.manipulation.CleanUpRequirementsCore
-
Deprecated.Required compiler options.
- getCompilerOptions() - Method in class org.eclipse.jdt.ui.cleanup.CleanUpRequirements
-
Required compiler options.
- getCompletion() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the proposed sequence of characters to insert into the source file buffer, replacing the characters at the specified source range.
- getCompletionLocation() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the character index in the source file buffer where source completion was requested (the
offset
parameter toICodeAssist.codeComplete
minus one). - getComplianceOptions() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
-
Returns a map of Eclipse Java compiler options specified as default settings to use when building with this profile, or
null
if unspecified. - getComponentInfos() - Method in interface org.eclipse.jdt.core.util.IRecordAttribute
-
Answer back the array of record component infos as specified in the JVM specifications, or an empty array if none.
- getComponentName() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponent
-
Answer back the component name as described in the JVM specifications.
- getComponentNameIndex() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponent
-
Answer back the component name index as described in the JVM specifications.
- getComponents() - Method in interface org.eclipse.jdt.core.util.IAnnotation
-
Answer back the components as described in the JVM specifications.
- getComponentsNumber() - Method in interface org.eclipse.jdt.core.util.IAnnotation
-
Answer back the number of components as described in the JVM specifications.
- getComponentType() - Method in interface com.sun.mirror.type.ArrayType
-
Returns the component type of this array type.
- getComponentType() - Method in class org.eclipse.jdt.core.dom.ArrayType
-
Deprecated.In the JLS8 API, the recursive structure is not valid.
- getComponentType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the binding representing the component type of this array type, or
null
if this is not an array type binding. - getComponentType() - Method in interface org.eclipse.jdt.debug.core.IJavaArrayType
-
Returns the type of the elements in this array.
- getComponentValue() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponent
-
Answer back the component value as described in the JVM specifications.
- getCompositeAnnotationProcessor(AnnotationProcessor...) - Static method in class com.sun.mirror.apt.AnnotationProcessors
-
Constructs a new composite annotation processor.
- getCompositeAnnotationProcessor(Collection<AnnotationProcessor>) - Static method in class com.sun.mirror.apt.AnnotationProcessors
-
Constructs a new composite annotation processor.
- getCompositeIdFromVM(IVMInstall) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns a String that uniquely identifies the specified VM across all VM types.
- getCondition() - Method in interface org.eclipse.jdt.debug.core.IJavaLineBreakpoint
-
Returns the conditional expression associated with this breakpoint, or
null
if this breakpoint does not have a condition. - getConfigurationType() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaAppletLaunchShortcut
- getConfigurationType() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut
- getConfigurationType() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
-
Returns the type of configuration this shortcut is applicable to.
- getConfiguredContentTypes(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getConfiguredDocumentPartitioning(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getConfiguredJavadocOptions() - Method in interface org.eclipse.jdt.ui.wizards.JavadocExportWizardPage.IJavadocExportWizardPageContainer
-
Returns the currently configured Javadoc command options.
- getConfiguredTextHoverStateMasks(ISourceViewer, String) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getConfiguredVMOptions() - Method in interface org.eclipse.jdt.ui.wizards.JavadocExportWizardPage.IJavadocExportWizardPageContainer
-
Returns the currently configured VM options.
- getConsoleExecutable() - Method in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
-
Returns the console executable for this description as a file or
null
if not specified. - getConstant() - Method in interface org.eclipse.jdt.core.IField
-
Returns the constant value associated with this field or
null
if this field has none. - getConstantExpression() - Method in interface com.sun.mirror.declaration.FieldDeclaration
-
Returns the text of a constant expression representing the value of this field if this field is a compile-time constant.
- getConstantPool() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer the constant pool of this .class file.
- getConstantPoolCount() - Method in interface org.eclipse.jdt.core.util.IConstantPool
-
Answer back the number of entries in the constant pool.
- getConstantPoolIndex() - Method in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
-
Answer back the constant pool index of this verification type info as described in the JVM specifications.
- getConstantValue() - Method in interface com.sun.mirror.declaration.FieldDeclaration
-
Returns the value of this field if this field is a compile-time constant.
- getConstantValue() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
-
Returns this binding's constant value if it has one.
- getConstantValue() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Returns the constant value as described in the JVM specifications if the tag item is one of 'B', 'C', 'D', 'F', 'I', 'J', 'S', 'Z', or 's'.
- getConstantValue() - Method in interface org.eclipse.jdt.core.util.IConstantValueAttribute
-
Answer back the constant pool entry that represents the constant value of this attribute.
- getConstantValueAttribute() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
-
Answer back the constant value attribute of this field info if specified, null otherwise.
- getConstantValueIndex() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Returns the constant value index as described in the JVM specifications if the tag item is one of 'B', 'C', 'D', 'F', 'I', 'J', 'S', 'Z', or 's'.
- getConstantValueIndex() - Method in interface org.eclipse.jdt.core.util.IConstantValueAttribute
-
Answer back the constant value index.
- getConstructors() - Method in interface com.sun.mirror.declaration.ClassDeclaration
-
Returns the constructors of this class.
- getContainer() - Method in class org.eclipse.jdt.ui.wizards.JavadocExportWizardPage
-
Gets the parent wizard container
- getContainerEntryLabel(IPath, IJavaProject) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Returns the label of a classpath container.
- getContainerLabel() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
-
Returns the label that is used for the container input field.
- getContainingType() - Method in interface com.sun.mirror.type.DeclaredType
-
Returns the type that contains this type as a member.
- getContendedMonitor() - Method in interface org.eclipse.jdt.debug.core.IJavaThread
-
Returns a Java object for the monitor for which this thread is currently waiting or
null
. - getContendedMonitor(IThread) - Static method in class org.eclipse.jdt.debug.ui.JavaDebugUtils
-
Returns a debug element representing a monitor in contention with the given thread's underlying
IJavaThread
, ornull
if none. - getContentAssistant(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getContentFormatter(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getContentKind() - Method in interface org.eclipse.jdt.core.IClasspathEntry
-
Returns the kind of files found in the package fragments identified by this classpath entry.
- getContentReader(IMember, boolean) - Static method in class org.eclipse.jdt.ui.JavadocContentAccess
-
Gets a reader for an IMember's Javadoc comment content from the source attachment.
- getContents() - Method in class org.eclipse.jdt.core.compiler.BuildContext
-
Returns the contents of the compilation unit.
- getContents() - Method in interface org.eclipse.jdt.core.IBuffer
-
Returns the contents of this buffer as a
String
. - getContents() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.Returns the current contents of this document fragment.
- getContext() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab
-
Returns the current Java element context in the active workbench page or
null
if none. - getContext() - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Returns the
CompletionContext
for this completion operation. - getContextInformation() - Method in class org.eclipse.jdt.ui.text.java.correction.ChangeCorrectionProposal
- getContributedFixImportProposals(IJavaProject, String, MultiStatus) - Static method in class org.eclipse.jdt.ui.text.java.ClasspathFixProcessor
-
Evaluates all contributed proposals that can fix non-resolvable imports.
- getCoreContext() - Method in class org.eclipse.jdt.ui.text.java.JavaContentAssistInvocationContext
-
Returns the
core completion context
if available,null
otherwise. - getCorePreferenceStore() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
-
Returns this text tool's core preference store.
- getCorrections(IInvocationContext, IProblemLocation[]) - Method in interface org.eclipse.jdt.ui.text.java.IQuickFixProcessor
-
Collects corrections or code manipulations for the given context.
- getCorrespondingResource() - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns the resource that corresponds directly to this element, or
null
if there is no resource that corresponds to this element. - getCoveredNode() - Method in class org.eclipse.jdt.core.dom.NodeFinder
-
If the AST contains nodes whose range is equal to the selection, returns the innermost of those nodes.
- getCoveringNode() - Method in class org.eclipse.jdt.core.dom.NodeFinder
-
Returns the innermost node that fully contains the selection.
- getCreatedElement() - Method in class org.eclipse.jdt.ui.actions.AbstractOpenWizardAction
-
Returns the created element or
null
if the wizard has not run or was canceled. - getCreatedImports() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Returns all new non-static imports created by the last invocation of
ImportRewrite.rewriteImports(IProgressMonitor)
ornull
if these methods have not been called yet. - getCreatedStaticImports() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Returns all new static imports created by the last invocation of
ImportRewrite.rewriteImports(IProgressMonitor)
ornull
if these methods have not been called yet. - getCreatedType() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the created type or
null
is the type has not been created yet. - getCreateFinalMethodStubsButtonSelection() - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageTwo
-
Returns true if the checkbox for final method stubs is checked.
- getCreateModuleInfoFile() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Returns if the module-info creation dialog needs to be shown or not.
- getCurrentChange() - Method in class org.eclipse.jdt.core.manipulation.ChangeCorrectionProposalCore
- getCurrentLaunchConfiguration() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchTab
-
Returns the launch configuration this tab was initialized from.
- getCurrentTextSelection() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
-
Returns the text selection of the current editor.
- getCurrentTokenEndPosition() - Method in interface org.eclipse.jdt.core.compiler.IScanner
-
Answers the ending position of the current token inside the original source.
- getCurrentTokenSource() - Method in interface org.eclipse.jdt.core.compiler.IScanner
-
Answers the current identifier source, after unicode escape sequences have been translated into unicode characters.
- getCurrentTokenStartPosition() - Method in interface org.eclipse.jdt.core.compiler.IScanner
-
Answers the starting position of the current token inside the original source.
- getCustomOptions() - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns the table of the current custom options for this ICompilationUnit.
- getDebugTarget() - Method in interface org.eclipse.jdt.debug.eval.IEvaluationEngine
-
Returns the debug target for which evaluations are executed.
- getDeclaration() - Method in interface com.sun.mirror.type.AnnotationType
-
Returns the declaration of this type.
- getDeclaration() - Method in interface com.sun.mirror.type.ClassType
-
Returns the declaration of this type.
- getDeclaration() - Method in interface com.sun.mirror.type.DeclaredType
-
Returns the declaration of this type.
- getDeclaration() - Method in interface com.sun.mirror.type.EnumType
-
Returns the declaration of this type.
- getDeclaration() - Method in interface com.sun.mirror.type.InterfaceType
-
Returns the declaration of this type.
- getDeclaration() - Method in interface com.sun.mirror.type.TypeVariable
-
Returns the type parameter that declared this type variable.
- getDeclaration() - Method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
-
Returns the abstract type declaration of this local type declaration statement (added in JLS3 API).
- getDeclarationKey() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the key of the relevant declaration in the context, or
null
if none. - getDeclarationLabel(IJavaElement, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a import container, import or package declaration to a
StringBuffer
. - getDeclarationLabel(IJavaElement, long, StyledString) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a import container, import or package declaration to a
StyledString
. - getDeclarationsAnnotatedWith(AnnotationTypeDeclaration) - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
-
Returns the declarations annotated with the given annotation type.
- getDeclarationScanner(DeclarationVisitor, DeclarationVisitor) - Static method in class com.sun.mirror.util.DeclarationVisitors
-
Return a
DeclarationVisitor
that will scan the declaration structure, visiting declarations contained in another declaration. - getDeclarationSignature() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the type signature or package name or module name (9) of the relevant declaration in the context, or
null
if none. - getDeclarationUtils() - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
-
Returns an implementation of some utility methods for operating on declarations.
- getDeclaredFieldNames() - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
-
Returns a collection of the names of the fields declared in this type.
- getDeclaredFields() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns a list of bindings representing all the fields declared as members of this class, interface, or enum type.
- getDeclaredMemberValuePairs() - Method in interface org.eclipse.jdt.core.dom.IAnnotationBinding
-
Returns the list of declared member value pairs for this annotation.
- getDeclaredMethods() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns a list of method bindings representing all the methods and constructors declared for this class, interface, enum, or annotation type.
- getDeclaredModifiers() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Deprecated.Use
ITypeBinding.getModifiers()
instead. This method was never implemented properly and historically has simply delegated to the methodgetModifiers
. Clients should callgetModifiers
method directly. - getDeclaredReceiverType() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
Returns the type of this method's receiver or
null
if there is no receiver declared explicitly. - getDeclaredType(TypeDeclaration, TypeMirror...) - Method in interface com.sun.mirror.util.Types
-
Returns the type corresponding to a type declaration and actual type arguments.
- getDeclaredType(DeclaredType, TypeDeclaration, TypeMirror...) - Method in interface com.sun.mirror.util.Types
-
Returns the type corresponding to a type declaration and actual arguments, given a containing type of which it is a member.
- getDeclaredTypes() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns a list of type bindings representing all the types declared as members of this class, interface, or enum type.
- getDeclaringClass() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
Returns the type binding representing the class or interface that declares this method or constructor.
- getDeclaringClass() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the type binding representing the class, interface, or enum that declares this binding.
- getDeclaringClass() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
-
Returns the type binding representing the class or interface that declares this field.
- getDeclaringMember() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
If this method binding represents a lambda expression then: If the lambda expression is declared in the body of a method, answers the binding of that declaring method.
- getDeclaringMember() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
If this type binding represents a local type, possibly an anonymous class, then: If the local type is declared in the body of a method, answers the binding of that declaring method.
- getDeclaringMember() - Method in interface org.eclipse.jdt.core.ILocalVariable
-
Returns the declaring member of this local variable.
- getDeclaringMember() - Method in interface org.eclipse.jdt.core.ITypeParameter
-
Returns the declaring member of this type parameter.
- getDeclaringMethod() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the method binding representing the method that declares this binding of a local type or type variable.
- getDeclaringMethod() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
-
Returns the method binding representing the method containing the scope in which this local variable is declared.
- getDeclaringType() - Method in interface com.sun.mirror.declaration.AnnotationTypeElementDeclaration
-
Returns the type declaration within which this member or constructor is declared.
- getDeclaringType() - Method in interface com.sun.mirror.declaration.EnumConstantDeclaration
-
Returns the type declaration within which this member or constructor is declared.
- getDeclaringType() - Method in interface com.sun.mirror.declaration.MemberDeclaration
-
Returns the type declaration within which this member or constructor is declared.
- getDeclaringType() - Method in class org.eclipse.jdt.core.BindingKey
-
Returns the binding key of the declaring type of the element represented by this binding key.
- getDeclaringType() - Method in interface org.eclipse.jdt.core.IMember
-
Returns the type in which this member is declared, or
null
if this member is not declared in a type (for example, a top-level type). - getDeclaringType() - Method in interface org.eclipse.jdt.debug.core.IJavaFieldVariable
-
Returns the type that declares this variable.
- getDeclaringType() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Deprecated.Use
getReferenceType()
instead, as a method is not restricted to occur in a class. An interface may contain a synthetic class initializer methods. Since 3.1, this method throws aDebugException
when a stack frame's method is contained in an interface. - getDeclaringType(CompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Returns the type signature of the declaring type of a
CompletionProposal
, ornull
for proposals that do not have a declaring type. - getDeclaringTypeName() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns the fully qualified name of the type that declares the method associated with this stack frame.
- getDefault() - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
-
Returns the default value of this annotation type member, or
null
if there is none. - getDefault() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
-
Deprecated.Returns the default value expression for an annotation type member.
- getDefaultArguments() - Method in interface org.eclipse.jdt.launching.IVMConnector
-
Returns a map of default arguments used by this connector.
- getDefaultClasspathEntries() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Returns the default class path entries to be added on new projects.
- getDefaultFactoryPath(IJavaProject) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
-
Get a factory path corresponding to the default values: if jproj is non-null, return the current workspace factory path (workspace prefs are the default for a project); if jproj is null, return the default list of plugin factories (which is the "factory default").
- getDefaultImportRewriteContext() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Returns the default rewrite context that only knows about the imported types.
- getDefaultJavadocLocation(File) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
-
Returns a URL for the default javadoc location of a VM installed at the given home location, or
null
if none. - getDefaultJREContainerEntry() - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Creates and returns a classpath entry describing the default JRE container entry.
- getDefaultJREDescriptor() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
- getDefaultJRELibrary() - Static method in class org.eclipse.jdt.ui.PreferenceConstants
-
Returns the current configuration for the JRE to be used as default in new Java projects.
- getDefaultLibraryLocations(File) - Method in interface org.eclipse.jdt.launching.IVMInstallType
-
Returns a collection of
LibraryLocation
s that represent the default system libraries of this VM install type, if a VM was installed at the giveninstallLocation
. - getDefaultOptions() - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns a table of all known configurable options with their default values.
- getDefaultPrefixes(ISourceViewer, String) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getDefaultProcessMap() - Method in class org.eclipse.jdt.launching.AbstractVMRunner
-
Returns the default process attribute map for Java processes.
- getDefaultSearchParticipant() - Static method in class org.eclipse.jdt.core.search.SearchEngine
-
Returns a new default Java search participant.
- getDefaultSourceLocations(IJavaProject) - Static method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
-
Deprecated.Returns a default collection of source locations for the given Java project.
- getDefaultStratum() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
-
Return the default stratum used in this the target, or
null
to indicate a per-class default stratum. - getDefaultStratum() - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
-
Returns the default stratum for this type.
- getDefaultValue() - Method in interface com.sun.mirror.declaration.AnnotationTypeElementDeclaration
-
Returns the default value of this element.
- getDefaultValue() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
Returns the resolved default value of an annotation type member, or
null
if the member has no default value, or if this is not the binding for an annotation type member. - getDefaultValue() - Method in interface org.eclipse.jdt.core.IMethod
-
Returns a
member value pair
representing the default value of this method if any, ornull
if this method's parent is not an annotation type, or else if this method does not have a default value. - getDefaultValue() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments.Parameter
-
The default value for new parameters or
null
. - getDefaultVM() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
-
Returns the VM that is used by default for this execution environment, or
null
if none. - getDefaultVMArguments(File) - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
-
Returns a string of default VM arguments for a VM installed at the given home location, or
null
if none. - getDefaultVMConnector() - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Return the default VM connector.
- getDefaultVMInstall() - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Return the default VM set with
setDefaultVM()
. - getDefaultWorkingDirectory(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the default working directory for the given launch configuration, or
null
if none. - getDelegate() - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
- getDelegateContainer(ISourceContainer) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourceLookupParticipant
- getDeleteAction() - Method in class org.eclipse.jdt.ui.actions.CCPActionGroup
-
Returns the delete action managed by this action group.
- getDelta() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
-
Returns the delta describing the change to the working copy being reconciled.
- getDelta() - Method in class org.eclipse.jdt.core.ElementChangedEvent
-
Returns the delta describing the change.
- getDescription() - Method in interface org.eclipse.jdt.core.IClasspathContainer
-
Answers a readable description of this container
- getDescription() - Method in class org.eclipse.jdt.core.search.SearchParticipant
-
Returns a displayable name of this search participant.
- getDescription() - Method in class org.eclipse.jdt.core.util.ClassFileBytesDisassembler
-
Answers a readable short description of this disassembler
- getDescription() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
-
Returns a brief human-readable description of this environment.
- getDescription(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
-
Returns a readable description for a container path.
- getDescriptionFile() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Gets the description file (as workspace resource).
- getDescriptionLocation() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Returns the location of file containing the description of a JAR.
- getDescriptor() - Method in class org.eclipse.jdt.core.refactoring.CompilationUnitChange
- getDescriptor() - Method in interface org.eclipse.jdt.core.util.IComponentInfo
-
Answer back the descriptor of this component info.
- getDescriptor() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
-
Answer back the descriptor of this field info.
- getDescriptor() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTableEntry
-
Answer back the descriptor of this entry as specified in the JVM specifications.
- getDescriptor() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
-
Answer back the method descriptor of this method info as specified in the JVM specifications.
- getDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.IComponentInfo
-
Answer back the descriptor index of this component info.
- getDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry2
-
Returns the descriptor index.
- getDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
-
Answer back the descriptor index of this field info.
- getDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTableEntry
-
Answer back the descriptor index in the constant pool of this entry as specified in the JVM specifications.
- getDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
-
Answer back the descriptor index of this method info.
- getDialogTitle() - Method in class org.eclipse.jdt.ui.actions.OpenAttachedJavadocAction
-
Note: this method is for internal use only.
- getDimensions() - Method in class org.eclipse.jdt.core.dom.ArrayType
-
Returns the number of dimensions in this array type.
- getDimensions() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the dimensionality of this array type, or
0
if this is not an array type binding. - getDirectories() - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter3
-
Gets the fDirectories of this JarWriter3
- getDirectory() - Method in class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
-
Deprecated.Returns the directory associated with this source location.
- getDisplayString() - Method in class org.eclipse.jdt.ui.text.java.ClasspathFixProcessor.ClasspathFixProposal
-
Returns the string to be displayed in a list of proposals.
- getDisplayString() - Method in class org.eclipse.jdt.ui.text.java.correction.ChangeCorrectionProposal
- getDocComment() - Method in interface com.sun.mirror.declaration.Declaration
-
Returns the text of the documentation ("javadoc") comment of this declaration.
- getDocument() - Method in class org.eclipse.jdt.ui.text.java.ContentAssistInvocationContext
-
Returns the document that content assist is invoked on, or
null
if not known. - getDocument(String) - Method in class org.eclipse.jdt.core.search.SearchParticipant
-
Returns a search document for the given path.
- getDocumentProvider() - Static method in class org.eclipse.jdt.ui.JavaUI
-
Returns the DocumentProvider used for Java compilation units.
- getDoubleClickStrategy(ISourceViewer, String) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getDoubleValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the double value for a CONSTANT_Double type entry.
- getDoubleValue() - Method in interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue
-
Returns this value as a double
- getDynamicTab() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
- getDynamicTabHolder() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
- getEclipse21Settings() - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
-
Returns the formatter settings that most closely approximate the default formatter settings of Eclipse version 2.1.
- getEclipseDefaultSettings() - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
-
Returns the default Eclipse formatter settings
- getEditor() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
Returns the editor in which the configured viewer(s) will reside.
- getEditorEmptyMessage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaAppletLaunchShortcut
- getEditorEmptyMessage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut
- getEditorEmptyMessage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
-
Returns an error message to use when the editor does not contain a type that can be launched.
- getEditorInputJavaElement(IEditorInput) - Static method in class org.eclipse.jdt.ui.JavaUI
-
Returns the Java element wrapped by the given editor input.
- getEditorInputTypeRoot(IEditorInput) - Static method in class org.eclipse.jdt.ui.JavaUI
-
Returns the
ITypeRoot
wrapped by the given editor input. - getElapsedTimeInSeconds() - Method in interface org.eclipse.jdt.junit.model.ITestElement
-
Returns the estimated total time elapsed in seconds while executing this test element.
- getElement() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
-
Returns the element that this delta describes a change to.
- getElement() - Method in class org.eclipse.jdt.core.search.SearchMatch
-
Returns the element of this search match.
- getElement() - Method in class org.eclipse.jdt.ui.search.ElementQuerySpecification
-
Returns the element to search for.
- getElementAt(int) - Method in interface org.eclipse.jdt.core.ITypeRoot
-
Returns the smallest element within this Java type root that includes the given source position (that is, a method, field, etc.), or
null
if there is no element other than the Java type root itself at the given position, or if the given position is not within the source range of the source of this Java type root. - getElementLabel(IJavaElement, long) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Returns the label for a Java element with the flags as defined by this class.
- getElementLabel(IJavaElement, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Returns the label for a Java element with the flags as defined by this class.
- getElementLabel(IJavaElement, long, StyledString) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Returns the styled label for a Java element with the flags as defined by this class.
- getElementName() - Method in interface org.eclipse.jdt.core.IAnnotation
-
Returns the name of this annotation.
- getElementName() - Method in interface org.eclipse.jdt.core.IField
-
Returns the simple name of this field.
- getElementName() - Method in interface org.eclipse.jdt.core.IImportDeclaration
-
Returns the name that has been imported.
- getElementName() - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns the name of this element.
- getElementName() - Method in interface org.eclipse.jdt.core.ILocalVariable
-
Returns the name of this local variable.
- getElementName() - Method in interface org.eclipse.jdt.core.IMethod
-
Returns the simple name of this method.
- getElementName() - Method in interface org.eclipse.jdt.core.IPackageDeclaration
-
Returns the name of the package the statement refers to.
- getElementName() - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Returns the dot-separated package name of this fragment, for example
"java.lang"
, or""
(the empty string), for the default package. - getElementName() - Method in interface org.eclipse.jdt.core.IType
-
Returns the simple name of this type, unqualified by package or enclosing type.
- getElements() - Method in interface org.eclipse.jdt.core.IJavaModelStatus
-
Returns any Java elements associated with the failure (see specification of the status code), or an empty array if no elements are related to this particular status code.
- getElements() - Method in interface org.eclipse.jdt.core.IRegion
-
Returns the top level elements in this region.
- getElements() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Returns the elements which will be exported.
- getElements(Object) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
- getElementToOpen(Object) - Method in class org.eclipse.jdt.ui.actions.OpenAction
-
Note: this method is for internal use only.
- getElementType() - Method in class org.eclipse.jdt.core.dom.ArrayType
-
Returns the element type of this array type.
- getElementType() - Method in class org.eclipse.jdt.core.dom.ChildListPropertyDescriptor
-
Returns the element type of this list property.
- getElementType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the binding representing the element type of this array type, or
null
if this is not an array type binding. - getElementType() - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns this element's kind encoded as an integer.
- getElementType(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Returns the type signature without any array nesting.
- getElementType(String) - Static method in class org.eclipse.jdt.core.Signature
-
Returns the type signature without any array nesting.
- getElementValues() - Method in interface com.sun.mirror.declaration.AnnotationMirror
-
Returns this annotation's elements and their values.
- getElseExpression() - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
-
Returns the "else" part of this conditional expression.
- getElseStatement() - Method in class org.eclipse.jdt.core.dom.IfStatement
-
Returns the "else" part of this if statement, or
null
if this if statement has no "else" part. - getEmbeddedExpression() - Method in class org.eclipse.jdt.core.dom.StringTemplateComponent
- getEnclosingClass() - Method in interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute
-
Answer back the enclosing class name as specified in the JVM specifications.
- getEnclosingClassIndex() - Method in interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute
-
Answer back the enclosing class name index.
- getEnclosingElement() - Method in class org.eclipse.jdt.core.CompletionContext
-
Returns the innermost enclosing Java element which contains the completion location or
null
if this element cannot be computed. - getEnclosingName() - Method in interface org.eclipse.jdt.ui.dialogs.ITypeInfoRequestor
-
Returns a dot separated string of the enclosing types or an empty string if the type is a top level type.
- getEnclosingType() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the enclosing type corresponding to the current input.
- getEnclosingTypeLabel() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the label that is used for the enclosing type input field.
- getEnclosingTypeText() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the text of the enclosing type input field.
- getEncoding() - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the workspace root default charset encoding.
- getEncoding() - Method in class org.eclipse.jdt.core.search.SearchDocument
-
Returns the encoding for this document.
- getEndPC() - Method in interface org.eclipse.jdt.core.util.IExceptionTableEntry
-
Answer back the end pc of this entry.
- getEntryKind() - Method in interface org.eclipse.jdt.core.IClasspathEntry
-
Returns the kind of this classpath entry.
- getEntryKind(int) - Method in interface org.eclipse.jdt.core.util.IConstantPool
-
Answer back the type of the entry at the given index in the constant pool.
- getEnumConstantName() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Returns the simple name of the enum constant represented by this annotation component value as described in the JVM specifications if the tag item is 'e'.
- getEnumConstantNameIndex() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Returns the utf8 constant index as described in the JVM specifications if the tag item is 'e'.
- getEnumConstants() - Method in interface com.sun.mirror.declaration.EnumDeclaration
-
Returns the enum constants defined for this enum.
- getEnumConstantTypeName() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Returns the binary name of the type of the enum constant represented by this annotation component value as described in the JVM specifications if the tag item is 'e'.
- getEnumConstantTypeNameIndex() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Returns the utf8 constant index as described in the JVM specifications if the tag item is 'e'.
- getEnums() - Method in interface com.sun.mirror.declaration.PackageDeclaration
-
Returns the declarations of the top-level enum types in this package.
- getEnvironment() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Returns the environment for the Java program or
null
- getEnvironment(String) - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironmentsManager
-
Returns the execution environment associated with the given identifier or
null
if none. - getEnvironment(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns an array of environment variables to be used when launching the given configuration or
null
if unspecified. - getEnvironment(ICompilationUnit, IJavaProject) - Static method in class org.eclipse.jdt.apt.core.env.EnvironmentFactory
-
Return a processor environment for use outside of building or reconciling.
- getErasure() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the erasure of this type binding.
- getErasure(TypeMirror) - Method in interface com.sun.mirror.util.Types
-
Returns the erasure of a type.
- getErrorMessage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
- getErrorMessage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
-
Overridden here so that any error message in the dynamic UI gets returned.
- getErrorMessage() - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Returns an error message about any error that may have occurred during code completion, or the empty string if none.
- getErrorMessage() - Method in interface org.eclipse.jdt.ui.text.java.IJavaCompletionProposalComputer
-
Returns the reason why this computer was unable to produce any completion proposals or context information.
- getErrorMessage() - Method in interface org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor
-
Deprecated.Returns the reason why this completion processor was unable to produce a completion proposals or context information.
- getErrorMessages() - Method in interface org.eclipse.jdt.debug.eval.ICompiledExpression
-
Returns an array of problem messages.
- getErrorMessages() - Method in interface org.eclipse.jdt.debug.eval.IEvaluationResult
-
Returns an array of problem messages.
- getErrors() - Method in interface org.eclipse.jdt.debug.eval.ICompiledExpression
-
Deprecated.use getErrorMessages()
- getErrors() - Method in interface org.eclipse.jdt.debug.eval.IEvaluationResult
-
Deprecated.use getErrorMessages()
- getEscapedValue() - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
-
Returns the string value of this literal node.
- getEscapedValue() - Method in class org.eclipse.jdt.core.dom.StringFragment
-
Returns the string value of this literal node to the given string fragment token.
- getEscapedValue() - Method in class org.eclipse.jdt.core.dom.StringLiteral
-
Returns the string value of this literal node to the given string literal token.
- getEscapedValue() - Method in class org.eclipse.jdt.core.dom.TextBlock
-
Returns the string value of this literal node to the given string literal token.
- getEvaluationEngine() - Method in interface org.eclipse.jdt.debug.eval.IEvaluationResult
-
Returns the evaluation engine used to evaluate the original snippet.
- getException() - Method in class org.eclipse.jdt.core.dom.CatchClause
-
Returns the exception variable declaration of this catch clause.
- getException() - Method in exception org.eclipse.jdt.core.JavaModelException
-
Returns the underlying
Throwable
that caused the failure. - getException() - Method in interface org.eclipse.jdt.debug.eval.IEvaluationResult
-
Returns any exception that occurred while performing the evaluation or
null
if an exception did not occur. - getExceptionAttribute() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
-
Answer the exception attribute of this method info, null is none.
- getExceptionIndexes() - Method in interface org.eclipse.jdt.core.util.IExceptionAttribute
-
Answer back the exception indexes of the exception attribute.
- getExceptionNames() - Method in interface org.eclipse.jdt.core.util.IExceptionAttribute
-
Answer back the exception names of the exception attribute.
- getExceptions() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
-
Deprecated.Returns the names of the exception types this method throws in the order in which they are declared in the source, or an empty array if this method declares no exception types.
- getExceptionsNumber() - Method in interface org.eclipse.jdt.core.util.IExceptionAttribute
-
Answer back the number of exceptions of the exception attribute.
- getExceptionTable() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
-
Answer back the array of exception entries, if they are present.
- getExceptionTableIndex() - Method in interface org.eclipse.jdt.core.util.IExtendedAnnotation
-
Answer back the exception table index when the target_type is EXCEPTION_PARAMETER.
- getExceptionTableLength() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
-
Answer back the exception table length of the code attribute.
- getExceptionTypeName() - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
-
Returns the fully qualified type name of the exception that last caused this breakpoint to suspend, of
null
if this breakpoint has not caused a thread to suspend. - getExceptionTypes() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
Returns a list of type bindings representing the types of the exceptions thrown by this method or constructor.
- getExceptionTypes() - Method in interface org.eclipse.jdt.core.IMethod
-
Returns the type signatures of the exceptions this method throws, in the order declared in the source.
- getExcludedCompletionProposalCategories() - Static method in class org.eclipse.jdt.ui.PreferenceConstants
-
Returns the completion proposal categories which are excluded from the default proposal list.
- getExclusionFilters() - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
-
Returns the exclusive filters that define the scope for the associated exception.
- getExclusionPatterns() - Method in interface org.eclipse.jdt.core.IClasspathEntry
-
Returns the set of patterns used to exclude resources or classes associated with this classpath entry.
- getExecutable() - Method in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
-
Returns the executable for this description as a file or
null
if not specified. - getExecutionEnvironmentId(IPath) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the execution environment identifier in the following JRE classpath container path, or
null
if none. - getExecutionEnvironments() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironmentsManager
-
Returns all registered execution environments sorted by their id.
- getExecutionEnvironmentsManager() - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the execution environments manager.
- getExpected() - Method in class org.eclipse.jdt.junit.model.ITestElement.FailureTrace
-
Returns the expected result or
null
if the trace is not a comparison failure. - getExpectedType() - Method in class org.eclipse.jdt.ui.text.java.JavaContentAssistInvocationContext
-
Returns the expected type if any,
null
otherwise. - getExpectedTypesKeys() - Method in class org.eclipse.jdt.core.CompletionContext
-
Return keys of expected types of a potential completion proposal at the completion position.
- getExpectedTypesSignatures() - Method in class org.eclipse.jdt.core.CompletionContext
-
Return signatures of expected types of a potential completion proposal at the completion position.
- getExportedPackageNames(IModuleDescription) - Method in interface org.eclipse.jdt.core.IModuleDescription
-
Get names of exported packages.
- getExportedPackages() - Method in interface org.eclipse.jdt.core.dom.IModuleBinding
-
Returns all exported packages.
- getExportedTo(IPackageBinding) - Method in interface org.eclipse.jdt.core.dom.IModuleBinding
-
If this module exports the given package to specific modules, returns the array of names of modules, otherwise returns an empty array.
- getExportsCount() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the exports count.
- getExportsInfo() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the array of exports infos of the .class file, an empty array if none.
- getExpression() - Method in class org.eclipse.jdt.core.dom.AssertStatement
-
Returns the first expression of this assert statement.
- getExpression() - Method in class org.eclipse.jdt.core.dom.BreakStatement
-
Deprecated.
- getExpression() - Method in class org.eclipse.jdt.core.dom.CastExpression
-
Returns the expression of this cast expression.
- getExpression() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
-
Returns the expression of this class instance creation expression, or
null
if there is none. - getExpression() - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
-
Returns the condition of this conditional expression.
- getExpression() - Method in class org.eclipse.jdt.core.dom.DoStatement
-
Returns the expression of this do statement.
- getExpression() - Method in class org.eclipse.jdt.core.dom.EnhancedForStatement
-
Returns the expression of this enhanced for statement.
- getExpression() - Method in class org.eclipse.jdt.core.dom.ExpressionMethodReference
-
Returns the expression of this expression method reference expression
- getExpression() - Method in class org.eclipse.jdt.core.dom.ExpressionStatement
-
Returns the expression of this expression statement.
- getExpression() - Method in class org.eclipse.jdt.core.dom.FieldAccess
-
Returns the expression of this field access expression.
- getExpression() - Method in class org.eclipse.jdt.core.dom.ForStatement
-
Returns the condition expression of this for statement, or
null
if there is none. - getExpression() - Method in class org.eclipse.jdt.core.dom.GuardedPattern
-
Returns the conditional expression of this pattern, or
null
if there is none (the "default:" case). - getExpression() - Method in class org.eclipse.jdt.core.dom.IfStatement
-
Returns the expression of this if statement.
- getExpression() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
-
Returns the expression of this method invocation expression, or
null
if there is none. - getExpression() - Method in class org.eclipse.jdt.core.dom.ParenthesizedExpression
-
Returns the expression of this parenthesized expression.
- getExpression() - Method in class org.eclipse.jdt.core.dom.ReturnStatement
-
Returns the expression of this return statement, or
null
if there is none. - getExpression() - Method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
-
Returns the expression of this super constructor invocation statement, or
null
if there is none. - getExpression() - Method in class org.eclipse.jdt.core.dom.SwitchCase
-
Deprecated.use expressions() (see JLS 12)
- getExpression() - Method in class org.eclipse.jdt.core.dom.SwitchExpression
-
Returns the expression of this switch statement.
- getExpression() - Method in class org.eclipse.jdt.core.dom.SwitchStatement
-
Returns the expression of this switch statement.
- getExpression() - Method in class org.eclipse.jdt.core.dom.SynchronizedStatement
-
Returns the expression of this synchronized statement.
- getExpression() - Method in class org.eclipse.jdt.core.dom.ThrowStatement
-
Returns the expression of this throw statement.
- getExpression() - Method in class org.eclipse.jdt.core.dom.WhileStatement
-
Returns the expression of this while statement.
- getExpression() - Method in class org.eclipse.jdt.core.dom.YieldStatement
-
Returns the expression of this Yield statement, or
null
if there is none. - getExtendedAnnotations() - Method in interface org.eclipse.jdt.core.util.IRuntimeInvisibleTypeAnnotationsAttribute
-
Answer back the extended annotations.
- getExtendedAnnotations() - Method in interface org.eclipse.jdt.core.util.IRuntimeVisibleTypeAnnotationsAttribute
-
Answer back the extended annotations.
- getExtendedAnnotationsNumber() - Method in interface org.eclipse.jdt.core.util.IRuntimeInvisibleTypeAnnotationsAttribute
-
Answer back the number of extended annotations as described in the JVM specifications.
- getExtendedAnnotationsNumber() - Method in interface org.eclipse.jdt.core.util.IRuntimeVisibleTypeAnnotationsAttribute
-
Answer back the number of annotations as described in the JVM specifications.
- getExtendedLength(ASTNode) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
Returns the extended source length of the given node.
- getExtendedSourceRangeComputer() - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
-
Returns the extended source range computer for this AST rewriter.
- getExtendedStartPosition(ASTNode) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
Returns the extended start position of the given node.
- getExtendingInterfaces(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns all interfaces resolved to extend the given interface, in no particular order, limited to the interfaces in this hierarchy's graph.
- getExternalAnnotationPath(IProject, boolean) - Method in interface org.eclipse.jdt.core.IClasspathEntry
-
Answer the path for external annotations (for null analysis) associated with this classpath entry.
- getExternalAnnotationsPath() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Returns the path to the external annotations file or directory, or
null
if no external annotations are associated with this classpath entry. - getExternalAnnotationsPath() - Method in class org.eclipse.jdt.launching.LibraryLocation
-
Return the JRE library external annotations location.
- getExtraAttributes() - Method in interface org.eclipse.jdt.core.IClasspathEntry
-
Returns the extra classpath attributes for this classpath entry.
- getExtraDimensions() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
-
Returns the number of extra array dimensions over and above the explicitly-specified return type.
- getExtraDimensions() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
-
Returns the number of extra array dimensions over and above the explicitly-specified type.
- getExtraDimensions2Property() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
-
Returns the structural property descriptor for the "extraDimensions" property of this node (element type:
Dimension
) (added in JLS8 API). - getExtraDimensionsProperty() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
-
Deprecated.In JLS8 and later, use
VariableDeclaration.getExtraDimensions2Property()
instead. - getExtraMarkerAttributeNames() - Method in class org.eclipse.jdt.core.compiler.CategorizedProblem
-
Returns the names of the extra marker attributes associated to this problem when persisted into a marker by the JavaBuilder.
- getExtraMarkerAttributeValues() - Method in class org.eclipse.jdt.core.compiler.CategorizedProblem
-
Returns the respective values for the extra marker attributes associated to this problem when persisted into a marker by the JavaBuilder.
- getFactoryForAnnotation(String, IJavaProject) - Static method in class org.eclipse.jdt.apt.core.util.AptUtil
-
Returns the matching annotation processor factory for a given annotation in a given project.
- getFactoryPath(IJavaProject) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
-
Get the factory path for a given project or for the workspace.
- getFailureContainer(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
-
Returns a classpath container that is used after this initializer failed to bind a classpath container to a
IClasspathContainer
for the given project. - getFailureTrace() - Method in interface org.eclipse.jdt.junit.model.ITestElement
-
Returns the failure trace of this test element or
null
if the test has not resulted in an error or failure. - getFavoriteReferences() - Method in class org.eclipse.jdt.core.CompletionRequestor
-
Returns the favorite references which are used to compute some completion proposals.
- getField(String) - Method in interface org.eclipse.jdt.core.IType
-
Returns the field with the specified name in this type (for example,
"bar"
). - getField(String) - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
-
Returns a variable representing the static field in this type with the given name, or
null
if there is no field with the given name, or the name is ambiguous. - getField(String, boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaObject
-
Returns a variable representing the field in this object with the given name, or
null
if there is no field with the given name, or the name is ambiguous. - getField(String, String) - Method in interface org.eclipse.jdt.debug.core.IJavaObject
-
Returns a variable representing the field in this object with the given name declared in the type with the given signature, or
null
if there is no field with the given name, or the name is ambiguous. - GETFIELD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- getFieldComment(ICompilationUnit, String, String, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the content for a new field comment using the 'field comment' code template.
- getFieldComment(ICompilationUnit, String, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the content for a new field comment using the 'field comment' code template.
- getFieldDescriptor() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the field descriptor value for a CONSTANT_Fieldref type entry.
- getFieldInfos() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the array of field infos of the .class file, an empty array if none.
- getFieldLabel(IField, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a field to a
StringBuffer
. - getFieldLabel(IField, long, StyledString) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the style label for a field to a
StyledString
. - getFieldName() - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor.Field
-
The name of the field in the selected type
- getFieldName() - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor
-
Returns the field name for the generated field or
null
if the refactoring should choose a name - getFieldName() - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor.Parameter
-
The name of the field that will be created if
IntroduceParameterObjectDescriptor.Parameter.isCreateField()
istrue
- getFieldName() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the field name for a CONSTANT_Fieldref type entry.
- getFieldName() - Method in interface org.eclipse.jdt.debug.core.IJavaWatchpoint
-
Returns the name of the field associated with this watchpoint
- getFields() - Method in interface com.sun.mirror.declaration.TypeDeclaration
-
Returns the fields that are directly declared by this class or interface.
- getFields() - Method in class org.eclipse.jdt.core.dom.RecordDeclaration
-
Returns the ordered list of field declarations of this type declaration.
- getFields() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
-
Returns the ordered list of field declarations of this type declaration.
- getFields() - Method in interface org.eclipse.jdt.core.IType
-
Returns the fields declared by this type in the order in which they appear in the source or class file.
- getFields() - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor
-
Returns the fields.
- getFields(IType) - Static method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor
-
Creates
ExtractClassDescriptor.Field
objects for all instance fields of the type - getFieldsCount() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the number of field infos.
- getFile() - Method in class org.eclipse.jdt.core.compiler.BuildContext
-
Returns the
IFile
representing the compilation unit. - getFileComment(ICompilationUnit) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Deprecated.Instead of file templates, the new type code template specifies the stub for a compilation unit.
- getFileComment(ICompilationUnit, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the content for a new file comment using the 'file comment' code template.
- getFileComment(ICompilationUnit, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the content for a new file comment using the 'file comment' code template.
- getFileComment(ICompilationUnit, String) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Hook method that gets called from
createType
to retrieve a file comment. - getFiler() - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
-
Returns the filer used to create new source, class, or auxiliary files.
- getFilter(Class<? extends Declaration>) - Static method in class com.sun.mirror.util.DeclarationFilter
-
Returns a filter that selects declarations of a particular kind.
- getFilter(Collection<Modifier>) - Static method in class com.sun.mirror.util.DeclarationFilter
-
Returns a filter that selects declarations containing all of a collection of modifiers.
- getFilterExtension() - Method in class org.eclipse.jdt.ui.dialogs.TypeSelectionExtension
-
Returns the filter extension or
null
if no additional filtering is required. - getFilters() - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
-
Deprecated.Use getExclusionFilters() or getInclusionFilters()
- getFinally() - Method in class org.eclipse.jdt.core.dom.TryStatement
-
Returns the finally block of this try statement, or
null
if this try statement has no finally block. - getFirstChild() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.Returns the first child of this node.
- getFirstFragment() - Method in class org.eclipse.jdt.core.dom.StringTemplateExpression
- getFixImportProposals(IJavaProject, String) - Method in class org.eclipse.jdt.ui.text.java.ClasspathFixProcessor
-
Returns proposal that can fix non-resolvable imports.
- getFlags() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the modifier flags relevant in the context, or
Flags.AccDefault
if none. - getFlags() - Method in class org.eclipse.jdt.core.dom.ASTNode
-
Returns the flags associated with this node.
- getFlags() - Method in interface org.eclipse.jdt.core.IImportDeclaration
-
Returns the modifier flags for this import.
- getFlags() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
-
Returns flags that describe how an element has changed.
- getFlags() - Method in interface org.eclipse.jdt.core.ILocalVariable
-
Returns the modifier flags for this local variable.
- getFlags() - Method in interface org.eclipse.jdt.core.IMember
-
Returns the modifier flags for this member.
- getFlags() - Method in interface org.eclipse.jdt.core.jdom.IDOMImport
-
Deprecated.Returns the modifier flags for this import.
- getFlags() - Method in interface org.eclipse.jdt.core.jdom.IDOMMember
-
Deprecated.Returns the flags for this member.
- getFlags() - Method in interface org.eclipse.jdt.core.util.IPackageVisibilityInfo
-
Answer back the exports/opens flags.
- getFloatValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the float value for a CONSTANT_Float type entry.
- getFloatValue() - Method in interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue
-
Returns this value as a float
- getFolderContent(IFolder) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
-
Evaluates all children of a given
IFolder
. - getForceWrapping(String) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
-
Return the force value of the given alignment value.
- getFormalTypeParameters() - Method in interface com.sun.mirror.declaration.ExecutableDeclaration
-
Returns the formal type parameters of this method or constructor.
- getFormalTypeParameters() - Method in interface com.sun.mirror.declaration.TypeDeclaration
-
Returns the formal type parameters of this class or interface.
- getFrameCount() - Method in interface org.eclipse.jdt.debug.core.IJavaThread
-
Returns the number of frames in this thread.
- getFrameType() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
-
Answer back the frame type for this entry.
- getFullPath() - Method in interface org.eclipse.jdt.core.IJarEntryResource
-
Returns the full, absolute path of this jar entry resource relative to the archive this jar entry belongs to.
- getFullyQualifiedName() - Method in class org.eclipse.jdt.core.dom.Name
-
Returns the standard dot-separated representation of this name.
- getFullyQualifiedName() - Method in interface org.eclipse.jdt.core.IType
-
Returns the fully qualified name of this type, including qualification for any containing types and packages.
- getFullyQualifiedName() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
-
Returns the matched type's fully qualified name using '.' character as separator (e.g. package name + '.' enclosing type names + '.' simple name).
- getFullyQualifiedName(char) - Method in interface org.eclipse.jdt.core.IType
-
Returns the fully qualified name of this type, including qualification for any containing types and packages.
- getFullyQualifiedParameterizedName() - Method in interface org.eclipse.jdt.core.IType
-
Returns this type's fully qualified name using a '.' enclosing type separator followed by its type parameters between angle brackets if it is a generic type.
- getFunctionalInterfaceMethod() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the single abstract method that constitutes the single function contract (aside from any redeclarations of methods of
java.lang.Object
) of the receiver interface type ornull
if there is no such contract or if the receiver is not an interface. - getGenerateCommentsInModuleInfoFile() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Returns if the module-info file should have comments.
- getGeneratedResources(IRegion, boolean) - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns an array that contains the resources generated by the Java builder when building the compilation units contained in the given region.
- getGeneratedSourcePaths(IJavaProject, boolean) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
-
Requests the participant to supply the locations to place the generated source files.
- getGenericSignature() - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
-
Returns the generic signature as defined in the JVM specification for this type.
- getGenericSignature() - Method in interface org.eclipse.jdt.debug.core.IJavaValue
-
Returns the generic signature as defined in the JVM specification for the type of this value.
- getGenericSignature() - Method in interface org.eclipse.jdt.debug.core.IJavaVariable
-
Returns the generic signature as defined in the JVM specification for the declared type of this variable, or
null
if the type associated with the signature is not yet loaded in the target VM. - getGenericTypeOfWildcardType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the generic type associated with this wildcard type, if it has one.
- getGenSrcDir(IJavaProject) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
- getGenTestSrcDir(IJavaProject) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
- getGetterComment(ICompilationUnit, String, String, String, String, String, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the comment for a getter method using the getter comment template.
- getGetterComment(ICompilationUnit, String, String, String, String, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the comment for a getter method using the getter comment template.
- getGetterMethodBodyContent(ICompilationUnit, String, String, String, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the content of body for a getter method using the getter method body template.
- getGetterMethodBodyContent(ICompilationUnit, String, String, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the content of body for a getter method using the getter method body template.
- getHandleIdentifier() - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns a string representation of this element handle.
- getHandlerPC() - Method in interface org.eclipse.jdt.core.util.IExceptionTableEntry
-
Answer back the handler pc of this entry.
- getHeader() - Method in interface org.eclipse.jdt.core.jdom.IDOMCompilationUnit
-
Deprecated.Returns the header comment for this compilation unit.
- getHierarchyMode() - Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
-
Returns the currently configured hierarchy mode.
- getHierarchyPresenter(ISourceViewer, boolean) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
Returns the hierarchy presenter which will determine and shown type hierarchy information requested for the current cursor position.
- getHistoryRelevance(String) - Method in class org.eclipse.jdt.ui.text.java.JavaContentAssistInvocationContext
-
Returns an float in [0.0, 1.0] based on whether the type has been recently used as a right hand side for the type expected in the current context. 0 signals that the
qualifiedTypeName
does not match the expected type, while 1.0 signals thatqualifiedTypeName
has most recently been used in a similar context. - getHitCount() - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
-
Returns this breakpoint's hit count or, -1 if this breakpoint does not have a hit count.
- getHTMLContentReader(IMember, boolean) - Static method in class org.eclipse.jdt.ui.JavadocContentAccess
-
Deprecated.As of 3.2, replaced by
JavadocContentAccess.getHTMLContentReader(IMember, boolean, boolean)
- getHTMLContentReader(IMember, boolean, boolean) - Static method in class org.eclipse.jdt.ui.JavadocContentAccess
-
Gets a reader for an IMember's Javadoc comment content from the source attachment.
- getHyperlinkDetectorTargets(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getId() - Method in class org.eclipse.jdt.core.dom.StructuralPropertyDescriptor
-
Returns the id of this property.
- getId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
- getId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
- getId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
- getId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
- getId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
- getId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaDependenciesTab
- getId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
- getId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
- getId() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
-
Deprecated.
- getId() - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationTab
- getId() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
- getId() - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
- getId() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
-
Returns a unique identifier for this execution environment.
- getId() - Method in interface org.eclipse.jdt.launching.IVMInstall
-
Returns the id for this VM.
- getId() - Method in interface org.eclipse.jdt.launching.IVMInstallType
-
Returns the globally unique id of this VM type.
- getId() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourcePathComputer
- getId() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarBuilder
-
Returns the unique id of this builder
- getID() - Method in interface org.eclipse.jdt.core.compiler.IProblem
-
Returns the problem id
- getIdentifier() - Method in class org.eclipse.jdt.core.dom.SimpleName
-
Returns this node's identifier.
- getIdentifier() - Method in interface org.eclipse.jdt.launching.IVMConnector
-
Returns a unique identifier for this kind of connector.
- getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
- getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
- getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
- getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
- getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
- getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaDependenciesTab
- getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
- getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
- getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
-
Deprecated.
- getImage() - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationTab
- getImage() - Method in class org.eclipse.jdt.ui.text.java.ClasspathFixProcessor.ClasspathFixProposal
-
Returns the image to be displayed in the list of completion proposals.
- getImage() - Method in class org.eclipse.jdt.ui.text.java.correction.ChangeCorrectionProposal
- getImage(Object) - Method in class org.eclipse.jdt.ui.JavaElementLabelProvider
- getImage(String) - Method in interface org.eclipse.jdt.ui.ISharedImages
-
Returns the shared image managed under the given key.
- getImage(ImageDescriptor) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Returns a cached image for the given descriptor.
- getImageDescriptor(String) - Method in interface org.eclipse.jdt.ui.ISharedImages
-
Returns the image descriptor managed under the given key.
- getImageDescriptor(ITypeInfoRequestor) - Method in interface org.eclipse.jdt.ui.dialogs.ITypeInfoImageProvider
-
Returns the image descriptor for the type represented by the given
ITypeInfoRequestor
. - getImageDescriptor(ClasspathAttributeConfiguration.ClasspathAttributeAccess) - Method in class org.eclipse.jdt.ui.wizards.ClasspathAttributeConfiguration
-
Returns the image descriptor of the classpath attributes name as a translated string.
- getImageProvider() - Method in class org.eclipse.jdt.ui.dialogs.TypeSelectionExtension
-
Returns an image provider or
null
if the standard images should be used. - getImageSize() - Method in class org.eclipse.jdt.ui.JavaElementImageDescriptor
-
Returns the size of the image created by calling
ImageDescriptor.createImage()
. - getImplementationIndices() - Method in interface org.eclipse.jdt.core.util.IProvidesInfo
-
Answer back the array of implementation indices.
- getImplementationNames() - Method in interface org.eclipse.jdt.core.util.IProvidesInfo
-
Answer back the array of implementation names.
- getImplementations(ITypeBinding) - Method in interface org.eclipse.jdt.core.dom.IModuleBinding
-
Returns the implementations that implement the given service in this module.
- getImplementationsCount() - Method in interface org.eclipse.jdt.core.util.IProvidesInfo
-
Answer back the number of implementations.
- getImplementingClasses(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns all classes resolved to implement the given interface, in no particular order, limited to the classes in this type hierarchy's graph.
- getImplementors() - Method in interface org.eclipse.jdt.debug.core.IJavaInterfaceType
-
Returns the class objects associated with the implementors of this interface type.
- getImport(String) - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns the first import declaration in this compilation unit with the given name.
- getImport(String) - Method in interface org.eclipse.jdt.core.IImportContainer
-
Returns the first import declaration in this import container with the given name.
- getImportContainer() - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns the import container for this compilation unit.
- getImportRewrite() - Method in class org.eclipse.jdt.ui.text.java.correction.ASTRewriteCorrectionProposal
-
Returns the import rewrite used for this compilation unit.
- getImports() - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
-
Returns the import declarations for this evaluation context.
- getImports() - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns the import declarations in this compilation unit in the order in which they appear in the source.
- getImports() - Method in interface org.eclipse.jdt.debug.eval.IClassFileEvaluationEngine
-
Returns the import declarations for this evaluation context.
- getInclusionFilters() - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
-
Returns the inclusive filters that define the scope for the associated exception.
- getInclusionPatterns() - Method in interface org.eclipse.jdt.core.IClasspathEntry
-
Returns the set of patterns used to explicitly define resources or classes to be included with this classpath entry.
- getIndentPrefixes(ISourceViewer, String) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getIndentStyle(String) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
-
Return the indentation style of the given alignment value.
- getIndentWidth(Map<String, String>) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
-
Returns the tab width as configured in the given map.
- getIndex() - Method in class org.eclipse.jdt.core.dom.ArrayAccess
-
Returns the index expression of this array access expression.
- getIndex() - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor.Parameter
-
The index of the parameter in the original method signature.
- getIndex() - Method in interface org.eclipse.jdt.core.util.ILocalVariableReferenceInfo
-
Answer back the resolved position of the local variable as specified in the JVM specifications.
- getIndex() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTableEntry
-
Answer back the index of this entry as specified in the JVM specifications.
- getIndex() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
-
Answer back the index of this entry as specified in the JVM specifications.
- getIndex() - Method in interface org.eclipse.jdt.core.util.IPackageVisibilityInfo
-
Answer back the exports/opens index.
- getIndex() - Method in interface org.eclipse.jdt.core.util.IProvidesInfo
-
Answer back the provides index.
- getIndexCategories() - Method in class org.eclipse.jdt.core.search.SearchPattern
-
Returns an array of index categories to consider for this index query.
- getIndexKey() - Method in class org.eclipse.jdt.core.search.SearchPattern
-
Returns a key to find in relevant index categories, if null then all index entries are matched.
- getIndexLocation() - Method in class org.eclipse.jdt.launching.LibraryLocation
-
Returns the index location associated with this library location.
- getIndexLocation(IPath) - Method in interface org.eclipse.jdt.launching.ILibraryLocationResolver
-
Returns the
URL
of the index for the given library ornull
. - getInformationControlCreator(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getInformationPresenter(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getInitialCompilationUnit() - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
- getInitializer() - Method in class org.eclipse.jdt.core.dom.ArrayCreation
-
Returns the array initializer of this array creation expression, or
null
if there is none. - getInitializer() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
-
Returns the initializer of this variable declaration, or
null
if there is none. - getInitializer() - Method in interface org.eclipse.jdt.core.eval.IGlobalVariable
-
Returns the initializer of this global variable.
- getInitializer() - Method in interface org.eclipse.jdt.core.jdom.IDOMField
-
Deprecated.Returns the initializer expression for this field.
- getInitializer(int) - Method in interface org.eclipse.jdt.core.IType
-
Returns the initializer with the specified position relative to the order they are defined in the source.
- getInitializerLabel(IInitializer, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a initializer to a
StringBuffer
. - getInitializerLabel(IInitializer, long, StyledString) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a initializer to a
StyledString
. - getInitializerProperty() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
-
Returns structural property descriptor for the "initializer" property of this node (child type:
Expression
). - getInitializers() - Method in interface org.eclipse.jdt.core.IType
-
Returns the initializers declared by this type.
- getInitialJavaElement(IStructuredSelection) - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
-
Utility method to inspect a selection to find a Java element.
- getInnerClassAttributesEntries() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttribute
-
Answer back the array of inner attribute entries as specified in the JVM specifications, or an empty array if none.
- getInnerClassesAttribute() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the inner classes attribute of this .class file, null if none.
- getInnerClassName() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
-
Answer back the inner class name of this inner classes attribute as specified in the JVM specifications, null if inner class name index is equals to zero.
- getInnerClassNameIndex() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
-
Answer back the inner class name index of this inner classes attribute as specified in the JVM specifications.
- getInnerName() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
-
Answer back the inner name of this inner classes attribute as specified in the JVM specifications, null if inner name index is equals to zero.
- getInnerNameIndex() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
-
Answer back the inner name index of this inner classes attribute as specified in the JVM specifications.
- getInput() - Method in class org.eclipse.jdt.debug.ui.breakpoints.JavaBreakpointConditionEditor
-
Returns the breakpoint being edited or
null
if none. - getInput() - Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
-
Deprecated.use getInputElement instead
- getInputElement() - Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
-
Returns the input element of this type hierarchy view.
- getInstallLocation() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
- getInstallLocation() - Method in interface org.eclipse.jdt.launching.IVMInstall
-
Returns the root directory of the install location of this VM.
- getInstance() - Static method in class org.eclipse.jdt.core.manipulation.CoreASTProvider
- getInstanceCount() - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
-
Returns the number of instances of this type currently allocated in the target virtual machine, or -1 if instance counts are not supported by the target.
- getInstanceFilters() - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
-
Returns the current set of active instance filters.
- getInstances(long) - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
-
Retrieves and returns instances of this reference type.
- getInstanceType() - Method in interface org.eclipse.jdt.debug.core.IJavaClassObject
-
Returns the type associated with instances of this class.
- getIntegerValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the integer value for a CONSTANT_Integer type entry.
- getInterfaceIndexes() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the indexes in the constant pool of interfaces implemented by this .class file, an empty array if none.
- getInterfaceNames() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the names of interfaces implemented by this .class file, an empty array if none.
- getInterfaces() - Method in interface com.sun.mirror.declaration.PackageDeclaration
-
Returns the declarations of the top-level interfaces in this package.
- getInterfaces() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns a list of type bindings representing the direct superinterfaces of the class, interface, or enum type represented by this type binding.
- getInterfaces() - Method in interface org.eclipse.jdt.debug.core.IJavaClassType
-
Returns the interface objects associated with the interfaces this class directly implements.
- getIntersectionTypeBounds(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the type bounds' signatures from the given intersection type signature.
- getIntersectionTypeBounds(String) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the type bounds' signatures from the given intersection type signature.
- getIntValue() - Method in interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue
-
Returns this value as an int
- getInvocationContext() - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Returns the invocation context.
- getInvocationOffset() - Method in class org.eclipse.jdt.ui.text.java.ContentAssistInvocationContext
-
Returns the invocation offset.
- getJarBuilder() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Returns the jar builder which can be used to build the jar described by this package data.
- getJarLocation() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Gets the location of the JAR file.
- getJarOutputStream() - Method in class org.eclipse.jdt.ui.jarpackager.JarWriter3
-
Gets the fJarOutputStream of this JarWriter3
- getJavaagentString() - Static method in class org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookup
-
Returns
-javaagent
jvm launch argument. - getJavaCompletionProposals() - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Returns the unsorted list of received proposals.
- getJavaConventionsSettings() - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
-
Returns the settings according to the Java conventions.
- getJavaCore() - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the single instance of the Java core plug-in runtime class.
- getJavadoc() - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
-
Returns the doc comment node.
- getJavadoc() - Method in class org.eclipse.jdt.core.dom.ModuleDeclaration
-
Returns the doc comment node.
- getJavadoc() - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
-
Returns the doc comment node (added in JLS3 API).
- getJavadocBaseLocation(IJavaElement) - Static method in class org.eclipse.jdt.ui.JavaUI
-
Returns the Javadoc base URL for an element.
- getJavadocLocation() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
- getJavadocLocation() - Method in interface org.eclipse.jdt.launching.IVMInstall
-
Returns the Javadoc location associated with this VM install.
- getJavadocLocation() - Method in class org.eclipse.jdt.launching.LibraryLocation
-
Returns the Javadoc location associated with this Library location.
- getJavadocLocation(IPath) - Method in interface org.eclipse.jdt.launching.ILibraryLocationResolver
-
Returns the
URL
of the Javadoc for this library ornull
- getJavadocLocation(IJavaElement, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
-
Returns the Javadoc URL for an element.
- getJavadocProperty() - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
-
Returns structural property descriptor for the "javadoc" property of this node (child type:
Javadoc
). - getJavadocRange() - Method in interface org.eclipse.jdt.core.IMember
-
Returns the Javadoc range if this element is from source or if this element is a binary element with an attached source, null otherwise.
- getJavaDocScanner() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
Returns the JavaDoc scanner for this configuration.
- getJavaDocScanner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
-
Deprecated.As of 3.0, replaced by
JavaSourceViewerConfiguration.getJavaDocScanner()
- getJavaElement() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
The Java element (an
org.eclipse.jdt.core.ICompilationUnit
or anorg.eclipse.jdt.core.IClassFile
) this compilation unit was created from, ornull
if it was not created from a Java element. - getJavaElement() - Method in interface org.eclipse.jdt.core.dom.IBinding
-
Returns the Java element that corresponds to this binding.
- getJavaElement(IJavaElement) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.Returns a handle for the Java element associated with this document fragment, based on the parent Java element.
- getJavaElementClipboardTransfer() - Static method in class org.eclipse.jdt.ui.JavaUI
-
Returns the transfer instance used to copy/paste Java elements to and from the clipboard.
- getJavaElements(Object[]) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut
-
Returns the Java elements corresponding to the given objects.
- getJavaLibraryPath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns an array of paths to be used for the
java.library.path
system property, ornull
if unspecified. - getJavaLikeExtensions() - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the list of known Java-like extensions.
- getJavaModel() - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns the Java model.
- getJavaModelStatus() - Method in exception org.eclipse.jdt.core.JavaModelException
-
Returns the Java model status object for this exception.
- getJavaPartitionerManager() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
-
Returns a java partitioner manager which is to be used for Java text viewers
- getJavaProject() - Method in interface org.eclipse.jdt.apt.core.env.EclipseAnnotationProcessorEnvironment
- getJavaProject() - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns the Java project this element is contained in, or
null
if this element is not contained in any Java project (for instance, theIJavaModel
is not contained in any Java project). - getJavaProject() - Method in interface org.eclipse.jdt.debug.eval.IEvaluationEngine
-
Returns the Java project in which expressions are compiled.
- getJavaProject() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
-
Returns the Java project associated with the current config being edited, or
null
if none. - getJavaProject() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Returns the Java project associated with this runtime classpath entry or
null
if none. - getJavaProject() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
-
Returns the Java project associated with this source container.
- getJavaProject() - Method in class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
-
Deprecated.Returns the Java project associated with this source location.
- getJavaProject() - Method in class org.eclipse.jdt.ui.wizards.ClasspathAttributeConfiguration.ClasspathAttributeAccess
-
Returns the Java project the current attribute is part of.
- getJavaProject() - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
-
Returns the Java project that was passed in
JavaCapabilityConfigurationPage.init(IJavaProject, IPath, IClasspathEntry[], boolean)
ornull
if the page has not been initialized yet. - getJavaProject() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
-
Returns the Java project of the currently selected package fragment root or
null
if no package fragment root is configured. - getJavaProject() - Method in class org.eclipse.jdt.ui.wizards.NewModuleInfoWizardPage
- getJavaProject(String) - Method in interface org.eclipse.jdt.core.IJavaModel
-
Returns the Java project with the given name.
- getJavaProject(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the Java project specified by the given launch configuration, or
null
if none. - getJavaProject(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Return the
IJavaProject
referenced in the specified configuration ornull
if none. - getJavaProjectName(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the Java project name specified by the given launch configuration, or
null
if none. - getJavaProjects() - Method in interface org.eclipse.jdt.core.IJavaModel
-
Returns the Java projects in this Java model, or an empty array if there are none.
- getJavaProjects(IJavaModel) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
-
Evaluates all Java projects of a given
IJavaModel
. - getJavaType() - Method in interface org.eclipse.jdt.debug.core.IJavaValue
-
Returns the type of this value, or
null
if this value represents thenull
value - getJavaType() - Method in interface org.eclipse.jdt.debug.core.IJavaVariable
-
Returns the declared type of this variable.
- getJavaTypes(String) - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
-
Returns the types loaded in this debug target with the given fully qualified name, or
null
of no type with the given name is loaded. - getJavaVersion() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
- getJavaVersion() - Method in interface org.eclipse.jdt.launching.IVMInstall2
-
Returns a string representing the
java.version
system property of this VM install, ornull
if unknown. - getJavaVersion() - Method in class org.eclipse.jdt.launching.VMStandin
- getJLSLatest() - Static method in class org.eclipse.jdt.core.dom.AST
-
Returns latest supported JLS level
- getJREVariableEntry() - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Creates and returns a classpath entry describing the JRE_LIB classpath variable.
- getJUnit3TestSuperclassName() - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
-
Hook method that is called to determine the name of the superclass set for a JUnit 3 style test case.
- getJUnitVersion() - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
-
Returns the JUnit version to create the test.
- getKeepOriginal() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments
-
Returns whether the original method is kept as a delegate to the new one.
- getKey() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the key relevant in the context, or
null
if none. - getKey() - Method in interface org.eclipse.jdt.core.dom.IBinding
-
Returns the key for this binding.
- getKey() - Method in interface org.eclipse.jdt.core.IField
-
Returns the binding key for this field only if the given field is
resolved
. - getKey() - Method in interface org.eclipse.jdt.core.IMethod
-
Returns the binding key for this method only if the given method is
resolved
. - getKey() - Method in interface org.eclipse.jdt.core.IType
-
Returns the binding key for this type only if the given type is
resolved
. - getKeys() - Method in class org.eclipse.jdt.core.manipulation.CleanUpOptionsCore
-
Deprecated.Returns an unmodifiable set of all known keys.
- getKeys() - Method in class org.eclipse.jdt.ui.cleanup.CleanUpOptions
- getKeyword() - Method in class org.eclipse.jdt.core.dom.Modifier
-
Returns the modifier keyword of this modifier node.
- getKeyword() - Method in class org.eclipse.jdt.core.dom.ModuleModifier
-
Returns the modifier keyword of this modifier node.
- getKeywordCompletionProposals() - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Returns the unsorted list of received keyword proposals.
- getKeywordProposals() - Method in class org.eclipse.jdt.ui.text.java.JavaContentAssistInvocationContext
-
Returns the keyword proposals that are available in this context, possibly none.
- getKind() - Method in interface com.sun.mirror.type.PrimitiveType
-
Returns the kind of primitive type that this object represents.
- getKind() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the kind of completion being proposed.
- getKind() - Method in interface org.eclipse.jdt.core.dom.IBinding
-
Returns the kind of bindings this is.
- getKind() - Method in interface org.eclipse.jdt.core.dom.IModuleBinding
- getKind() - Method in interface org.eclipse.jdt.core.IAccessRule
-
Returns the kind of this access rule (one of
IAccessRule.K_ACCESSIBLE
,IAccessRule.K_NON_ACCESSIBLE
orIAccessRule.K_DISCOURAGED
). - getKind() - Method in interface org.eclipse.jdt.core.IClasspathAttributeDelta
-
Returns the kind of this delta - one of
IClasspathAttributeDelta.ADDED
,IClasspathAttributeDelta.REMOVED
, orIClasspathAttributeDelta.CHANGED
. - getKind() - Method in interface org.eclipse.jdt.core.IClasspathContainer
-
Answers the kind of this container.
- getKind() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
-
Returns the kind of this delta - one of
IJavaElementDelta.ADDED
,IJavaElementDelta.REMOVED
, orIJavaElementDelta.CHANGED
. - getKind() - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Returns this package fragment's root kind encoded as an integer.
- getKind() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
-
Returns this package fragment root's kind encoded as an integer.
- getKind() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the type of this entry.
- getLabel() - Method in class org.eclipse.jdt.core.dom.BreakStatement
-
Returns the label of this break statement, or
null
if there is none. - getLabel() - Method in class org.eclipse.jdt.core.dom.ContinueStatement
-
Returns the label of this continue statement, or
null
if there is none. - getLabel() - Method in class org.eclipse.jdt.core.dom.LabeledStatement
-
Returns the label of this labeled statement.
- getLabel() - Method in interface org.eclipse.jdt.debug.core.IJavaObject
-
Returns the user assigned label for this object.
- getLabelProvider() - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Returns the proposal label provider used by the receiver.
- getLabelProvider() - Method in class org.eclipse.jdt.ui.text.java.JavaContentAssistInvocationContext
-
Returns a label provider that can be used to compute proposal labels.
- getLaunch(ILaunchConfiguration, String) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
- getLaunchableResource(ISelection) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
- getLaunchableResource(ISelection) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
- getLaunchableResource(IEditorPart) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
- getLaunchableResource(IEditorPart) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
- getLaunchConfiguration() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
-
Returns the current launch configuration
- getLaunchConfiguration() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaDependenciesTab
-
Returns the current launch configuration
- getLaunchConfiguration() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
- getLaunchConfigurationName() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Get the name of the launch configuration from which to retrieve classpath information.
- getLaunchConfigurations(ISelection) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
- getLaunchConfigurations(ISelection) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
- getLaunchConfigurations(IEditorPart) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
- getLaunchConfigurations(IEditorPart) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
- getLaunchConfigurationTypeId() - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchShortcut
-
Returns the launch configuration type id of the launch configuration this shortcut will create.
- getLaunchConfigurationWorkingCopy() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
- getLaunchedProject() - Method in interface org.eclipse.jdt.junit.model.ITestRunSession
-
Returns the Java project from which this test run session has been launched, or
null
if not available. - getLaunchManager() - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Convenience method to get the launch manager.
- getLeadingComment() - Method in class org.eclipse.jdt.core.dom.Statement
-
Deprecated.This feature was removed in the 2.1 release because it was only a partial, and inadequate, solution to the issue of associating comments with statements. Furthermore, AST.parseCompilationUnit did not associate leading comments, making this moot. Clients that need to access comments preceding a statement should either consult the compilation unit's comment table or use a scanner to reanalyze the source text immediately preceding the statement's source range.
- getLeftHandSide() - Method in class org.eclipse.jdt.core.dom.Assignment
-
Returns the left hand side of this assignment expression.
- getLeftOperand() - Method in class org.eclipse.jdt.core.dom.InfixExpression
-
Returns the left operand of this infix expression.
- getLeftOperand() - Method in class org.eclipse.jdt.core.dom.InstanceofExpression
-
Returns the left operand of this instanceof expression.
- getLeftOperand() - Method in class org.eclipse.jdt.core.dom.PatternInstanceofExpression
-
Returns the left operand of this Patterninstanceof expression.
- getLength() - Method in class org.eclipse.jdt.core.BufferChangedEvent
-
Returns the length of text removed or replaced in the buffer, or 0 if text has been inserted into the buffer.
- getLength() - Method in class org.eclipse.jdt.core.dom.ASTNode
-
Returns the length in characters of the original source file indicating where the source fragment corresponding to this node ends.
- getLength() - Method in class org.eclipse.jdt.core.dom.Message
-
Returns the length in characters of the original source file indicating where the source fragment corresponding to this message ends.
- getLength() - Method in interface org.eclipse.jdt.core.dom.rewrite.ITrackedNodePosition
-
Returns the original or modified length of the tracked node depending if called before or after the rewrite is applied.
- getLength() - Method in class org.eclipse.jdt.core.dom.rewrite.TargetSourceRangeComputer.SourceRange
-
Returns the source length.
- getLength() - Method in interface org.eclipse.jdt.core.IBuffer
-
Returns number of characters stored in this buffer.
- getLength() - Method in interface org.eclipse.jdt.core.ISourceRange
-
Returns the number of characters of the source code for this element, relative to the source buffer in which this element is contained.
- getLength() - Method in class org.eclipse.jdt.core.search.SearchMatch
-
Returns the length of this search match.
- getLength() - Method in class org.eclipse.jdt.core.SourceRange
- getLength() - Method in interface org.eclipse.jdt.core.util.ILocalVariableReferenceInfo
-
Answer back the length of this entry as specified in the JVM specifications.
- getLength() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTableEntry
-
Answer back the length of this entry as specified in the JVM specifications.
- getLength() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
-
Answer back the length of this entry as specified in the JVM specifications.
- getLength() - Method in interface org.eclipse.jdt.debug.core.IJavaArray
-
Returns the length of this array.
- getLength(CompletionProposal) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Returns the replacement length of a given completion proposal.
- getLibraryJavadocLocation(IPath) - Static method in class org.eclipse.jdt.ui.JavaUI
-
Deprecated.Javadoc is now attached to the classpath entry. Use
JavaUI.getJavadocBaseLocation(IJavaElement)
with the archive'sIPackageFragmentRoot
or useJavaUI.getLibraryJavadocLocation(IClasspathEntry)
with the archive'sIClasspathEntry
. - getLibraryJavadocLocation(IClasspathEntry) - Static method in class org.eclipse.jdt.ui.JavaUI
-
Returns the Javadoc location for library's classpath entry or
null
if no location is available. - getLibraryLocations() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
- getLibraryLocations() - Method in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
-
Returns the location of the system libraries defined in this execution environment.
- getLibraryLocations() - Method in interface org.eclipse.jdt.launching.IVMInstall
-
Returns the library locations of this IVMInstall.
- getLibraryLocations(IVMInstall) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Evaluates library locations for a IVMInstall.
- getLibraryPaths(IClasspathAttribute) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns an array of strings referencing shared libraries that should appear on the
-Djava.library.path
system property at runtime for an associatedIClasspathEntry
, ornull
if the given attribute is not aCLASSPATH_ATTR_LIBRARY_PATH_ENTRY
. - getLimitTo() - Method in class org.eclipse.jdt.ui.search.QuerySpecification
-
Returns what kind of occurrences the query should look for.
- getLineEnd(int) - Method in interface org.eclipse.jdt.core.compiler.IScanner
-
Answers the ending position of a given line number.
- getLineEnds() - Method in interface org.eclipse.jdt.core.compiler.IScanner
-
Answers an array of the ending positions of the lines encountered so far.
- getLineNumber(int) - Method in interface org.eclipse.jdt.core.compiler.IScanner
-
Answers a 1-based line number using the lines which have been encountered so far.
- getLineNumber(int) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
Returns the line number corresponding to the given source character position in the original source string.
- getLineNumber(String) - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns the line number of the instruction pointer in this stack frame that corresponds to the line in the associated source element in the specified stratum, or
-1
if line number information is unavailable. - getLineNumberAttribute() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
-
Answer back the line number attribute, if it exists, null otherwise.
- getLineNumberTable() - Method in interface org.eclipse.jdt.core.util.ILineNumberAttribute
-
Answer back the array of pairs (start pc, line number) as specified in the JVM specifications.
- getLineNumberTableLength() - Method in interface org.eclipse.jdt.core.util.ILineNumberAttribute
-
Answer back the line number table length as specified in the JVM specifications.
- getLineStart(int) - Method in interface org.eclipse.jdt.core.compiler.IScanner
-
Answers the starting position of a given line number.
- getListRewrite(ASTNode, ChildListPropertyDescriptor) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
-
Creates and returns a new rewriter for describing modifications to the given list property of the given node.
- getLiteralValue() - Method in class org.eclipse.jdt.core.dom.StringLiteral
-
Returns the value of this literal node.
- getLiteralValue() - Method in class org.eclipse.jdt.core.dom.TextBlock
-
Returns the value of this literal node.
- getLocalElement() - Method in class org.eclipse.jdt.core.search.ReferenceMatch
-
Returns the local element of this search match, or
null
if none. - getLocals() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
-
Answer back verification infos for the defined locals.
- getLocalVariableAttribute() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
-
Answer back the local variable attribute, if it exists, null otherwise.
- getLocalVariableLabel(ILocalVariable, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a local variable to a
StringBuffer
. - getLocalVariableLabel(ILocalVariable, long, StyledString) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the styled label for a local variable to a
StyledString
. - getLocalVariableRefenceInfoLength() - Method in interface org.eclipse.jdt.core.util.IExtendedAnnotation
-
Answer back the local variable reference info table length of this entry as specified in the JVM specifications.
- getLocalVariables() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns a collection of local variables that are visible at the current point of execution in this stack frame.
- getLocalVariableTable() - Method in interface org.eclipse.jdt.core.util.IExtendedAnnotation
-
Answer back the local variable reference info table of this entry as specified in the JVM specifications.
- getLocalVariableTable() - Method in interface org.eclipse.jdt.core.util.ILocalVariableAttribute
-
Answer back the local variable table of this entry as specified in the JVM specifications.
- getLocalVariableTableLength() - Method in interface org.eclipse.jdt.core.util.ILocalVariableAttribute
-
Answer back the local variable table length of this entry as specified in the JVM specifications.
- getLocalVariableTypeTable() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableAttribute
-
Answer back the local variable type table of this entry as specified in the JVM specifications.
- getLocalVariableTypeTableLength() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableAttribute
-
Answer back the local variable type table length of this entry as specified in the JVM specifications.
- getLocation() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Returns an absolute path in the local file system for this entry, or
null
if none, or if this entry is of typeCONTAINER
. - getLocationInParent() - Method in class org.eclipse.jdt.core.dom.ASTNode
-
Returns the location of this node within its parent, or
null
if this is a root node. - getLocationInParent() - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
-
Returns the property of the parent node for which this list rewriter was created.
- getLocationPath() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
-
Deprecated.Returns the project location path.
- getLongValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the long value for a CONSTANT_Long type entry.
- getLongValue() - Method in interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue
-
Returns this value as a long
- getLowerBounds() - Method in interface com.sun.mirror.type.WildcardType
-
Returns the lower bounds of this wildcard.
- getMagic() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the magic number.
- getMainClassIndex() - Method in interface org.eclipse.jdt.core.util.IModuleMainClassAttribute
-
Answer back the main class index.
- getMainClassName() - Method in interface org.eclipse.jdt.core.util.IModuleMainClassAttribute
-
Answer back the name of main class.
- getMainTypeName(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the main type name specified by the given launch configuration, or
null
if none. - getMajorVersion() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer the major version of this .class file.
- getManifestFile() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Gets the manifest file (as workspace resource).
- getManifestLocation() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Returns the location of a user-defined manifest file.
- getManifestMainClass() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Gets the manifest's main class.
- getManifestProvider() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarBuilder
-
Returns the manifest provider to build the manifest
- getManifestProvider() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Gets the manifest provider for this JAR package.
- getManifestVersion() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Gets the manifest version.
- getMarkerType() - Method in class org.eclipse.jdt.core.compiler.CategorizedProblem
-
Returns the marker type associated to this problem, if it gets persisted into a marker by the JavaBuilder Standard Java problems are associated to marker type "org.eclipse.jdt.core.problem").
- getMatchingRegions(String, String, int) - Static method in class org.eclipse.jdt.core.search.SearchPattern
-
Answers all the regions in a given name matching a given pattern using a specified match rule.
- getMatchRule() - Method in class org.eclipse.jdt.core.search.SearchPattern
-
Returns the rule to apply for matching index keys.
- getMaxFieldWidth() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
-
Returns the recommended maximum width for text fields (in pixels).
- getMaxFieldWidth() - Method in class org.eclipse.jdt.ui.wizards.NewModuleInfoWizardPage
-
Returns the recommended maximum width for text fields (in pixels).
- getMaxLocals() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
-
Answer back the max locals value of the code attribute.
- getMaxStack() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
-
Answer back the max stack value of the code attribute.
- getMemberName() - Method in interface org.eclipse.jdt.core.IMemberValuePair
-
Returns the member's name of this member-value pair.
- getMemberType() - Method in interface org.eclipse.jdt.debug.core.IJavaClassPrepareBreakpoint
-
Returns a constant indicating what kind of type this breakpoint is associated with.
- getMemberValue() - Method in interface org.eclipse.jdt.core.util.IAnnotationDefaultAttribute
-
Answer back the member value as described in the JVM specifications.
- getMemberValuePairs() - Method in interface org.eclipse.jdt.core.IAnnotation
-
Returns the member-value pairs of this annotation.
- getMemento() - Method in class org.eclipse.jdt.debug.ui.JavaUISourceLocator
-
Deprecated.
- getMemento() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Returns a memento for this classpath entry.
- getMemento() - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
-
Deprecated.
- getMemento() - Method in class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
-
Deprecated.
- getMemento() - Method in interface org.eclipse.jdt.launching.sourcelookup.IJavaSourceLocation
-
Deprecated.Returns a memento for this source location from which this source location can be reconstructed.
- getMemento() - Method in class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
-
Deprecated.
- getMemento() - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
-
Deprecated.
- getMemento() - Method in class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
-
Deprecated.
- getMessage() - Method in interface org.eclipse.jdt.core.compiler.IProblem
-
Answer a localized, human-readable message string which describes the problem.
- getMessage() - Method in class org.eclipse.jdt.core.dom.AssertStatement
-
Returns the message expression of this assert statement, or
null
if there is none. - getMessage() - Method in class org.eclipse.jdt.core.dom.Message
-
Returns the localized message.
- getMessage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
- getMessager() - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
-
Returns the messager used to report errors, warnings, and other notices.
- getMessager() - Method in interface org.eclipse.jdt.apt.core.env.EclipseAnnotationProcessorEnvironment
- getMessages() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
Returns the list of messages reported by the compiler during the parsing or the type checking of this compilation unit.
- getMethod() - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
-
The method the refactoring will operate on.
- getMethod() - Method in class org.eclipse.jdt.core.search.MethodNameMatch
-
Returns a java model method handle.
- getMethod(String, String[]) - Method in interface org.eclipse.jdt.core.IType
-
Returns the method with the specified name and parameter types in this type (for example,
"foo", {"I", "QString;"}
). - getMethodBinding() - Method in interface org.eclipse.jdt.core.dom.IMemberValuePairBinding
-
Returns the method binding corresponding to the named annotation type member.
- getMethodBodyContent(ICompilationUnit, String, String, boolean, boolean, String, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the content of the body for a method or constructor using the method body templates.
- getMethodBodyContent(ICompilationUnit, String, String, boolean, String, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the content of the body for a method or constructor using the method body templates.
- getMethodBodyContent(ICompilationUnit, String, String, boolean, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the content of the body for a method or constructor using the method body templates.
- getMethodComment(ICompilationUnit, String, String, String[], String[], String, String[], IMethod, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method).
- getMethodComment(ICompilationUnit, String, String, String[], String[], String, String[], IMethod, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method).
- getMethodComment(ICompilationUnit, String, String, String[], String[], String, IMethod, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method).
- getMethodComment(ICompilationUnit, String, String, String[], String[], String, IMethod, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method).
- getMethodComment(ICompilationUnit, String, MethodDeclaration, boolean, String, String, String[], String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method).
- getMethodComment(ICompilationUnit, String, MethodDeclaration, boolean, String, String, String[], String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method).
- getMethodComment(ICompilationUnit, String, MethodDeclaration, IMethodBinding, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method).
- getMethodComment(ICompilationUnit, String, MethodDeclaration, IMethodBinding, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method).
- getMethodComment(IMethod, IMethod, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method).
- getMethodComment(IMethod, IMethod, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method).
- getMethodDeclaration() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
Returns the binding for the method declaration corresponding to this method binding.
- getMethodDescriptor() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the method descriptor value for a CONSTANT_Methodref or CONSTANT_InterfaceMethodref type entry.
- getMethodDescriptor() - Method in interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute
-
Answer back the method descriptor of the enclosing method as specified in the JVM specifications.
- getMethodDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute
-
Answer back the descriptor index of the enclosing method.
- getMethodInfos() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the array of method infos of this .class file, an empty array if none.
- getMethodLabel(IMethod, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a method to a
StringBuffer
. - getMethodLabel(IMethod, long, StyledString) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a method to a
StyledString
. - getMethodName() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the method name for a CONSTANT_Methodref, CONSTANT_InterfaceMethodref or CONSTANT_InvokeDynamic type entry.
- getMethodName() - Method in interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute
-
Answer back the name of the enclosing method as specified in the JVM specifications.
- getMethodName() - Method in interface org.eclipse.jdt.debug.core.IJavaMethodBreakpoint
-
Returns the name of the method(s) this breakpoint suspends execution in, or
null
if this breakpoint does not suspend execution based on method name. - getMethodName() - Method in interface org.eclipse.jdt.debug.core.IJavaMethodEntryBreakpoint
-
Returns the name of the method this breakpoint suspends execution in.
- getMethodName() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns the name of the method associated with this stack frame
- getMethodNameAndTypeIndex() - Method in interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute
-
Answer back the name and type index of this attribute.
- getMethodNameIndex() - Method in interface org.eclipse.jdt.core.util.IEnclosingMethodAttribute
-
Answer back the name index of the enclosing method.
- getMethodParameterLength() - Method in interface org.eclipse.jdt.core.util.IMethodParametersAttribute
-
Answer back the number of parameters for this method as specified in the JVM specifications.
- getMethods() - Method in interface com.sun.mirror.declaration.AnnotationTypeDeclaration
-
Returns the annotation type elements of this annotation type.
- getMethods() - Method in interface com.sun.mirror.declaration.ClassDeclaration
-
Returns the methods that are directly declared by this class or interface.
- getMethods() - Method in interface com.sun.mirror.declaration.TypeDeclaration
-
Returns the methods that are directly declared by this class or interface.
- getMethods() - Method in class org.eclipse.jdt.core.dom.RecordDeclaration
-
Returns the ordered list of method declarations of this type declaration.
- getMethods() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
-
Returns the ordered list of method declarations of this type declaration.
- getMethods() - Method in interface org.eclipse.jdt.core.IType
-
Returns the methods and constructors declared by this type.
- getMethodsCount() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the number of method infos.
- getMethodSignature() - Method in interface org.eclipse.jdt.debug.core.IJavaMethodBreakpoint
-
Returns the signature of the method(s) this breakpoint suspends execution in, or
null
if this breakpoint does not suspend execution based on method signature. - getMethodSignature() - Method in interface org.eclipse.jdt.debug.core.IJavaMethodEntryBreakpoint
-
Returns the signature of the method this breakpoint suspends execution in.
- getMinorVersion() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer the minor version of this .class file.
- getModel() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
- getModel() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaDependenciesTab
- getModifiedElement() - Method in class org.eclipse.jdt.core.refactoring.CompilationUnitChange
- getModifiedResource() - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
-
Returns the resource handle that corresponds to the element that was created or will be created.
- getModifiedResource() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the resource handle that corresponds to the compilation unit to was or will be created or modified.
- getModifiers() - Method in interface com.sun.mirror.declaration.Declaration
-
Returns the modifiers of this declaration, excluding annotations.
- getModifiers() - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
-
Returns the modifiers explicitly specified on this declaration.
- getModifiers() - Method in interface org.eclipse.jdt.core.dom.IBinding
-
Returns the modifiers for this binding.
- getModifiers() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the compiled modifiers for this class, interface, enum, or annotation type binding.
- getModifiers() - Method in class org.eclipse.jdt.core.dom.RequiresDirective
-
Returns the module modifiers explicitly specified on this declaration.
- getModifiers() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
-
Returns the modifiers explicitly specified on this declaration.
- getModifiers() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
-
Returns the modifiers explicitly specified on this declaration.
- getModifiers() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
-
Returns the modifiers explicitly specified on this declaration.
- getModifiers() - Method in class org.eclipse.jdt.core.search.MethodNameMatch
-
Returns the modifiers of the matched method.
- getModifiers() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
-
Returns the modifiers of the matched type.
- getModifiers() - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
- getModifiers() - Method in interface org.eclipse.jdt.ui.dialogs.ITypeInfoRequestor
-
Returns the type's modifiers.
- getModifiers() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the selected modifiers.
- getModifiersLabel() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the label that is used for the modifiers input field.
- getModifiersProperty() - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
-
Returns structural property descriptor for the "modifiers" property of this node as used in JLS3 (element type:
IExtendedModifier
). - getModularClassFile() - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Returns the class file for
"module-info.class"
in this package. - getModule() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
Returns the node for the module declaration of this compilation unit, or
null
if this compilation unit is not a module info. - getModule() - Method in interface org.eclipse.jdt.core.dom.IPackageBinding
-
Returns the binding of the module associated with this package binding.
- getModule() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the binding of the module associated with the package in which this type is declared.
- getModule() - Method in interface org.eclipse.jdt.core.IModularClassFile
-
Returns the module description contained in this type root.
- getModule() - Method in interface org.eclipse.jdt.core.ITypeRoot
-
Returns the module description contained in this type root or null if there is no module in this type root.
- getModuleCLIOptions(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the module-related command line options for the configuration that are needed at runtime as equivalents of those options specified by
IClasspathAttribute
s of the following names:IClasspathAttribute.ADD_EXPORTS
IClasspathAttribute.ADD_READS
IClasspathAttribute.LIMIT_MODULES
IClasspathAttribute.PATCH_MODULE
- getModuleCLIOptions(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the module-related command line options for the configuration that are needed at runtime as equivalents of those options specified by
IClasspathAttribute
s of the following names:IClasspathAttribute.ADD_EXPORTS
IClasspathAttribute.ADD_READS
IClasspathAttribute.LIMIT_MODULES
IClasspathAttribute.PATCH_MODULE
is not handled here, but inAbstractJavaLaunchConfigurationDelegate.getModuleCLIOptions(ILaunchConfiguration)
, which then collates all options referring to the same module. - getModuleComment(ICompilationUnit, String, String[], String[], String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the comment for a module based on code templates
- getModuleComment(ICompilationUnit, IModuleDescription, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the comment for a module based on code templates
- getModuleDescription() - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns the
IModuleDescription
this project represents or null if the Java project doesn't represent any named module. - getModuleDescription() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
-
Returns the
IModuleDescription
that this package fragment root contains. - getModuleDescription() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Returns the ModuleDescription.
- getModuleFlags() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the module flags.
- getModuleIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry3
-
Returns the index for a CONSTANT_Module type entry.
- getModuleName() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry3
-
Returns the name of a CONSTANT_Module type entry.
- getModuleName() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the module name.
- getModuleName() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Returns the module name given.
- getModuleNameFromJar(File) - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the module name computed for a jar.
- getModuleNameIndex() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the module name index.
- getModuleNameStatus() - Method in class org.eclipse.jdt.ui.wizards.NewModuleInfoWizardPage
- getModuleNameText() - Method in class org.eclipse.jdt.ui.wizards.NewModuleInfoWizardPage
-
Returns the content of the module name field.
- getModulepath() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Returns the Modulepath.
- getModuleQualifier() - Method in class org.eclipse.jdt.core.dom.ModuleQualifiedName
-
Returns the qualifier part of this qualified name.
- getModuleVersionIndex() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the module version index.
- getModuleVersionValue() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the module version string.
- getMovedFromElement() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
-
Returns an element describing this element before it was moved to its current location, or
null
if theIJavaElementDelta.F_MOVED_FROM
change flag is not set. - getMovedToElement() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
-
Returns an element describing this element in its new location, or
null
if theIJavaElementDelta.F_MOVED_TO
change flag is not set. - getMultilineCommentScanner() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
Returns the Java multi-line comment scanner for this configuration.
- getMultilineCommentScanner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
-
Deprecated.As of 3.0, replaced by
JavaSourceViewerConfiguration.getMultilineCommentScanner()
- getName() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the simple name of the method, field, member, or variable relevant in the context, or
null
if none. - getName() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
-
Returns the name of the type declared in this type declaration.
- getName() - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
-
Returns the name of the annotation type member declared in this declaration.
- getName() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
-
Deprecated.In the JLS3 API, this method is replaced by
ClassInstanceCreation.getType()
, which returns aType
instead of aName
. - getName() - Method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
-
Returns the name of the constant declared in this enum declaration.
- getName() - Method in class org.eclipse.jdt.core.dom.ExpressionMethodReference
-
Returns the name of the method referenced in this expression.
- getName() - Method in class org.eclipse.jdt.core.dom.FieldAccess
-
Returns the name of the field accessed in this field access expression.
- getName() - Method in interface org.eclipse.jdt.core.dom.IAnnotationBinding
-
Returns the name of the annotation type.
- getName() - Method in interface org.eclipse.jdt.core.dom.IBinding
-
Returns the name of this binding.
- getName() - Method in interface org.eclipse.jdt.core.dom.IMemberValuePairBinding
-
Returns the name of the annotation type member.
- getName() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
Returns the name of the method declared in this binding.
- getName() - Method in class org.eclipse.jdt.core.dom.ImplicitTypeDeclaration
- getName() - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
-
Returns the name imported by this declaration.
- getName() - Method in interface org.eclipse.jdt.core.dom.IPackageBinding
-
Returns the name of the package represented by this binding.
- getName() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the unqualified name of the type represented by this binding if it has one.
- getName() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
-
Returns the name of the field or local variable declared in this binding.
- getName() - Method in class org.eclipse.jdt.core.dom.MemberRef
-
Returns the name of the referenced member.
- getName() - Method in class org.eclipse.jdt.core.dom.MemberValuePair
-
Returns the member name.
- getName() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
-
Returns the name of the method declared in this method declaration.
- getName() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
-
Returns the name of the method invoked in this expression.
- getName() - Method in class org.eclipse.jdt.core.dom.MethodRef
-
Returns the name of the referenced method or constructor.
- getName() - Method in class org.eclipse.jdt.core.dom.MethodRefParameter
-
Returns the parameter name, or
null
if there is none. - getName() - Method in class org.eclipse.jdt.core.dom.ModuleDeclaration
-
Returns the name of this module declaration.
- getName() - Method in class org.eclipse.jdt.core.dom.ModulePackageAccess
-
Returns the name of the package.
- getName() - Method in class org.eclipse.jdt.core.dom.ModuleQualifiedName
-
Returns the name part of this qualified name.
- getName() - Method in class org.eclipse.jdt.core.dom.NameQualifiedType
-
Returns the name part of this name-qualified type.
- getName() - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
-
Returns the package name of this package declaration.
- getName() - Method in class org.eclipse.jdt.core.dom.ProvidesDirective
-
Returns the name of the service in this directive.
- getName() - Method in class org.eclipse.jdt.core.dom.QualifiedName
-
Returns the name part of this qualified name.
- getName() - Method in class org.eclipse.jdt.core.dom.QualifiedType
-
Returns the name part of this qualified type.
- getName() - Method in class org.eclipse.jdt.core.dom.RequiresDirective
-
Returns the module name referenced by this declaration.
- getName() - Method in class org.eclipse.jdt.core.dom.SimpleType
-
Returns the name of this simple type.
- getName() - Method in class org.eclipse.jdt.core.dom.SuperFieldAccess
-
Returns the name of the field accessed in this "super" field access expression.
- getName() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
-
Returns the name of the method invoked in this expression.
- getName() - Method in class org.eclipse.jdt.core.dom.SuperMethodReference
-
Returns the name of the method referenced in this expression.
- getName() - Method in class org.eclipse.jdt.core.dom.TagProperty
-
Returns the name of this tag property.
- getName() - Method in class org.eclipse.jdt.core.dom.TypeMethodReference
-
Returns the name of the method referenced in this expression.
- getName() - Method in class org.eclipse.jdt.core.dom.TypeParameter
-
Returns the name of the type variable declared in this type parameter.
- getName() - Method in class org.eclipse.jdt.core.dom.UsesDirective
-
Returns the name of the service in this directive.
- getName() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
-
Returns the name of the variable declared in this variable declaration.
- getName() - Method in interface org.eclipse.jdt.core.eval.IGlobalVariable
-
Returns the name of this global variable.
- getName() - Method in interface org.eclipse.jdt.core.IClasspathAttribute
-
Returns the name of this classpath attribute.
- getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMCompilationUnit
-
Deprecated.The
IDOMCompilationNode
refinement of thisIDOMNode
method returns the name of this compilation unit. - getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMField
-
Deprecated.The
IDOMField
refinement of thisIDOMNode
method returns the name of this field. - getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMImport
-
Deprecated.The
IDOMImport
refinement of thisIDOMNode
method returns the name of this import. - getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMInitializer
-
Deprecated.The
IDOMInitializer
refinement of thisIDOMNode
method returnsnull
. - getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
-
Deprecated.The
IDOMMethod
refinement of thisIDOMNode
method returns the name of this method. - getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.Returns the name of this node.
- getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMPackage
-
Deprecated.The
IDOMPackage
refinement of thisIDOMNode
method returns the name of this package declaration, ornull
if it has none. - getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
-
Deprecated.The
IDOMType
refinement of thisIDOMNode
method returns the name of this type. - getName() - Method in class org.eclipse.jdt.core.manipulation.ChangeCorrectionProposalCore
-
Returns the name of the proposal.
- getName() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments.Parameter
-
Returns the new name of the parameter.
- getName() - Method in interface org.eclipse.jdt.core.util.IComponentInfo
-
Answer back the name of this component info.
- getName() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
-
Answer back the name of this field info.
- getName() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTableEntry
-
Answer back the name of this entry as specified in the JVM specifications.
- getName() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
-
Answer back the name of this entry as specified in the JVM specifications.
- getName() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
-
Answer back the name of this method info as specified in the JVM specifications.
- getName() - Method in interface org.eclipse.jdt.debug.core.IJavaThreadGroup
-
Returns the name of this thread group.
- getName() - Method in interface org.eclipse.jdt.debug.core.IJavaType
-
Returns the name of this type.
- getName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
- getName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
- getName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
- getName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
- getName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
- getName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaDependenciesTab
- getName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
- getName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
- getName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
-
Deprecated.
- getName() - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationTab
- getName() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
- getName() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry2
-
Returns a human readable name for this classpath entry.
- getName() - Method in interface org.eclipse.jdt.launching.IVMConnector
-
Returns the name of this connector.
- getName() - Method in interface org.eclipse.jdt.launching.IVMInstall
-
Returns the display name of this VM.
- getName() - Method in interface org.eclipse.jdt.launching.IVMInstallType
-
Returns the display name of this VM type.
- getName() - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
-
Deprecated.Returns the name of the archive associated with this source location
- getName() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
- getName() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
- getName() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
- getName() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
- getName() - Method in class org.eclipse.jdt.ui.actions.ReferencesSearchGroup
-
Note: this method is for internal use only.
- getName() - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
- getNameAndTypeIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the nameAndType index for a CONSTANT_Fieldref, CONSTANT_Methodref, CONSTANT_InterfaceMethodref, CONSTANT_InvokeDynamic type entry.
- getNameAndTypeInfoDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the descriptor index for a CONSTANT_NameAndType type entry.
- getNameAndTypeInfoNameIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the name index for a CONSTANT_NameAndType type entry.
- getNameComponents() - Method in interface org.eclipse.jdt.core.dom.IPackageBinding
-
Returns the list of name component making up the name of the package represented by this binding.
- getNameIndex() - Method in interface org.eclipse.jdt.core.util.IComponentInfo
-
Answer back the name index of this component info.
- getNameIndex() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
-
Answer back the name index of this field info.
- getNameIndex() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTableEntry
-
Answer back the name index in the constant pool of this entry as specified in the JVM specifications.
- getNameIndex() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
-
Answer back the name index in the constant pool of this entry as specified in the JVM specifications.
- getNameIndex() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
-
Answer back the name index of this method info.
- getNameLabel(ClasspathAttributeConfiguration.ClasspathAttributeAccess) - Method in class org.eclipse.jdt.ui.wizards.ClasspathAttributeConfiguration
-
Returns the label of the classpath attributes name as a translated string.
- getNameProperty() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
-
Returns structural property descriptor for the "name" property of this node (child type:
SimpleName
). - getNameProperty() - Method in class org.eclipse.jdt.core.dom.ModulePackageAccess
-
Returns structural property descriptor for the "name" property of this node (child type:
Name
). - getNameProperty() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
-
Returns the structural property descriptor for the "name" property of this node (child type:
SimpleName
). - getNameRange() - Method in interface org.eclipse.jdt.core.ILocalVariable
-
Returns the source range of this local variable's name.
- getNameRange() - Method in interface org.eclipse.jdt.core.ISourceReference
-
Returns the name range associated with this element.
- getNameStatus() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AbstractVMInstallPage
-
Returns the current status of the name being used for the VM.
- getNestedTypes() - Method in interface com.sun.mirror.declaration.TypeDeclaration
-
Returns the declarations of the nested classes and interfaces that are directly declared by this class or interface.
- getNestHostIndex() - Method in interface org.eclipse.jdt.core.util.INestHostAttribute
-
Answer back the class name index.
- getNestHostName() - Method in interface org.eclipse.jdt.core.util.INestHostAttribute
-
Answer back the class name as specified in the JVM specifications.
- getNestMemberAttributesEntries() - Method in interface org.eclipse.jdt.core.util.INestMembersAttribute
-
Answer back the array of nest member attribute entries as specified in the JVM specifications, or an empty array if none.
- getNestMemberIndex() - Method in interface org.eclipse.jdt.core.util.INestMemberAttributeEntry
-
Answer back the nest member name index.
- getNestMemberName() - Method in interface org.eclipse.jdt.core.util.INestMemberAttributeEntry
-
Answer back the nest member name as specified in the JVM specifications.
- getNestMembersAttribute() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the nest members attribute of this .class file, null if none.
- getNewChange() - Method in class org.eclipse.jdt.core.manipulation.CUCorrectionProposalCore
- getNewContainers() - Method in interface org.eclipse.jdt.ui.wizards.IClasspathContainerPageExtension2
-
Method
IClasspathContainerPageExtension2.getNewContainers()
is called instead ofIClasspathContainerPage.getSelection()
to get the newly added containers. - getNewFieldName() - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor.Field
-
The name of the field in the extracted class.
- getNewJavaProject() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
-
Deprecated.Returns the Java project handle by converting the result of
getProjectHandle()
into a Java project. - getNewName() - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameResourceDescriptor
-
Deprecated.Returns the new name to rename the resource to.
- getNewName() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments
-
Returns the new method name.
- getNewPackageFragment() - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
-
Returns the created package fragment.
- getNewParameters() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments
-
Returns the new parameters of this method.
- getNewReturnType() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments
-
Returns the type signature of the new return type of this method.
- getNewValue() - Method in class org.eclipse.jdt.launching.PropertyChangeEvent
-
Returns the new value of the property.
- getNewVisibility() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments
-
Returns the new visibility of this method.
- getNextNode() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.Returns the sibling node immediately following this node.
- getNextPage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AbstractVMInstallPage
- getNextToken() - Method in interface org.eclipse.jdt.core.compiler.IScanner
-
Read the next token in the source, and answers its ID as specified by
ITerminalSymbols
. - getNodeClass() - Method in class org.eclipse.jdt.core.dom.StructuralPropertyDescriptor
-
Returns the AST node type that owns this property.
- getNodeStore() - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
-
Internal method.
- getNodeType() - Method in class org.eclipse.jdt.core.dom.ASTNode
-
Returns an integer value identifying the type of this concrete AST node.
- getNodeType() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.Returns the type of this node.
- getNodeValue() - Method in class org.eclipse.jdt.core.dom.TagProperty
-
Returns the node value of this tag property.
- getNonJavaResources() - Method in interface org.eclipse.jdt.core.IJavaModel
-
Returns an array of non-Java resources (that is, non-Java projects) in the workspace.
- getNonJavaResources() - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns an array of non-Java resources directly contained in this project.
- getNonJavaResources() - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Returns an array of non-Java resources contained in this package fragment.
- getNonJavaResources() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
-
Returns an array of non-Java resources contained in this package fragment root.
- getNumberOfClasses() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttribute
-
Answer back the number of inner classes infos as specified in the JVM specifications.
- getNumberOfComponents() - Method in interface org.eclipse.jdt.core.util.IRecordAttribute
-
Answer back the number of components as specified in the JVM specifications.
- getNumberOfEntries() - Method in interface org.eclipse.jdt.core.util.IStackMapAttribute
-
Answer back the number of stack map frames of this atribute as specified in the JVM specifications.
- getNumberOfEntries() - Method in interface org.eclipse.jdt.core.util.IStackMapTableAttribute
-
Answer back the number of stack map frames of this atribute as specified in the JVM specifications.
- getNumberOfImportsAdded() - Method in class org.eclipse.jdt.core.manipulation.OrganizeImportsOperation
- getNumberOfImportsRemoved() - Method in class org.eclipse.jdt.core.manipulation.OrganizeImportsOperation
- getNumberOfLocals() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
-
Answer back the number of locals.
- getNumberOfNestMembers() - Method in interface org.eclipse.jdt.core.util.INestMembersAttribute
-
Answer back the number of nest members as specified in the JVM specifications.
- getNumberOfParameters() - Method in interface org.eclipse.jdt.core.IMethod
-
Returns the number of parameters of this method.
- getNumberOfPermittedSubclasses() - Method in interface org.eclipse.jdt.core.util.IPermittedSubclassesAttribute
-
Answer back the number of permitted subclasses as specified in the JVM specifications.
- getNumberOfStackItems() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
-
Answer back the number of stack items
- getOccurrenceCount() - Method in interface org.eclipse.jdt.core.IAnnotation
-
Returns the position relative to the order this annotation is defined in the source.
- getOccurrenceCount() - Method in interface org.eclipse.jdt.core.IMember
-
Returns the position relative to the order this member is defined in the source.
- getOffset() - Method in class org.eclipse.jdt.core.BufferChangedEvent
-
Returns the index of the first character inserted, removed, or replaced in the buffer.
- getOffset() - Method in class org.eclipse.jdt.core.CompletionContext
-
Returns the offset position in the source file buffer after which code assist is requested.
- getOffset() - Method in interface org.eclipse.jdt.core.ISourceRange
-
Returns the 0-based index of the first character of the source code for this element, relative to the source buffer in which this element is contained.
- getOffset() - Method in class org.eclipse.jdt.core.search.SearchMatch
-
Returns the offset of this search match.
- getOffset() - Method in class org.eclipse.jdt.core.SourceRange
- getOffset() - Method in interface org.eclipse.jdt.core.util.IExtendedAnnotation
-
Answer back the offset.
- getOffset() - Method in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
-
Answer back the offset of this verification type info as described in the JVM specifications.
- getOffsetDelta() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
-
Answer back the offset delta.
- getOldIndex() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments.Parameter
-
Returns the index of the parameter in the original method or
-1
if the parameter has been added. - getOldIndex() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments.ThrownException
-
Returns the index of the thrown exception in the original method or
-1
if the thrown exception has been added. - getOldValue() - Method in class org.eclipse.jdt.launching.PropertyChangeEvent
-
Returns the old value of the property.
- getOpenable() - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns the first openable parent.
- getOpenAction() - Method in class org.eclipse.jdt.ui.actions.NavigateActionGroup
-
Returns the open action managed by this action group.
- getOpenAction() - Method in class org.eclipse.jdt.ui.actions.OpenEditorActionGroup
-
Returns the open action managed by this action group.
- getOpenedPackageNames(IModuleDescription) - Method in interface org.eclipse.jdt.core.IModuleDescription
-
Get names of opened packages.
- getOpenedPackages() - Method in interface org.eclipse.jdt.core.dom.IModuleBinding
-
Returns all opened packages.
- getOpenedTo(IPackageBinding) - Method in interface org.eclipse.jdt.core.dom.IModuleBinding
-
If this module opens the given package to specific modules, returns the array of names of modules, otherwise returns an empty array.
- getOpenProjectAction() - Method in class org.eclipse.jdt.ui.actions.ProjectActionGroup
-
Returns the open project action contained in this project action group.
- getOpensCount() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the opens count.
- getOpensInfo() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the array of opens infos of the .class file, an empty array if none.
- getOperand() - Method in class org.eclipse.jdt.core.dom.PostfixExpression
-
Returns the operand of this postfix expression.
- getOperand() - Method in class org.eclipse.jdt.core.dom.PrefixExpression
-
Returns the operand of this prefix expression.
- getOperator() - Method in class org.eclipse.jdt.core.dom.Assignment
-
Returns the operator of this assignment expression.
- getOperator() - Method in class org.eclipse.jdt.core.dom.InfixExpression
-
Returns the operator of this infix expression.
- getOperator() - Method in class org.eclipse.jdt.core.dom.PostfixExpression
-
Returns the operator of this postfix expression.
- getOperator() - Method in class org.eclipse.jdt.core.dom.PrefixExpression
-
Returns the operator of this prefix expression.
- getOption(String) - Static method in class org.eclipse.jdt.core.JavaCore
-
Helper method for returning one option value only.
- getOption(String, boolean) - Method in interface org.eclipse.jdt.core.IJavaProject
-
Helper method for returning one option value only.
- getOptionForConfigurableBuildPathProblemSeverity(int) - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the option that can be used to configure the severity of the compiler build path problem identified by
id
if any,null
otherwise. - getOptionForConfigurableSeverity(int) - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the option that can be used to configure the severity of the compiler problem identified by
problemID
if any,null
otherwise. - getOptions() - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
-
Returns the options passed to the annotation processing tool.
- getOptions() - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the table of the current options.
- getOptions(boolean) - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns the table of the options for this ICompilationUnit, which includes its custom options and options inherited from its parent JavaProject.
- getOptions(boolean) - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns the table of the current custom options for this project.
- getOrdinaryClassFile(String) - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Returns the class file with the specified name in this package (for example,
"Object.class"
). - getOrdinaryClassFiles() - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Returns all of the ordinary class files in this package fragment, i.e., not including the modular class file "module-info.class".
- getOriginal(IJavaElement) - Method in interface org.eclipse.jdt.core.IWorkingCopy
-
Deprecated.Use
IJavaElement.getPrimaryElement()
instead. - getOriginalElement() - Method in interface org.eclipse.jdt.core.IWorkingCopy
-
Deprecated.Use
IJavaElement.getPrimaryElement()
instead. - getOriginalList() - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
-
Returns the original nodes in the list property managed by this rewriter.
- getOriginatingFileName() - Method in interface org.eclipse.jdt.core.compiler.IProblem
-
Answer the file name in which the problem was found.
- getOtherElements() - Method in class org.eclipse.jdt.core.search.TypeReferenceMatch
-
Returns other elements also enclosing the type reference.
- getOuterClassName() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
-
Answer back the outer class name of this inner classes attribute as specified in the JVM specifications, null if outer class name index is equals to zero.
- getOuterClassNameIndex() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
-
Answer back the outer class name index of this inner classes attribute as specified in the JVM specifications.
- getOutlinePresenter(ISourceViewer, boolean) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
Returns the outline presenter which will determine and shown information requested for the current cursor position.
- getOutputDirectories(IJavaProject) - Static method in class org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookup
- getOutputLocation() - Method in interface org.eclipse.jdt.core.IClasspathEntry
-
Returns the full path to the specific location where the builder writes
.class
files generated for this source entry (entry kindIClasspathEntry.CPE_SOURCE
). - getOutputLocation() - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns the default output location for this project as a workspace- relative absolute path.
- getOutputLocation() - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
-
Returns the currently configured output location.
- getOutputLocation() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
-
Deprecated.Returns the currently configured output location.
- getOutputLocation() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Returns the source class path entries to be added on new projects.
- getOverrideDependencies() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Gets the fOverrideDependencies.
- getOverrideIndicators(IMethod) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
-
Note: This method is for internal use only.
- getOverviewRulerAnnotationHover(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getOwnedMonitors() - Method in interface org.eclipse.jdt.debug.core.IJavaThread
-
Returns the monitors owned by this thread or
null
if this thread owns no monitors. - getOwnedMonitors(IThread) - Static method in class org.eclipse.jdt.debug.ui.JavaDebugUtils
-
Returns a collection of debug elements representing the monitors owned by the given thread's underlying
IJavaThread
, or an empty collection if none. - getOwner() - Method in interface com.sun.mirror.declaration.TypeParameterDeclaration
-
Returns the type, method, or constructor declaration within which this type parameter is declared.
- getOwner() - Method in interface org.eclipse.jdt.core.IBuffer
-
Returns the Java openable element owning of this buffer.
- getOwner() - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns
null
if thisICompilationUnit
is the primary working copy, or thisICompilationUnit
is not a working copy, otherwise theWorkingCopyOwner
- getOwningThread() - Method in interface org.eclipse.jdt.debug.core.IJavaObject
-
Returns the threads which owns for the monitor associated to this object, or
null
if no thread owns the monitor. - getOwnModuleDescription() - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns the
IModuleDescription
owned by this project or null if the Java project doesn't own a valid Java module descriptor. - getPackage() - Method in interface com.sun.mirror.declaration.TypeDeclaration
-
Returns the package within which this type is declared.
- getPackage() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
Returns the node for the package declaration of this compilation unit, or
null
if this compilation unit is in the default package. - getPackage() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the binding for the package in which this type is declared.
- getPackage() - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor
-
Returns the package where the extracted class will be created in if {
ExtractClassDescriptor.isCreateTopLevel()
returnstrue
. - getPackage(String) - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
-
Returns the declaration of a package given its fully qualified name.
- getPackageContent(IPackageFragment) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
-
Evaluates all children of a given
IPackageFragment
. - getPackageDeclaration(String) - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns the first package declaration in this compilation unit with the given package name (there normally is at most one package declaration).
- getPackageDeclarations() - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns the package declarations in this compilation unit in the order in which they appear in the source.
- getPackageFragment() - Method in interface org.eclipse.jdt.core.IType
-
Returns the package fragment in which this element is defined.
- getPackageFragment() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the package fragment corresponding to the current input.
- getPackageFragment(String) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
-
Returns the package fragment with the given package name.
- getPackageFragmentLabel(IPackageFragment, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a package fragment to a
StringBuffer
. - getPackageFragmentLabel(IPackageFragment, long, StyledString) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a package fragment to a
StyledString
. - getPackageFragmentRoot() - Method in interface org.eclipse.jdt.core.IJarEntryResource
-
Returns the package fragment root this jar entry resource belongs to.
- getPackageFragmentRoot() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
-
Returns the package fragment root of the stored type.
- getPackageFragmentRoot() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
-
Returns the package fragment root this container searches for source.
- getPackageFragmentRoot() - Method in class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
-
Deprecated.Returns the package fragment root associated with this source location, or
null
if none - getPackageFragmentRoot() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
-
Returns the
IPackageFragmentRoot
that corresponds to the current value of the source folder field. - getPackageFragmentRoot(String) - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns a package fragment root for an external library (a ZIP archive - e.g. a
.jar
, a.zip
file, etc. - or - since 3.4 - a class folder) at the specified file system path. - getPackageFragmentRoot(IResource) - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns a package fragment root for the given resource, which must either be a folder representing the top of a package hierarchy, or a ZIP archive (e.g. a
.jar
, a.zip
file, etc.) - getPackageFragmentRootContent(IPackageFragmentRoot) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
-
Evaluates all children of a given
IPackageFragmentRoot
. - getPackageFragmentRootLabel(IPackageFragmentRoot, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a package fragment root to a
StringBuffer
. - getPackageFragmentRootLabel(IPackageFragmentRoot, long, StyledString) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a package fragment root to a
StyledString
. - getPackageFragmentRoots() - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns all of the package fragment roots contained in this project, identified on this project's resolved classpath.
- getPackageFragmentRoots(IClasspathEntry) - Method in interface org.eclipse.jdt.core.IJavaProject
-
Deprecated.
- getPackageFragmentRoots(IJavaProject) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
-
Evaluates all children of a given
IJavaProject
. - getPackageFragmentRootText() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
-
Returns the current text of source folder text field.
- getPackageFragments() - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns all package fragments in all package fragment roots contained in this project.
- getPackageIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry3
-
Returns the index for a CONSTANT_Package type entry.
- getPackageIndices() - Method in interface org.eclipse.jdt.core.util.IModulePackagesAttribute
-
Answer back the array of package indices.
- getPackageLabel() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the label that is used for the package input field.
- getPackageName() - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
-
Returns the name of the package in which code snippets are to be compiled and run.
- getPackageName() - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
-
The parameter object class will be created in this package if the top level is
true
. - getPackageName() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
-
Returns the package name of the stored type.
- getPackageName() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry3
-
Returns the name of a CONSTANT_Package type entry.
- getPackageName() - Method in interface org.eclipse.jdt.core.util.IPackageVisibilityInfo
-
Answer back the exports/opens package.
- getPackageName() - Method in interface org.eclipse.jdt.ui.dialogs.ITypeInfoRequestor
-
Returns the package name.
- getPackageNames() - Method in interface org.eclipse.jdt.core.util.IModulePackagesAttribute
-
Answer back the names of packages.
- getPackageRoot(IPath) - Method in interface org.eclipse.jdt.launching.ILibraryLocationResolver
-
Returns the path inside the
source
zip file where packages names begin, must not benull
- usePath.EMPTY
For example, if the source forjava.lang.Object
source is found atsrc/java/lang/Object.java
in the zip file, the package root would besrc
. - getPackageRootPath() - Method in class org.eclipse.jdt.launching.LibraryLocation
-
Returns the path to the default package in the sources zip file
- getPackagesCount() - Method in interface org.eclipse.jdt.core.util.IModulePackagesAttribute
-
Answer back the number of packages exported or opened.
- getPackagesToSeal() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Gets the packages which should be sealed.
- getPackagesToUnseal() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Gets the packages which should explicitly be unsealed.
- getPackageText() - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
-
Returns the content of the package input field.
- getPackageText() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the text of the package input field.
- getParameter() - Method in class org.eclipse.jdt.core.dom.EnhancedForStatement
-
Returns the formal parameter in this enhanced for statement.
- getParameterAnnotations() - Method in interface org.eclipse.jdt.core.util.IRuntimeInvisibleParameterAnnotationsAttribute
-
Answer back the parameter annotations.
- getParameterAnnotations() - Method in interface org.eclipse.jdt.core.util.IRuntimeVisibleParameterAnnotationsAttribute
-
Answer back the parameter annotations.
- getParameterAnnotations(int) - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
Returns the resolved declaration annotations of a parameter of this method.
- getParameterCount(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Returns the number of parameter types in the given method signature.
- getParameterCount(String) - Static method in class org.eclipse.jdt.core.Signature
-
Returns the number of parameter types in the given method signature.
- getParameterIndex() - Method in interface org.eclipse.jdt.core.util.IExtendedAnnotation
-
Answer back the method parameter index.
- getParameterName() - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
-
Returns the name of the parameter.
- getParameterName(int) - Method in interface org.eclipse.jdt.core.util.IMethodParametersAttribute
-
Answer back the name for the i'th parameter.
- getParameterNames() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
Returns the ordered list of parameter names for this method.
- getParameterNames() - Method in interface org.eclipse.jdt.core.IMethod
-
Returns the names of parameters in this method.
- getParameterNames() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
-
Deprecated.Returns the names of parameters in this method in the order they are declared, or
null
if no parameters are declared. - getParameters() - Method in interface com.sun.mirror.declaration.ExecutableDeclaration
-
Returns the formal parameters of this method or constructor.
- getParameters() - Method in interface org.eclipse.jdt.core.IMethod
-
Returns the parameters of this method.
- getParameters() - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
-
Returns the parameters.
- getParametersNumber() - Method in interface org.eclipse.jdt.core.util.IRuntimeInvisibleParameterAnnotationsAttribute
-
Answer back the number of parameters as described in the JVM specifications.
- getParametersNumber() - Method in interface org.eclipse.jdt.core.util.IRuntimeVisibleParameterAnnotationsAttribute
-
Answer back the number of parameters as described in the JVM specifications.
- getParameterTypes() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
Returns a list of type bindings representing the formal parameter types, in declaration order, of this method or constructor.
- getParameterTypes() - Method in interface org.eclipse.jdt.core.IMethod
-
Returns the type signatures for the parameters of this method.
- getParameterTypes() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
-
Deprecated.Returns the type names for the parameters of this method in the order they are declared, or
null
if no parameters are declared. - getParameterTypes(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the parameter type signatures from the given method signature.
- getParameterTypes(String) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the parameter type signatures from the given method signature.
- getParent() - Method in class org.eclipse.jdt.core.dom.ASTNode
-
Returns this node's parent node, or
null
if this is the root node. - getParent() - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
-
Returns the parent of the list for which this list rewriter was created.
- getParent() - Method in interface org.eclipse.jdt.core.IJarEntryResource
-
Returns the parent of this jar entry resource.
- getParent() - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns the element directly containing this element, or
null
if this element has no parent. - getParent() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.Returns the parent of this node.
- getParent(Object) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
- getParentClasspassEntry() - Method in class org.eclipse.jdt.ui.wizards.ClasspathAttributeConfiguration.ClasspathAttributeAccess
-
Returns the classpath entry the current attribute is part of
- getParentContainer() - Method in interface org.eclipse.jdt.junit.model.ITestElement
-
Returns the parent test element container or
null
if the test element is the test run session. - getParseError() - Method in class org.eclipse.jdt.core.manipulation.OrganizeImportsOperation
-
After executing the operation, returns
null
if the operation has been executed successfully or the range where parsing failed. - getParser() - Method in class org.eclipse.jdt.core.search.SearchDocument
- getParticipant() - Method in class org.eclipse.jdt.core.search.SearchDocument
-
Returns the participant that created this document.
- getParticipant() - Method in class org.eclipse.jdt.core.search.SearchMatch
-
Returns the search participant which issued this search match.
- getPartitionManagingPositionCategories() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
-
Deprecated.As of 3.0, replaced by
TextUtilities.computePartitionManagingCategories(IDocument)
- getPartitionScanner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
-
Returns a scanner which is configured to scan Java-specific partitions, which are multi-line comments, Javadoc comments, and regular Java source code.
- getPath() - Method in interface org.eclipse.jdt.core.IClasspathContainer
-
Answers the container path identifying this container.
- getPath() - Method in interface org.eclipse.jdt.core.IClasspathEntry
-
Returns the path of this classpath entry.
- getPath() - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns the path to the innermost resource enclosing this element.
- getPath() - Method in interface org.eclipse.jdt.core.IJavaModelStatus
-
Returns the path associated with the failure (see specification of the status code), or
null
if the failure is not one ofDEVICE_PATH
,INVALID_PATH
,PATH_OUTSIDE_PROJECT
, orRELATIVE_PATH
. - getPath() - Method in class org.eclipse.jdt.core.search.SearchDocument
-
Returns the path to the original document to publicly mention in index or search results.
- getPath() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Returns the path associated with this entry, or
null
if none. - getPath() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
-
Returns the classpath container's path
- getPath() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
-
Returns the variable this container references as a path.
- getPath() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
- getPattern() - Method in class org.eclipse.jdt.core.dom.GuardedPattern
-
Returns the pattern of this Guarded Pattern, or
empty
if there is none. - getPattern() - Method in class org.eclipse.jdt.core.dom.PatternInstanceofExpression
-
Returns the pattern of this instanceof expression.
- getPattern() - Method in interface org.eclipse.jdt.core.IAccessRule
-
Returns the file pattern for this access rule.
- getPattern() - Method in interface org.eclipse.jdt.debug.core.IJavaPatternBreakpoint
-
Deprecated.Returns the type name pattern this breakpoint uses to identify types in which to install itself.
- getPattern() - Method in interface org.eclipse.jdt.debug.core.IJavaStratumLineBreakpoint
-
Returns the type name pattern this breakpoint uses to identify types in which to install itself.
- getPattern() - Method in class org.eclipse.jdt.ui.search.PatternQuerySpecification
-
Returns the search pattern the query should search for.
- getPattern(IJavaDebugTarget) - Method in interface org.eclipse.jdt.debug.core.IJavaTargetPatternBreakpoint
-
Returns the type name pattern this breakpoint uses to identify types in which to install itself in the given target
- getPatternType() - Method in class org.eclipse.jdt.core.dom.RecordPattern
-
Returns the pattern type of Types Pattern.
- getPatternVariable() - Method in class org.eclipse.jdt.core.dom.TypePattern
-
Returns the pattern variable of Types Pattern.
- getPatternVariable2() - Method in class org.eclipse.jdt.core.dom.TypePattern
-
Returns the pattern variable of Types Pattern.
- getPermittedSubclassAttributesEntries() - Method in interface org.eclipse.jdt.core.util.IPermittedSubclassesAttribute
-
Answer back the array of permitted subclass attribute entries as specified in the JVM specifications, or an empty array if none.
- getPermittedSubclassesAttribute() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the permitted subclasses attribute of this .class file, null if none.
- getPermittedSubclassName() - Method in interface org.eclipse.jdt.core.util.IPermittedSubclassesAttributeEntry
-
Answer back the permitted subclass name as specified in the JVM specifications.
- getPermittedSubtypeNames() - Method in interface org.eclipse.jdt.core.IType
-
Returns the names of types that this sealed type permits to be its sub types.
- getPhase() - Method in interface org.eclipse.jdt.apt.core.env.EclipseAnnotationProcessorEnvironment
-
Indicate whether the processor is being called during a build or during editing (that is, during reconcile).
- getPlugin() - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the single instance of the Java core plug-in runtime class.
- getPluginIdentifier() - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Returns the identifier for the JDI debug model plug-in
- getPluginIdentifier() - Method in class org.eclipse.jdt.launching.AbstractVMRunner
-
Returns the identifier of the plug-in this VM runner originated from.
- getPosition() - Method in interface com.sun.mirror.declaration.AnnotationMirror
-
Returns the source position of the beginning of this annotation.
- getPosition() - Method in interface com.sun.mirror.declaration.AnnotationValue
-
Returns the source position of the beginning of this annotation value.
- getPosition() - Method in interface com.sun.mirror.declaration.Declaration
-
Returns the source position of the beginning of this declaration.
- getPosition(int, int) - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
Given a line number and column number, returns the corresponding position in the original source string.
- getPreference(String, IJavaProject) - Static method in class org.eclipse.jdt.core.manipulation.JavaManipulation
-
Returns the value for the given key in the given context for the JDT UI plug-in.
- getPreference(String, IJavaProject) - Static method in class org.eclipse.jdt.ui.PreferenceConstants
-
Returns the value for the given key in the given context.
- getPreferenceNodeId() - Static method in class org.eclipse.jdt.core.manipulation.JavaManipulation
- getPreferences() - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Deprecated.the
Preferences
class has been deprecated, use theIEclipsePreferences
accessors instead - getPreferences() - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the preference store for the launching plug-in.
- getPreferenceStore() - Static method in class org.eclipse.jdt.debug.ui.JavaDebugUtils
-
Returns the preference store for the Java Debug UI plug-in.
- getPreferenceStore() - Static method in class org.eclipse.jdt.ui.PreferenceConstants
-
Returns the JDT-UI preference store.
- getPreferenceStore() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
Deprecated.As of 3.0
- getPreferenceStore() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
-
Returns this text tool's preference store.
- getPresentationReconciler(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getPreview() - Method in interface org.eclipse.jdt.ui.cleanup.ICleanUpConfigurationUI
-
A code snippet which complies to the current settings.
- getPreviewContent() - Method in class org.eclipse.jdt.core.manipulation.CUCorrectionProposalCore
-
Creates a preview of the content of the compilation unit after applying the change.
- getPreviewContent() - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
-
Creates a preview of the content of the compilation unit after applying the change.
- getPreviousNode() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.Returns the sibling node immediately preceding this node.
- getPrimary() - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns the primary compilation unit (whose owner is the primary owner) this working copy was created from, or this compilation unit if this a primary compilation unit.
- getPrimaryElement() - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns the primary element (whose compilation unit is the primary compilation unit) this working copy element was created from, or this element if it is a descendant of a primary compilation unit or if it is not a descendant of a working copy (e.g. it is a binary member).
- getPrimitiveType(PrimitiveType.Kind) - Method in interface com.sun.mirror.util.Types
-
Returns a primitive type.
- getPrimitiveTypeCode() - Method in class org.eclipse.jdt.core.dom.PrimitiveType
-
Returns the primitive type code.
- getProblemArguments(IMarker) - Static method in class org.eclipse.jdt.core.CorrectionEngine
-
Helper method for decoding problem marker attributes.
- getProblemRequestor(ICompilationUnit) - Method in class org.eclipse.jdt.core.WorkingCopyOwner
-
Returns the problem requestor used by a working copy of this working copy owner.
- getProblems() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
Returns the list of detailed problem reports noted by the compiler during the parsing or the type checking of this compilation unit.
- getProblems(String) - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
-
Returns the problems to be reported to the problem requestor of the reconcile operation for the given marker type.
- getProcessor() - Method in class org.eclipse.jdt.core.dom.StringTemplateExpression
-
Returns the String template processor of this string template expression.
- getProcessorFor(Set<AnnotationTypeDeclaration>, AnnotationProcessorEnvironment) - Method in interface com.sun.mirror.apt.AnnotationProcessorFactory
-
Returns an annotation processor for a set of annotation types.
- getProcessorFor(Set<AnnotationTypeDeclaration>, EclipseAnnotationProcessorEnvironment) - Method in interface org.eclipse.jdt.apt.core.env.EclipseAnnotationProcessorFactory
-
Returns an annotation processor for a set of annotation types.
- getProcessorOptions(IJavaProject) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
- getProcessorOptions(IJavaProject, boolean) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
-
Get the options that are presented to annotation processors by the AnnotationProcessorEnvironment.
- getProfileProperties() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
-
Returns the OSGi profile properties associated with this execution environment or
null
if none. - getProgramArguments() - Method in class org.eclipse.jdt.launching.ExecutionArguments
-
Returns the program arguments as one string.
- getProgramArguments() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Returns the arguments to the Java program.
- getProgramArguments(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the program arguments specified by the given launch configuration, as a string.
- getProgramArgumentsArray() - Method in class org.eclipse.jdt.launching.ExecutionArguments
-
Returns the program arguments as an array of individual arguments.
- getProgressMonitor() - Method in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
-
Deprecated.Returns the progress monitor used to report progress.
- getProgressState() - Method in interface org.eclipse.jdt.junit.model.ITestElement
-
Returns the progress state of this test element.
- getProject() - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
-
Returns the Java project this evaluation context was created for.
- getProject() - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns the
IProject
on which thisIJavaProject
was created. - getProject() - Method in class org.eclipse.jdt.ui.text.java.JavaContentAssistInvocationContext
-
Returns the project of the compilation unit that content assist is invoked in,
null
if none. - getProject() - Method in class org.eclipse.jdt.ui.wizards.NewModuleInfoWizardPage
- getProjectHandle() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
-
Deprecated.Returns the project handle.
- getProjectJavadocLocation(IJavaProject) - Static method in class org.eclipse.jdt.ui.JavaUI
-
Returns the Javadoc location for a Java project or
null
if no location is available. - getProjectLocationURI() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Returns the current project location path as entered by the user, or
null
if the project should be created in the workspace. - getProjectName() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Gets a project name for the new project.
- getProjectOutputDirectory(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Return the String representation of the default output directory of the launch config's project or
null
if there is no configuration, no project or some sort of problem. - getProjectsForProblemSearch(ILaunchConfiguration, String) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
- getProperties() - Method in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
-
Returns a map of properties defined in this execution environment description.
- getProperty() - Method in class org.eclipse.jdt.launching.PropertyChangeEvent
-
Returns the name of the property that changed.
- getProperty(String) - Method in class org.eclipse.jdt.core.dom.ASTNode
-
Returns the value of the named property of this node, or
null
if none. - getProperty(String) - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
-
Returns the value of the named property of this rewrite, or
null
if none. - getProperty(String) - Method in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
-
Returns the specified property from this description, or
null
if none. - getProvidedServiceNames() - Method in interface org.eclipse.jdt.core.IModuleDescription
-
Get provided service names for this module.
- getProvidedVMPackages(IVMInstall, String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the names of all packages publicly exported by the given
vmInstall
, optionally restricted to the given release version. - getProvideMembers() - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
-
Returns whether members are provided when asking for a compilation units or class file for its children.
- getProvidesCount() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the provides count.
- getProvidesInfo() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the array of provides infos of the .class file, an empty array if none.
- getProvideWorkingCopy() - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
-
Deprecated.Since 3.0 compilation unit children are always provided as working copies. The Java model does not support the 'original' mode anymore.
- getQualifiedName() - Method in interface com.sun.mirror.declaration.PackageDeclaration
-
Returns the fully qualified name of this package.
- getQualifiedName() - Method in interface com.sun.mirror.declaration.TypeDeclaration
-
Returns the fully qualified name of this class or interface declaration.
- getQualifiedName() - Method in exception com.sun.mirror.type.MirroredTypeException
-
Returns the fully qualified name of the type being accessed.
- getQualifiedName() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the fully qualified name of the type represented by this binding if it has one.
- getQualifiedNames() - Method in exception com.sun.mirror.type.MirroredTypesException
-
Returns the fully qualified names of the types being accessed.
- getQualifier() - Method in class org.eclipse.jdt.core.dom.MemberRef
-
Returns the qualifier of this member reference, or
null
if there is none. - getQualifier() - Method in class org.eclipse.jdt.core.dom.MethodRef
-
Returns the qualifier of this method reference, or
null
if there is none. - getQualifier() - Method in class org.eclipse.jdt.core.dom.NameQualifiedType
-
Returns the qualifier of this name-qualified type.
- getQualifier() - Method in class org.eclipse.jdt.core.dom.QualifiedName
-
Returns the qualifier part of this qualified name.
- getQualifier() - Method in class org.eclipse.jdt.core.dom.QualifiedType
-
Returns the qualifier of this qualified type.
- getQualifier() - Method in class org.eclipse.jdt.core.dom.SuperFieldAccess
-
Returns the qualifier of this "super" field access expression, or
null
if there is none. - getQualifier() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
-
Returns the qualifier of this "super" method invocation expression, or
null
if there is none. - getQualifier() - Method in class org.eclipse.jdt.core.dom.SuperMethodReference
-
Returns the qualifier of this "super" method reference, or
null
if there is none. - getQualifier() - Method in class org.eclipse.jdt.core.dom.ThisExpression
-
Returns the qualifier of this "this" expression, or
null
if there is none. - getQualifier(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Returns a char array containing all but the last segment of the given dot-separated qualified name.
- getQualifier(String) - Static method in class org.eclipse.jdt.core.Signature
-
Returns a string containing all but the last segment of the given dot-separated qualified name.
- getQuickAssistAssistant(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getRank() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the rank associated with this wildcard type.
- getRawClasspath() - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns the raw classpath for the project, as a list of classpath entries.
- getRawClassPath() - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
-
Returns the currently configured classpath.
- getRawClassPath() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
-
Deprecated.Returns the currently configured classpath.
- getRawClasspathEntry() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
-
Returns the first raw classpath entry that corresponds to this package fragment root.
- getRawParameterNames() - Method in interface org.eclipse.jdt.core.IMethod
-
Returns the names of parameters in this method.
- getRawProcessorOptions(IJavaProject) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
-
Get the options that are presented to annotation processors by the AnnotationProcessorEnvironment.
- getRawTokenSource() - Method in interface org.eclipse.jdt.core.compiler.IScanner
-
Answers the current identifier source, before unicode escape sequences have been translated into unicode characters.
- getReceiver() - Method in interface org.eclipse.jdt.debug.core.IJavaFieldVariable
-
Returns the object that contains this field variable, or
null
if no object contains this field variable (static field variable). - getReceiverEnd() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the character index of the end (exclusive) of the subrange in the source file buffer containing the relevant receiver of the member being completed
- getReceiverQualifier() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
-
Returns the qualifying name, if any, for the explicit receiver or
null
if not used (added in JLS8 API). - getReceiverSignature() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the type signature or package name of the relevant receiver in the context, or
null
if none. - getReceiverStart() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the character index of the start of the subrange in the source file buffer containing the relevant receiver of the member being completed.
- getReceiverType() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
-
Returns the receiver type explicitly declared in the method or constructor declaration (added in JLS8 API).
- getReceivingType() - Method in interface org.eclipse.jdt.debug.core.IJavaFieldVariable
-
Returns the type that contains this field variable.
- getReceivingTypeName() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns the fully qualified name of the type that is the receiving object associated with this stack frame
- getReconcileFlags() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
-
Returns the reconcile flag of this context.
- getReconciler(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getReconcilingJavaElement() - Method in class org.eclipse.jdt.core.manipulation.CoreASTProvider
- getRecordAttribute() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the record attribute of this .class file, null if none.
- getRecordComponent(String) - Method in interface org.eclipse.jdt.core.IType
-
Returns the record component with the specified name in this type (for example,
"bar"
). - getRecordComponents() - Method in interface org.eclipse.jdt.core.IType
-
Returns the record components declared by this record class, or an empty array if this is not a record.
- getRefactoredJavaElement(IJavaElement) - Method in interface org.eclipse.jdt.core.refactoring.IJavaElementMapper
-
Returns the refactored Java element for the given element.
- getRefactoringDescriptors() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Returns the refactoring descriptors to export.
- getRefactoringProjects() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Returns the projects for which refactoring information should be stored.
- getReferencedClasspathEntries() - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns the list of referenced classpath entries stored in the .classpath file of
this
java project. - getReferencedClasspathEntries(IClasspathEntry, IJavaProject) - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns an array of classpath entries that are referenced directly or indirectly by a given classpath entry.
- getReferencedModules(IJavaProject) - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns an array of module names referenced by this project indirectly.
- getReferenceIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry2
-
Returns the reference index.
- getReferenceKind() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry2
-
Returns the reference kind.
- getReferenceType() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns the type in which this stack frame's method is declared.
- getReferencingEntry() - Method in interface org.eclipse.jdt.core.IClasspathEntry
-
Returns the classpath entry that is making a reference to this classpath entry.
- getReferringObjects(long) - Method in interface org.eclipse.jdt.debug.core.IJavaObject
-
Returns objects that directly reference this object.
- getRefreshAction() - Method in class org.eclipse.jdt.ui.actions.BuildActionGroup
-
Returns the refresh action managed by this group.
- getRegisteredContainerIds() - Static method in interface org.eclipse.jdt.core.IClasspathContainer
-
Answer the IDs of all registered classpath containers (extensions at extension point
JavaModelManager.CPCONTAINER_INITIALIZER_EXTPOINT_ID
). - getRelevance() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the relative relevance rating of this proposal.
- getRelevance() - Method in class org.eclipse.jdt.core.manipulation.ChangeCorrectionProposalCore
- getRelevance() - Method in class org.eclipse.jdt.ui.text.java.ClasspathFixProcessor.ClasspathFixProposal
-
Returns the relevance of this completion proposal.
- getRelevance() - Method in interface org.eclipse.jdt.ui.text.java.IJavaCompletionProposal
-
Returns the relevance of this completion proposal.
- getRemovedChildren() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
-
Returns deltas for the children which have been removed.
- getRemovedImports() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Returns all non-static imports that are recorded to be removed.
- getRemovedStaticImports() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
Returns all static imports that are recorded to be removed.
- getReplaceEnd() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the character index of the end of the subrange in the source file buffer to be replaced by the completion string.
- getReplaceStart() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the character index of the start of the subrange in the source file buffer to be replaced by the completion string.
- getRequestTimeout() - Method in interface org.eclipse.jdi.VirtualMachine
- getRequestTimeout() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
-
Returns the timeout value for JDI requests in milliseconds, or -1 if not supported.
- getRequiredModuleNames() - Method in interface org.eclipse.jdt.core.IModuleDescription
-
Answer the names of all modules directly required from this module.
- getRequiredModules() - Method in interface org.eclipse.jdt.core.dom.IModuleBinding
-
Returns all required modules.
- getRequiredModules(IModuleDescription) - Static method in class org.eclipse.jdt.core.provisional.JavaModelAccess
-
Deprecated.this provisional API has been promoted to
IModuleDescription.getRequiredModuleNames()
- getRequiredModulesFromJar(File) - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the names of the modules required by the module-info.class in the jar.
- getRequiredProjectNames() - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns the names of the projects that are directly required by this project.
- getRequiredProposals() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the required completion proposals.
- getRequirements() - Method in interface org.eclipse.jdt.ui.cleanup.ICleanUp
-
The requirements of this clean up.
- getRequiresCount() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the requires count.
- getRequiresFlags() - Method in interface org.eclipse.jdt.core.util.IRequiresInfo
-
Answer back the requires flags.
- getRequiresIndex() - Method in interface org.eclipse.jdt.core.util.IRequiresInfo
-
Answer back the requires index.
- getRequiresInfo() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the array of requires infos of the .class file, an empty array if none.
- getRequiresModuleName() - Method in interface org.eclipse.jdt.core.util.IRequiresInfo
-
Answer back the requires module name.
- getRequiresVersionIndex() - Method in interface org.eclipse.jdt.core.util.IRequiresInfo
-
Answer back the requires version index.
- getRequiresVersionValue() - Method in interface org.eclipse.jdt.core.util.IRequiresInfo
-
Answer back the requires version string.
- getResolvedClasspath(boolean) - Method in interface org.eclipse.jdt.core.IJavaProject
-
This is a helper method returning the resolved classpath for the project as a list of simple (non-variable, non-container) classpath entries.
- getResolvedClasspathEntry() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
-
Returns the first resolved classpath entry that corresponds to this package fragment root.
- getResolvedClasspathEntry(IClasspathEntry) - Static method in class org.eclipse.jdt.core.JavaCore
-
This is a helper method, which returns the resolved classpath entry denoted by a given entry (if it is a variable entry).
- getResolvedEntry() - Method in interface org.eclipse.jdt.core.IClasspathEntry
-
Deprecated.
- getResolvedVariablePath(IPath) - Static method in class org.eclipse.jdt.core.JavaCore
-
Resolve a variable path (helper method).
- getResource() - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns the innermost resource enclosing this element.
- getResource() - Method in class org.eclipse.jdt.core.search.SearchMatch
-
Returns the resource containing this search match.
- getResource() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Returns the resource associated with this entry, or
null
if none. - getResourceDeltas() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
-
Returns the collection of resource deltas.
- getResourcePath() - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameResourceDescriptor
-
Deprecated.Returns the path of the resource to rename.
- getRestrictedIdentifierStartPosition() - Method in class org.eclipse.jdt.core.dom.GuardedPattern
-
A character index into the original restricted identifier source string, or
-1
if no restricted identifier source position information is available for this node;-1
by default. - getRestrictedIdentifierStartPosition() - Method in class org.eclipse.jdt.core.dom.RecordDeclaration
- getRestrictedIdentifierStartPosition() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
-
A character index into the original restricted identifier source string, or
-1
if no restricted identifier source position information is available for this node;-1
by default. - getReturnType() - Method in interface com.sun.mirror.declaration.MethodDeclaration
-
Returns the formal return type of this method.
- getReturnType() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
Returns the binding for the return type of this method.
- getReturnType() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
-
Deprecated.In the JLS3 API, this method is replaced by
MethodDeclaration.getReturnType2()
, which may returnnull
. - getReturnType() - Method in interface org.eclipse.jdt.core.IMethod
-
Returns the type signature of the return value of this method.
- getReturnType() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
-
Deprecated.Returns the return type name, or
null
. - getReturnType(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the return type from the given method signature.
- getReturnType(String) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the return type from the given method signature.
- getReturnType2() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
-
Returns the return type of the method declared in this method declaration, exclusive of any extra array dimensions (added in JLS3 API).
- getRewrite() - Method in class org.eclipse.jdt.ui.text.java.correction.ASTRewriteCorrectionProposal
- getRewriteEventStore() - Method in class org.eclipse.jdt.core.dom.rewrite.ASTRewrite
-
Internal method.
- getRewrittenList() - Method in class org.eclipse.jdt.core.dom.rewrite.ListRewrite
-
Returns the nodes in the revised list property managed by this rewriter.
- getRightHandSide() - Method in class org.eclipse.jdt.core.dom.Assignment
-
Returns the right hand side of this assignment expression.
- getRightOperand() - Method in class org.eclipse.jdt.core.dom.InfixExpression
-
Returns the right operand of this infix expression.
- getRightOperand() - Method in class org.eclipse.jdt.core.dom.InstanceofExpression
-
Returns the right operand of this instanceof expression.
- getRightOperand() - Method in class org.eclipse.jdt.core.dom.PatternInstanceofExpression
-
Deprecated.
- getRoot() - Method in class org.eclipse.jdt.core.dom.ASTNode
-
Returns the root node at or above this node; returns this node if it is a root.
- getRootClasses() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns all classes in the graph which have no resolved superclass, in no particular order.
- getRootInterfaces() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns all interfaces in the graph which have no resolved superinterfaces, in no particular order.
- getRootPath() - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
-
Deprecated.Returns the location of the root source folder within the archive, or
null
if the root source folder is the root of the archive - getRootThreadGroups() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
-
Returns the top level thread groups in this target.
- getRoundState() - Method in class com.sun.mirror.apt.RoundCompleteEvent
-
Return round state.
- getRule() - Method in class org.eclipse.jdt.core.search.SearchMatch
-
Returns the rule used while creating the match.
- getRunnable() - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
-
Returns the runnable that will create the Java project or
null
if the page has not been initialized. - getRunnable() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
-
Deprecated.Returns the runnable that will create the Java project.
- getRunnable() - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
-
Returns a runnable that creates a package using the current settings.
- getRunnable() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the runnable that creates the type using the current settings.
- getRunnableContext() - Method in interface org.eclipse.jdt.ui.wizards.JavadocExportWizardPage.IJavadocExportWizardPageContainer
-
Returns a runnable context top be used inside this wizard for long running operations
- getRuntimeClasspathEntries(boolean) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry2
-
Returns the classpath entries this entry is composed of, or an empty collection if this entry is not a composite entry.
- getRuntimeClasspathEntries(ILaunchConfiguration) - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry2
-
Returns the classpath entries this entry is composed of, or an empty collection if this entry is not a composite entry.
- getScheduleRule() - Method in class org.eclipse.jdt.core.manipulation.OrganizeImportsOperation
- getSchedulingRule() - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns the scheduling rule associated with this Java element.
- getScope() - Method in class org.eclipse.jdt.ui.search.QuerySpecification
-
Returns the search scope to be used in the query.
- getScopeDescription() - Method in class org.eclipse.jdt.ui.search.QuerySpecification
-
Returns a human readable description of the search scope.
- getSealedModifierStatus() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
- getSealedSuperClassStatus() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
- getSealedSuperInterfaceStatus() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
- getSearchFor() - Method in class org.eclipse.jdt.ui.search.PatternQuerySpecification
-
Returns what kind of
IJavaElement
the query should search for. - getSelectedCleanUpCount() - Method in interface org.eclipse.jdt.ui.cleanup.ICleanUpConfigurationUI
-
Returns the number of selected clean ups.
- getSelectedJavaElements() - Method in interface org.eclipse.jdt.ui.wizards.JavadocExportWizardPage.IJavadocExportWizardPageContainer
-
Returns the Java elements selected for Javadoc generation
- getSelection() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AbstractVMInstallPage
-
Returns the edited or created VM install.
- getSelection() - Method in class org.eclipse.jdt.ui.actions.AbstractOpenWizardAction
-
Returns the configured selection.
- getSelection() - Method in class org.eclipse.jdt.ui.actions.ConvertingSelectionProvider
- getSelection() - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
-
Returns the selection provided by the site owning this action.
- getSelection() - Method in interface org.eclipse.jdt.ui.wizards.IClasspathContainerPage
-
Returns the edited or created classpath container entry.
- getSelection(IDocument) - Method in class org.eclipse.jdt.ui.text.java.correction.ChangeCorrectionProposal
- getSelectionEmptyMessage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaAppletLaunchShortcut
- getSelectionEmptyMessage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut
- getSelectionEmptyMessage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
-
Returns an error message to use when the selection does not contain a type that can be launched.
- getSelectionProvider() - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
-
Returns the selection provider managed by the site owning this action or the selection provider explicitly set in
SelectionDispatchAction.setSpecialSelectionProvider(ISelectionProvider)
. - getSelectionValidator() - Method in class org.eclipse.jdt.ui.dialogs.TypeSelectionExtension
-
Returns the selection validator or
null
if selection validation is not required. - getServiceName() - Method in interface org.eclipse.jdt.core.util.IProvidesInfo
-
Answer back the service class/interface
- getServices() - Method in interface org.eclipse.jdt.core.dom.IModuleBinding
-
Returns the services provided by this module.
- getSetterComment(ICompilationUnit, String, String, String, String, String, String, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the comment for a setter method using the setter method body template.
- getSetterComment(ICompilationUnit, String, String, String, String, String, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the comment for a setter method using the setter method body template.
- getSetterMethodBodyContent(ICompilationUnit, String, String, String, String, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the content of body for a setter method using the setter method body template.
- getSetterMethodBodyContent(ICompilationUnit, String, String, String, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the content of body for a setter method using the setter method body template.
- getSharedImages() - Static method in class org.eclipse.jdt.ui.JavaUI
-
Returns the shared images for the Java UI.
- getSharedWorkingCopies() - Static method in class org.eclipse.jdt.ui.JavaUI
-
Deprecated.Use
JavaCore.getWorkingCopies(org.eclipse.jdt.core.WorkingCopyOwner)
instead withnull
as argument for owner. - getSharedWorkingCopies(IBufferFactory) - Static method in class org.eclipse.jdt.core.JavaCore
-
Deprecated.Use
JavaCore.getWorkingCopies(WorkingCopyOwner)
instead - getSharedWorkingCopiesOnClasspath() - Static method in class org.eclipse.jdt.ui.JavaUI
-
Deprecated.Use
JavaCore.getWorkingCopies(org.eclipse.jdt.core.WorkingCopyOwner)
instead and filter the list withIJavaProject.isOnClasspath(IJavaElement)
. - getSharedWorkingCopy(IProgressMonitor, IBufferFactory, IProblemRequestor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
-
Deprecated.
- getShell() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
-
Convenience method to return the active workbench window shell.
- getShell() - Method in class org.eclipse.jdt.ui.actions.AbstractOpenWizardAction
-
Returns the configured shell.
- getShell() - Method in class org.eclipse.jdt.ui.actions.OpenAttachedJavadocAction
-
Returns the shell provided by the site owning this action.
- getShell() - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
-
Returns the shell provided by the site owning this action.
- getShortValue() - Method in interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue
-
Returns this value as a short
- getSignature() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the signature of the method or type relevant in the context, or
null
if none. - getSignature() - Method in interface org.eclipse.jdt.core.IMethod
-
Returns the signature of this method.
- getSignature() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
-
Answer back the signature of this entry as specified in the JVM specifications.
- getSignature() - Method in interface org.eclipse.jdt.core.util.ISignatureAttribute
-
Answer back the signature as described in the JVM specifications.
- getSignature() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns the JNI signature for the method this stack frame is associated with.
- getSignature() - Method in interface org.eclipse.jdt.debug.core.IJavaType
-
Returns the JNI-style signature for this type.
- getSignature() - Method in interface org.eclipse.jdt.debug.core.IJavaValue
-
Returns the JNI-style signature for the type of this value, or
null
if the value isnull
. - getSignature() - Method in interface org.eclipse.jdt.debug.core.IJavaVariable
-
Returns the JNI-style signature for the declared type of this variable, or
null
if the type associated with the signature is not yet loaded in the target VM. - getSignatureIndex() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
-
Answer back the signature index in the constant pool of this entry as specified in the JVM specifications.
- getSignatureIndex() - Method in interface org.eclipse.jdt.core.util.ISignatureAttribute
-
Answer back the signature index as described in the JVM specifications.
- getSignatureQualifier(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Returns package fragment of a type signature.
- getSignatureQualifier(String) - Static method in class org.eclipse.jdt.core.Signature
-
Returns package fragment of a type signature.
- getSignatureSimpleName(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Returns type fragment of a type signature.
- getSignatureSimpleName(String) - Static method in class org.eclipse.jdt.core.Signature
-
Returns type fragment of a type signature.
- getSimilarDeclarations() - Method in class org.eclipse.jdt.core.refactoring.RenameTypeArguments
-
Returns the similar declarations that get updated.
- getSimpleName() - Method in interface com.sun.mirror.declaration.Declaration
-
Returns the simple (unqualified) name of this declaration.
- getSimpleName(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Returns the last segment of the given dot-separated qualified name.
- getSimpleName(String) - Static method in class org.eclipse.jdt.core.Signature
-
Returns the last segment of the given dot-separated qualified name.
- getSimpleNames(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Returns all segments of the given dot-separated qualified name.
- getSimpleNames(String) - Static method in class org.eclipse.jdt.core.Signature
-
Returns all segments of the given dot-separated qualified name.
- getSimpleTypeName() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
-
Returns the name of the stored type.
- getSinglelineCommentScanner() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
Returns the Java single-line comment scanner for this configuration.
- getSinglelineCommentScanner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
-
Deprecated.As of 3.0, replaced by
JavaSourceViewerConfiguration.getSinglelineCommentScanner()
- getSite() - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
-
Returns the site owning this action.
- getSize() - Method in class org.eclipse.jdt.ui.JavaElementImageDescriptor
- getSnippet() - Method in interface org.eclipse.jdt.debug.eval.ICompiledExpression
-
Returns the source snippet from which this compiled expression was created.
- getSnippet() - Method in interface org.eclipse.jdt.debug.eval.IEvaluationResult
-
Returns the snippet that was evaluated.
- getSource() - Method in class com.sun.mirror.apt.RoundCompleteEvent
-
Return source.
- getSource() - Method in interface org.eclipse.jdt.core.compiler.IScanner
-
Answers the original source being processed (not a copy of it).
- getSource() - Method in interface org.eclipse.jdt.core.ISourceReference
-
Returns the source code associated with this element.
- getSourceAttachmentLocation() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Returns an absolute path in the local file system for the source attachment associated with this entry entry, or
null
if none. - getSourceAttachmentPath() - Method in interface org.eclipse.jdt.core.IClasspathEntry
-
Returns the path to the source archive or folder associated with this classpath entry, or
null
if this classpath entry has no source attachment. - getSourceAttachmentPath() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
-
Returns the absolute path to the source archive attached to this package fragment root's binary archive.
- getSourceAttachmentPath() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Returns the path to the source archive associated with this entry, or
null
if this classpath entry has no source attachment. - getSourceAttachmentRootLocation() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Returns a path relative to this entry's source attachment path for the root location containing source, or
null
if none. - getSourceAttachmentRootPath() - Method in interface org.eclipse.jdt.core.IClasspathEntry
-
Returns the path within the source archive or folder where package fragments are located.
- getSourceAttachmentRootPath() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
-
Returns the path within this package fragment root's source archive.
- getSourceAttachmentRootPath() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Returns the path within the source archive where package fragments are located.
- getSourceAttachmentStatus(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
-
Returns the source attachment attribute status according to this initializer.
- getSourceClasspathEntries() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Returns the source class path entries to be added on new projects.
- getSourceContainer(Object, boolean, IProgressMonitor) - Method in class org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookupParticipant
- getSourceContainerResolvers() - Method in class org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookupParticipant
- getSourceContainers(IRuntimeClasspathEntry[]) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns a collection of source containers corresponding to the given resolved runtime classpath entries.
- getSourceElement(IStackFrame) - Method in class org.eclipse.jdt.debug.ui.JavaUISourceLocator
-
Deprecated.
- getSourceElement(IStackFrame) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
-
Deprecated.
- getSourceElements(IStackFrame) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
-
Deprecated.Returns all source elements that correspond to the type associated with the given stack frame, or
null
if none. - getSourceEnd() - Method in interface org.eclipse.jdt.core.compiler.IProblem
-
Answer the end position of the problem (inclusive), or -1 if unknown.
- getSourceFileAttribute() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer the source file attribute, if it exists, null otherwise.
- getSourceFileIndex() - Method in interface org.eclipse.jdt.core.util.ISourceAttribute
-
Answer back the source file index of this attribute.
- getSourceFileName() - Method in interface org.eclipse.jdt.core.util.ISourceAttribute
-
Answer back the source file name of this attribute.
- getSourceLineNumber() - Method in interface org.eclipse.jdt.core.compiler.IProblem
-
Answer the line number in source where the problem begins.
- getSourceLocations() - Method in class org.eclipse.jdt.debug.ui.JavaUISourceLocator
-
Deprecated.Returns the locations that this source locator is currently searching, in the order that they are searched.
- getSourceLocations() - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
-
Deprecated.Returns the locations that this source locator is currently searching, in the order that they are searched.
- getSourceLookup(Object) - Static method in class org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookupParticipant
- getSourceLookupPathProvider(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the source lookup path provider for the given launch configuration.
- getSourceName() - Method in interface org.eclipse.jdt.debug.core.IJavaPatternBreakpoint
-
Deprecated.Returns the source file name in which this breakpoint is set.
- getSourceName() - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
-
Returns the unqualified name of the source file corresponding to this type, or
null
if source name debug attribute is not present. - getSourceName() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns the source name debug attribute associated with the declaring type of this stack frame, or
null
if the source name debug attribute not present. - getSourceName() - Method in interface org.eclipse.jdt.debug.core.IJavaStratumLineBreakpoint
-
Returns the simple name of the source file in which this breakpoint is set, or
null
. - getSourceName() - Method in interface org.eclipse.jdt.debug.core.IJavaTargetPatternBreakpoint
-
Returns the source file name in which this breakpoint is set.
- getSourceName(Object) - Method in class org.eclipse.jdt.launching.sourcelookup.advanced.AdvancedSourceLookupParticipant
- getSourceName(Object) - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaSourceLookupParticipant
-
Returns the source name associated with the given object, or
null
if none. - getSourceName(String) - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns the source name debug attribute associated with the declaring type of this stack frame in the specified stratum, or
null
if the source name debug attribute not present. - getSourceNames(String) - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
-
Returns the unqualified names of the source files corresponding to this type in the specified stratum, or
null
if the source name debug attribute is not present. - getSourceOrderDeclarationScanner(DeclarationVisitor, DeclarationVisitor) - Static method in class com.sun.mirror.util.DeclarationVisitors
-
Return a
DeclarationVisitor
that will scan the declaration structure, visiting declarations contained in another declaration in source code order. - getSourcePath() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns the source path debug attribute associated with this stack frame, or
null
if the source path is not known. - getSourcePath() - Method in interface org.eclipse.jdt.debug.core.IJavaStratumLineBreakpoint
-
Returns the qualified source file path in which this breakpoint is set, or
null
. - getSourcePath(String) - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns the source path debug attribute associated with this stack frame in the specified stratum, or
null
if the source path is not known. - getSourcePath(IPath) - Method in interface org.eclipse.jdt.launching.ILibraryLocationResolver
-
Returns the
IPath
of thezip
orjar
file containing the sources forlibrary
. - getSourcePaths(String) - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
-
Returns the qualified names of the source files corresponding to this type in the specified stratum, or
null
if the source name debug attribute is not present. - getSourcePosition() - Method in class org.eclipse.jdt.core.dom.Message
-
Deprecated.Use
Message.getStartPosition()
instead. - getSourceRange() - Method in interface org.eclipse.jdt.core.ISourceReference
-
Returns the source range associated with this element.
- getSourceStart() - Method in interface org.eclipse.jdt.core.compiler.IProblem
-
Answer the start position of the problem (inclusive), or -1 if unknown.
- getSpecificJREDescriptor() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
- getSpecifiedTypeDeclarations() - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
-
Returns the declarations of the types specified when the annotation processing tool was invoked.
- getStackItems() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
-
Answer back the verification infos for the stack items.
- getStackMapFrame() - Method in interface org.eclipse.jdt.core.util.IStackMapAttribute
-
Answer back the stack map frames for this attribute as specified in the JVM specifications.
- getStackMapFrame() - Method in interface org.eclipse.jdt.core.util.IStackMapTableAttribute
-
Answer back the stack map frames for this attribute as specified in the JVM specifications.
- getStartPC() - Method in interface org.eclipse.jdt.core.util.IExceptionTableEntry
-
Answer back the start pc of this entry.
- getStartPC() - Method in interface org.eclipse.jdt.core.util.ILocalVariableReferenceInfo
-
Answer back the start pc of this entry as specified in the JVM specifications.
- getStartPC() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTableEntry
-
Answer back the start pc of this entry as specified in the JVM specifications.
- getStartPC() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
-
Answer back the start pc of this entry as specified in the JVM specifications.
- getStartPosition() - Method in class org.eclipse.jdt.core.dom.ASTNode
-
Returns the character index into the original source file indicating where the source fragment corresponding to this node begins.
- getStartPosition() - Method in class org.eclipse.jdt.core.dom.Message
-
Returns the character index into the original source file.
- getStartPosition() - Method in interface org.eclipse.jdt.core.dom.rewrite.ITrackedNodePosition
-
Returns the original or modified start position of the tracked node depending if called before or after the rewrite is applied.
- getStartPosition() - Method in class org.eclipse.jdt.core.dom.rewrite.TargetSourceRangeComputer.SourceRange
-
Returns the start position.
- getStatementsRecoveryData() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
Internal method This method return internal data used to perform statements recovery.
- GETSTATIC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- getStatus() - Method in class org.eclipse.jdt.debug.ui.breakpoints.JavaBreakpointConditionEditor
-
Returns a status describing whether the condition editor is in a valid state.
- getStatus() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionReader
-
Returns the status of this reader.
- getStatus() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionWriter
-
Returns the status of this reader.
- getStatus() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarExportRunnable
-
Returns the current status of this operation.
- getStatus() - Method in class org.eclipse.jdt.ui.wizards.JavadocExportWizardPage
-
Returns the status of the page.
- getStatusList() - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
-
Returns all status to be consider for the validation.
- getStepDescriptions() - Method in interface org.eclipse.jdt.ui.cleanup.ICleanUp
-
Human readable description for each step this clean up will execute.
- getStepFilters() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
-
Returns the list of active step filters in this target.
- getStratum() - Method in interface org.eclipse.jdt.debug.core.IJavaStratumLineBreakpoint
-
Returns the stratum that this breakpoint's source name, source path, and line number are relative to, or
null
if this breakpoint is relative to a type's default stratum. - getString() - Method in interface org.eclipse.jdt.core.IJavaModelStatus
-
Deprecated.Use
IStatus.getMessage()
instead - getString(IJavaProject, String) - Static method in class org.eclipse.jdt.apt.core.util.AptConfig
-
Helper method to get a single preference setting, e.g., APT_GENSRCDIR.
- getStringFragment() - Method in class org.eclipse.jdt.core.dom.StringTemplateComponent
- getStringIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the string index for a CONSTANT_String type entry.
- getStringScanner() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
Returns the Java string scanner for this configuration.
- getStringScanner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
-
Deprecated.As of 3.0, replaced by
JavaSourceViewerConfiguration.getStringScanner()
- getStringValue() - Method in class org.eclipse.jdt.core.dom.TagProperty
-
Returns the string value of this tag property.
- getStringValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the string value for a CONSTANT_String type entry.
- getStructuralProperty(StructuralPropertyDescriptor) - Method in class org.eclipse.jdt.core.dom.ASTNode
-
Returns the value of the given structural property for this node.
- getStyledContainerEntryLabel(IPath, IJavaProject) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Returns the styled label of a classpath container.
- getStyledDisplayString() - Method in class org.eclipse.jdt.ui.text.java.correction.ChangeCorrectionProposal
- getStyledElementLabel(IJavaElement, long) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Returns the styled label for a Java element with the flags as defined by this class.
- getStyledText(Object) - Method in class org.eclipse.jdt.ui.JavaElementLabelProvider
-
Returns the styled text label for the given element
- getStyledTextLabel(Object, long) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Returns the styled label of the given object.
- getSubclasses(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns the direct resolved subclasses of the given class, in no particular order, limited to the classes in this type hierarchy's graph.
- getSubEnvironments() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironment
-
Returns a collection of execution environments that are subsets of this environment.
- getSubInterfaces() - Method in interface org.eclipse.jdt.debug.core.IJavaInterfaceType
-
Returns the interface objects associated with the sub-interfaces of this interface type.
- getSubtypes(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns the direct resolved subtypes of the given type, in no particular order, limited to the types in this type hierarchy's graph.
- getSubWordMatchingRegions(String, String) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers all the regions in a given name matching a subword pattern.
- getSuiteTypeName() - Method in interface org.eclipse.jdt.junit.model.ITestSuiteElement
-
Returns the name of the suite.
- getSuperclass() - Method in interface com.sun.mirror.declaration.ClassDeclaration
-
Returns the class type directly extended by this class.
- getSuperclass() - Method in interface com.sun.mirror.type.ClassType
-
Returns the class type that is a direct supertype of this one.
- getSuperclass() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the type binding for the superclass of the type represented by this class binding.
- getSuperclass() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
-
Deprecated.In the JLS3 API, this method is replaced by
TypeDeclaration.getSuperclassType()
, which returns aType
instead of aName
. - getSuperclass() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
-
Deprecated.Returns the name of this type's superclass.
- getSuperclass() - Method in interface org.eclipse.jdt.debug.core.IJavaClassType
-
Returns the superclass of this class type, or
null
if no such class exists. - getSuperclass(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns the resolved superclass of the given class, or
null
if the given class has no superclass, the superclass could not be resolved, or if the given type is an interface. - getSuperClass() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the content of the superclass input field.
- getSuperclassIndex() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the index of the superclass name in the constant pool of the .class file.
- getSuperClassLabel() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the label that is used for the super class input field.
- getSuperclassName() - Method in interface org.eclipse.jdt.core.IType
-
Returns the name of this type's superclass, or
null
for source types that do not specify a superclass. - getSuperclassName() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the qualified name of the superclass of this .class file.
- getSuperClassStatus() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
- getSuperclassType() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
-
Returns the superclass declared in this type declaration, or
null
if there is none (added in JLS3 API). - getSuperclassTypeSignature() - Method in interface org.eclipse.jdt.core.IType
-
Returns the type signature of this type's superclass, or
null
if none. - getSuperInterfaceNames() - Method in interface org.eclipse.jdt.core.IType
-
Returns the names of interfaces that this type implements or extends, in the order in which they are listed in the source.
- getSuperinterfaces() - Method in interface com.sun.mirror.declaration.TypeDeclaration
-
Returns the interface types directly implemented by this class or extended by this interface.
- getSuperinterfaces() - Method in interface com.sun.mirror.type.DeclaredType
-
Returns the interface types that are direct supertypes of this type.
- getSuperInterfaces() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
-
Deprecated.Returns the names of interfaces that this type implements or extends, in the order in which they are listed in the source, or an empty array if no superinterfaces are present.
- getSuperInterfaces() - Method in interface org.eclipse.jdt.debug.core.IJavaInterfaceType
-
Returns the interface objects associated with the super-interfaces of this interface type.
- getSuperInterfaces() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the chosen super interfaces.
- getSuperInterfaces(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns the direct resolved interfaces that the given type implements or extends, in no particular order, limited to the interfaces in this type hierarchy's graph.
- getSuperInterfacesLabel() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the label that is used for the super interfaces input field.
- getSuperInterfaceStatus() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
- getSuperInterfaceTypeSignatures() - Method in interface org.eclipse.jdt.core.IType
-
Returns the type signatures of the interfaces that this type implements or extends, in the order in which they are listed in the source.
- getSupertypes(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns the resolved supertypes of the given type, in no particular order, limited to the types in this type hierarchy's graph.
- getSupportedExecutionEnvironments() - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironmentsManager
-
Returns all execution environments supported by Java projects, sorted by their id.
- getSuspendOnRecurrenceStrategy() - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
-
Answer this breakpoint's
strategy
for suspending on recurrences of the same exception instance. - getSuspendPolicy() - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
-
Returns the suspend policy used by this breakpoint, one of
SUSPEND_VM
orSUSPEND_THREAD
. - getSyntheticOuterLocals() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
Returns a list of variable bindings representing the synthetic outer local variables.
- getSystemLibraryPath() - Method in class org.eclipse.jdt.launching.LibraryLocation
-
Returns the JRE library jar location.
- getSystemLibrarySourcePath() - Method in class org.eclipse.jdt.launching.LibraryLocation
-
Returns the JRE library source zip location.
- getTabForCurrentJRE() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
-
Return the class that implements
ILaunchConfigurationTab
that is registered against the install type of the currently selected VM. - getTabWidth(Map<String, String>) - Static method in class org.eclipse.jdt.core.formatter.IndentManipulation
-
Returns the tab width as configured in the given map.
- getTabWidth(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getTag() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Returns the tag as described in the JVM specifications.
- getTag() - Method in interface org.eclipse.jdt.core.util.IVerificationTypeInfo
-
Answer back the tag of this verification type info as described in the JVM specifications.
- getTagName() - Method in class org.eclipse.jdt.core.dom.AbstractTagElement
-
Returns this node's tag name, or
null
if none. - getTagNameProperty() - Method in class org.eclipse.jdt.core.dom.AbstractTagElement
-
Returns structural property descriptor for the "name" property of this node (child type:
SimpleName
). - getTargetModuleIndices() - Method in interface org.eclipse.jdt.core.util.IPackageVisibilityInfo
-
Answer back the array of target module indices.
- getTargetModuleNames() - Method in interface org.eclipse.jdt.core.util.IPackageVisibilityInfo
-
Answer back the array of target module names.
- getTargetsCount() - Method in interface org.eclipse.jdt.core.util.IPackageVisibilityInfo
-
Answer back the number of targets, zero if none.
- getTargetType() - Method in interface org.eclipse.jdt.core.util.IExtendedAnnotation
-
Answer back the target type as described in the JVM specifications.
- getTemplate(String, ICompilationUnit) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Deprecated.Use getTemplate(String,ICompilationUnit,int)
- getTemplate(String, ICompilationUnit, int) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the string resulting from evaluation the given template in the context of the given compilation unit.
- getTestClassName() - Method in interface org.eclipse.jdt.junit.model.ITestCaseElement
-
Returns the qualified type name of the class the test is contained in.
- getTestMethodName() - Method in interface org.eclipse.jdt.junit.model.ITestCaseElement
-
Returns the name of the test method.
- getTestResult(boolean) - Method in interface org.eclipse.jdt.junit.model.ITestElement
-
Returns the result of the test element.
- getTestRunName() - Method in interface org.eclipse.jdt.junit.model.ITestRunSession
-
Returns the name of the test run.
- getTestRunSession() - Method in interface org.eclipse.jdt.junit.model.ITestElement
-
Returns the test run session.
- getText() - Method in class org.eclipse.jdt.core.BufferChangedEvent
-
Returns the text that was inserted, the replacement text, or
null
if text has been removed. - getText() - Method in class org.eclipse.jdt.core.dom.AbstractTextElement
-
Returns this node's tag name, or
null
if none. - getText(int, int) - Method in interface org.eclipse.jdt.core.IBuffer
-
Returns the given range of text in this buffer.
- getText(Object) - Method in class org.eclipse.jdt.ui.JavaElementLabelProvider
- getTextChange() - Method in class org.eclipse.jdt.core.manipulation.CUCorrectionProposalCore
-
Returns the text change that is invoked when the change is applied.
- getTextChange() - Method in interface org.eclipse.jdt.core.manipulation.ICUCorrectionProposal
-
Returns the text change that is invoked when the change is applied.
- getTextChange() - Method in class org.eclipse.jdt.ui.text.java.correction.CUCorrectionProposal
-
Returns the text change that is invoked when the change is applied.
- getTextHover(ISourceViewer, String) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getTextHover(ISourceViewer, String, int) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
- getTextLabel(Object, long) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Returns the label of the given object.
- getTextNameProperty() - Method in class org.eclipse.jdt.core.dom.AbstractTextElement
-
Returns structural property descriptor for the "text" property of this node (child type:
String
). - getTextSelection() - Method in class org.eclipse.jdt.ui.text.java.ContentAssistInvocationContext
-
Return the current known selection for the viewer, usable in non-UI Thread.
- getThenExpression() - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
-
Returns the "then" part of this conditional expression.
- getThenStatement() - Method in class org.eclipse.jdt.core.dom.IfStatement
-
Returns the "then" part of this if statement.
- getThis() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns a reference to the receiver of the method associated with this stack frame, or
null
if this stack frame represents a static method. - getThread() - Method in interface org.eclipse.jdt.debug.eval.IEvaluationResult
-
Returns the thread in which the evaluation was performed.
- getThreadFilter(IJavaDebugTarget) - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
-
Returns the thread in the given target in which this breakpoint is enabled or
null
if this breakpoint is enabled in all threads in the given target. - getThreadFilters() - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
-
Returns all thread filters set on this breakpoint.
- getThreadGroup() - Method in interface org.eclipse.jdt.debug.core.IJavaThread
-
Returns the thread group this thread belongs to or
null
if none. - getThreadGroup() - Method in interface org.eclipse.jdt.debug.core.IJavaThreadGroup
-
Returns the thread group this thread group is contained in or
null
if none. - getThreadGroupName() - Method in interface org.eclipse.jdt.debug.core.IJavaThread
-
Returns the name of the thread group this thread belongs to, or
null
if none. - getThreadGroups() - Method in interface org.eclipse.jdt.debug.core.IJavaThreadGroup
-
Returns immediate thread groups contained in this thread.
- getThreadName() - Static method in class org.eclipse.jdt.core.manipulation.CoreASTProvider
- getThreadObject() - Method in interface org.eclipse.jdt.debug.core.IJavaThread
-
Returns the object reference associated with this thread.
- getThreads() - Method in interface org.eclipse.jdt.debug.core.IJavaThreadGroup
-
Returns the threads in this thread group.
- getThrownExceptions() - Method in class org.eclipse.jdt.core.BindingKey
-
Returns the thrown exception signatures of the element represented by this binding key.
- getThrownExceptions() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments
-
Returns the new thrown exceptions of this method.
- getThrownExceptionTypes(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the thrown exception type signatures from the given method signature if any The method signature is expected to be dot-based.
- getThrownExceptionTypes(String) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the thrown exception type signatures from the given method signature if any The method signature is expected to be dot-based.
- getThrownTypes() - Method in interface com.sun.mirror.declaration.ExecutableDeclaration
-
Returns the exceptions and other throwables listed in this method or constructor's
throws
clause. - getToken() - Method in class org.eclipse.jdt.core.CompletionContext
-
Returns the completed token.
- getToken() - Method in class org.eclipse.jdt.core.dom.NumberLiteral
-
Returns the token of this number literal node.
- getTokenEnd() - Method in class org.eclipse.jdt.core.CompletionContext
-
Returns the character index of the end (exclusive) of the subrange in the source file buffer containing the relevant token.
- getTokenEnd() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the character index of the end (exclusive) of the subrange in the source file buffer containing the relevant token.
- getTokenKind() - Method in class org.eclipse.jdt.core.CompletionContext
-
Returns the kind of completion token being proposed.
- getTokenLocation() - Method in class org.eclipse.jdt.core.CompletionContext
-
Returns the location of completion token being proposed.
- getTokenStart() - Method in class org.eclipse.jdt.core.CompletionContext
-
Returns the character index of the start of the subrange in the source file buffer containing the relevant token being completed.
- getTokenStart() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the character index of the start of the subrange in the source file buffer containing the relevant token being completed.
- getTrace() - Method in class org.eclipse.jdt.junit.model.ITestElement.FailureTrace
-
Returns the failure stack trace.
- getTreeViewer() - Method in interface org.eclipse.jdt.ui.IPackagesViewPart
-
Returns the TreeViewer shown in the Packages view.
- getType() - Method in interface com.sun.mirror.declaration.FieldDeclaration
-
Returns the type of this field.
- getType() - Method in interface com.sun.mirror.declaration.ParameterDeclaration
-
Returns the type of this parameter.
- getType() - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
-
Returns the type of the annotation type member declared in this declaration.
- getType() - Method in class org.eclipse.jdt.core.dom.ArrayCreation
-
Returns the array type in this array creation expression.
- getType() - Method in class org.eclipse.jdt.core.dom.CastExpression
-
Returns the type in this cast expression.
- getType() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
-
Returns the type instantiated in this class instance creation expression (added in JLS3 API).
- getType() - Method in class org.eclipse.jdt.core.dom.CreationReference
-
Returns the type of this creation reference expression.
- getType() - Method in class org.eclipse.jdt.core.dom.FieldDeclaration
-
Returns the base type declared in this field declaration.
- getType() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
-
Returns the binding for the type of this field or local variable.
- getType() - Method in class org.eclipse.jdt.core.dom.MethodRefParameter
-
Returns the paramter type.
- getType() - Method in class org.eclipse.jdt.core.dom.ParameterizedType
-
Returns the type of this parameterized type.
- getType() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
-
Returns the type of the variable declared in this variable declaration, exclusive of any extra array dimensions or the varargs dimension.
- getType() - Method in class org.eclipse.jdt.core.dom.TypeLiteral
-
Returns the type in this type literal expression.
- getType() - Method in class org.eclipse.jdt.core.dom.TypeMethodReference
-
Returns the type of this type method reference expression.
- getType() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
-
Returns the base type declared in this variable declaration.
- getType() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
-
Returns the base type declared in this variable declaration statement.
- getType() - Method in class org.eclipse.jdt.core.ElementChangedEvent
-
Returns the type of event being reported.
- getType() - Method in interface org.eclipse.jdt.core.IClassFile
-
Deprecated.should only be used as
IOrdinaryClassFile.getType()
. - getType() - Method in interface org.eclipse.jdt.core.IOrdinaryClassFile
-
Returns the type contained in this class file.
- getType() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
-
Returns the type this hierarchy was computed for.
- getType() - Method in interface org.eclipse.jdt.core.jdom.IDOMField
-
Deprecated.Returns the type name of this field.
- getType() - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor
-
Returns the type from which the fields are moved
- getType() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments.Parameter
-
Returns the new type of the parameter in signature notation (See
Signature
). - getType() - Method in class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments.ThrownException
-
Returns the new type of the thrown exception in signature notation (See
Signature
). - getType() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
-
Returns a java model type handle.
- getType() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Returns this classpath entry's type.
- getType() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
- getType() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathVariableSourceContainer
- getType() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.JavaProjectSourceContainer
- getType() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
- getType(String) - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns the top-level type declared in this compilation unit with the given simple type name.
- getType(String) - Method in interface org.eclipse.jdt.core.IType
-
Returns the member type declared in this type with the given simple name.
- getType(String, int) - Method in interface org.eclipse.jdt.core.IMember
-
Returns the local or anonymous type declared in this source member with the given simple name and/or with the specified position relative to the order they are defined in the source.
- getTypeAnnotations() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the type annotations that this type reference is annotated with.
- getTypeArguments() - Method in class org.eclipse.jdt.core.BindingKey
-
Returns the type argument signatures of the element represented by this binding key.
- getTypeArguments() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
Returns the type arguments of this generic method instance, or the empty list for other method bindings.
- getTypeArguments() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the type arguments of this generic type instance, or the empty list for other type bindings.
- getTypeArguments(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the type argument signatures from the given type signature.
- getTypeArguments(String) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the type argument signatures from the given type signature.
- getTypeArgumentsProperty() - Method in class org.eclipse.jdt.core.dom.MethodReference
-
Returns the structural property descriptor for the "typeArguments" property of this node (element type:
Type
). - getTypeBody(String, ICompilationUnit, String, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the content of a new new type body using the 'type body' code templates.
- getTypeBody(String, ICompilationUnit, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the content of a new new type body using the 'type body' code templates.
- getTypeBounds() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the upper type bounds of this type variable, wildcard, capture, or intersectionType.
- getTypeComment(ICompilationUnit) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Deprecated.Use getTypeComment(ICompilationUnit, String)
- getTypeComment(ICompilationUnit, String) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Hook method that gets called from
createType
to retrieve a type comment. - getTypeComment(ICompilationUnit, String, String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the content for a new type comment using the 'type comment' code template.
- getTypeComment(ICompilationUnit, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the content for a new type comment using the 'type comment' code template.
- getTypeComment(ICompilationUnit, String, String[], String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the content for a new type comment using the 'type comment' code template.
- getTypeComment(ICompilationUnit, String, String[], String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Deprecated.Returns the content for a new type comment using the 'type comment' code template.
- getTypeComment(ICompilationUnit, String, String[], String[], String) - Static method in class org.eclipse.jdt.core.manipulation.CodeGeneration
-
Returns the content for a new type comment using the 'type comment' code template.
- getTypeContainerName() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
-
Name of the type container using '.' character as separator (e.g. package name + '.' + enclosing type names).
- getTypeDeclaration() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the binding for the type declaration corresponding to this type binding.
- getTypeDeclaration() - Method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
-
Deprecated.In the JLS3 API, this method is replaced by
TypeDeclarationStatement.getDeclaration()
, which returnsAbstractTypeDeclaration
instead ofTypeDeclaration
. - getTypeDeclaration(String) - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
-
Returns the declaration of a type given its fully qualified name.
- getTypeDeclarations() - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
-
A convenience method that returns the declarations of the types included in this invocation of the annotation processing tool.
- getTypeErasure(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the type erasure signature from the given parameterized type signature.
- getTypeErasure(String) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the type erasure signature from the given parameterized type signature.
- getTypeId() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry2
-
Returns the unique identifier of the extension that contributed this classpath entry type, or
null
if this classpath entry type was not contributed. - getTypeIndex() - Method in interface org.eclipse.jdt.core.util.IAnnotation
-
Answer back the type index as described in the JVM specifications.
- getTypeLabel(IType, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a type to a
StringBuffer
. - getTypeLabel(IType, long, StyledString) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a type to a
StyledString
. - getTypeMirror() - Method in exception com.sun.mirror.type.MirroredTypeException
-
Returns the type mirror corresponding to the type being accessed.
- getTypeMirrors() - Method in exception com.sun.mirror.type.MirroredTypesException
-
Returns the type mirrors corresponding to the types being accessed.
- getTypeName() - Method in class org.eclipse.jdt.core.dom.Annotation
-
Returns the annotation type name of this annotation.
- getTypeName() - Method in interface org.eclipse.jdt.core.eval.IGlobalVariable
-
Returns the fully qualified name of the type of this global variable, or its simple representation if it is a primitive type (
int
,boolean
, etc.). - getTypeName() - Method in interface org.eclipse.jdt.core.util.IAnnotation
-
Answer back the type name as described in the JVM specifications.
- getTypeName() - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
-
Returns the fully qualified name of the type this breakpoint is located in, or
null
if this breakpoint is not located in a specific type - for example, a pattern breakpoint. - getTypeName() - Method in interface org.eclipse.jdt.debug.core.IJavaMethodBreakpoint
-
Returns the pattern specifying the fully qualified name of type(s) this breakpoint suspends execution in.
- getTypeName() - Method in interface org.eclipse.jdt.ui.dialogs.ITypeInfoRequestor
-
Returns the type name.
- getTypeName() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the type name entered into the type input field (without the default file extension
java
, if entered). - getTypeNameLabel() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the label that is used for the type name input field.
- getTypeNameProperty() - Method in class org.eclipse.jdt.core.dom.Annotation
-
Returns structural property descriptor for the "typeName" property of this node (child type:
Name
). - getTypeParameter(String) - Method in interface org.eclipse.jdt.core.IMethod
-
Returns the type parameter declared in this method with the given name.
- getTypeParameter(String) - Method in interface org.eclipse.jdt.core.IType
-
Returns the type parameter declared in this type with the given name.
- getTypeParameterBoundIndex() - Method in interface org.eclipse.jdt.core.util.IExtendedAnnotation
-
Answer back the index of the bound of the type parameter of the method or class
- getTypeParameterBounds(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the class and interface bounds from the given formal type parameter signature.
- getTypeParameterBounds(String) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the class and interface bounds from the given formal type parameter signature.
- getTypeParameterIndex() - Method in interface org.eclipse.jdt.core.util.IExtendedAnnotation
-
Answer back the index of the type parameter of the class or method
- getTypeParameterLabel(ITypeParameter, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a type parameter to a
StringBuffer
. - getTypeParameterLabel(ITypeParameter, long, StyledString) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a type parameter to a
StyledString
. - getTypeParameters() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
Returns the type parameters of this method or constructor binding.
- getTypeParameters() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the type parameters of this class or interface type binding.
- getTypeParameters() - Method in interface org.eclipse.jdt.core.IMethod
-
Returns the formal type parameters for this method.
- getTypeParameters() - Method in interface org.eclipse.jdt.core.IType
-
Returns the formal type parameters for this type.
- getTypeParameters() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
-
Deprecated.Returns the formal type parameters for this method.
- getTypeParameters() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
-
Deprecated.Returns the formal type parameters for this type.
- getTypeParameters(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the type parameter signatures from the given method or type signature.
- getTypeParameters(String) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the type parameter signatures from the given method or type signature.
- getTypeParameterSignatures() - Method in interface org.eclipse.jdt.core.IMethod
-
Deprecated.Use
IMethod.getTypeParameters()
instead - getTypeParameterSignatures() - Method in interface org.eclipse.jdt.core.IType
-
Returns the formal type parameter signatures for this type.
- getTypePath() - Method in interface org.eclipse.jdt.core.util.IExtendedAnnotation
-
Answer back the locations of the annotated type as described in the JVM specifications.
- getTypeQualifiedName() - Method in interface org.eclipse.jdt.core.IType
-
Returns the type-qualified name of this type, including qualification for any enclosing types, but not including package qualification.
- getTypeQualifiedName() - Method in class org.eclipse.jdt.core.search.TypeNameMatch
-
Returns the matched type's type qualified name using '.' character as separator (e.g. enclosing type names + '.' + simple name).
- getTypeQualifiedName(char) - Method in interface org.eclipse.jdt.core.IType
-
Returns the type-qualified name of this type, including qualification for any enclosing types, but not including package qualification.
- getTypeRoot() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
The Java type root (a
compilation unit
or aclass file
) this compilation unit was created from, ornull
if it was not created from a Java type root. - getTypeRoot() - Method in interface org.eclipse.jdt.core.ILocalVariable
-
Returns the Java type root in which this local variable is declared.
- getTypeRoot() - Method in interface org.eclipse.jdt.core.IMember
-
Returns the Java type root in which this member is declared.
- getTypeRoot() - Method in interface org.eclipse.jdt.core.ITypeParameter
-
Returns the Java type root in which this type parameter is declared.
- getTypes() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
-
Returns the ordered list of member type declarations of this type declaration.
- getTypes() - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns the top-level types declared in this compilation unit in the order in which they appear in the source.
- getTypes() - Method in interface org.eclipse.jdt.core.IType
-
Returns the immediate member types declared by this type.
- getTypeSelectionComponent() - Method in class org.eclipse.jdt.ui.dialogs.TypeSelectionExtension
-
Returns the type selection dialog or
null
if the extension has not been initialized yet. - getTypeSelectionTitle() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaAppletLaunchShortcut
- getTypeSelectionTitle() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut
- getTypeSelectionTitle() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaLaunchShortcut
-
Returns a title for a type selection dialog used to prompt the user when there is more than one type that can be launched.
- getTypeSignature() - Method in interface org.eclipse.jdt.core.IField
-
Returns the type signature of this field.
- getTypeSignature() - Method in interface org.eclipse.jdt.core.ILocalVariable
-
Returns the type signature of this local variable.
- getTypeSignatureKind(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Returns the kind of type signature encoded by the given string.
- getTypeSignatureKind(String) - Static method in class org.eclipse.jdt.core.Signature
-
Returns the kind of type signature encoded by the given string.
- getTypeUtils() - Method in interface com.sun.mirror.apt.AnnotationProcessorEnvironment
-
Returns an implementation of some utility methods for operating on types.
- getTypeVariable(char[]) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the type variable name from the given formal type parameter signature.
- getTypeVariable(TypeParameterDeclaration) - Method in interface com.sun.mirror.util.Types
-
Returns the type variable declared by a type parameter.
- getTypeVariable(String) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the type variable name from the given formal type parameter signature.
- getUIParticipant() - Method in interface org.eclipse.jdt.ui.search.IQueryParticipant
-
Gets the UI participant responsible for handling the display of elements not known to the Java search UI.
- getUnderlyingResource() - Method in interface org.eclipse.jdt.core.IBuffer
-
Returns the underlying resource for which this buffer was opened, or
null
if this buffer was not opened on a resource. - getUnderlyingResource() - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns the smallest underlying resource that contains this element, or
null
if this element is not contained in a resource. - getUnionTypeBounds(String) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the type bounds' signatures from the given union type signature.
- getUniqueId() - Method in interface org.eclipse.jdt.debug.core.IJavaObject
-
Returns the unique id for this object.
- getUniqueJavaTypeName(IPackageFragment, String) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Generate a unique type name for some initially given name under the given package fragment.
- getUpdateSimilarDeclarations() - Method in class org.eclipse.jdt.core.refactoring.RenameTypeArguments
-
Returns whether similar declaration updating is requested or not.
- getUpperBounds() - Method in interface com.sun.mirror.type.WildcardType
-
Returns the upper bounds of this wildcard.
- getUsedServiceNames() - Method in interface org.eclipse.jdt.core.IModuleDescription
-
Get used service names for this module.
- getUserLibraryNames() - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the names of all defined user libraries.
- getUses() - Method in interface org.eclipse.jdt.core.dom.IModuleBinding
-
Returns the services used by this module.
- getUsesClassNames() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the array of uses class names of the .class file, an empty array if none.
- getUsesCount() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the uses count.
- getUsesIndices() - Method in interface org.eclipse.jdt.core.util.IModuleAttribute
-
Answer back the array of uses indices of the .class file, an empty array if none.
- getUtf8Length() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the utf8 length for a CONSTANT_Utf8 type entry.
- getUtf8Value() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the utf8 value for a CONSTANT_Utf8 type entry.
- getValue() - Method in interface com.sun.mirror.declaration.AnnotationValue
-
Returns the value.
- getValue() - Method in interface org.eclipse.jdt.core.dom.IMemberValuePairBinding
-
Returns the resolved value.
- getValue() - Method in class org.eclipse.jdt.core.dom.MemberValuePair
-
Returns the value expression.
- getValue() - Method in class org.eclipse.jdt.core.dom.SingleMemberAnnotation
-
Returns the value of this annotation.
- getValue() - Method in interface org.eclipse.jdt.core.IClasspathAttribute
-
Returns the value of this classpath attribute.
- getValue() - Method in interface org.eclipse.jdt.core.IMemberValuePair
-
Returns the value of this member-value pair.
- getValue() - Method in interface org.eclipse.jdt.debug.eval.IEvaluationResult
-
Returns the value representing the result of the evaluation, or
null
if the associated evaluation failed. - getValue(int) - Method in interface org.eclipse.jdt.debug.core.IJavaArray
-
Returns the value at the given index in this array.
- getValue(String) - Method in class org.eclipse.jdt.core.manipulation.CleanUpOptionsCore
-
Deprecated.Returns the value for the given key.
- getValue(String) - Method in class org.eclipse.jdt.ui.cleanup.CleanUpOptions
- getValueKind() - Method in interface org.eclipse.jdt.core.IMemberValuePair
-
Returns the value kind of this member-value pair.
- getValueLabel(ClasspathAttributeConfiguration.ClasspathAttributeAccess) - Method in class org.eclipse.jdt.ui.wizards.ClasspathAttributeConfiguration
-
Returns the label of the classpath attributes value as a translated string.
- getValues() - Method in interface org.eclipse.jdt.debug.core.IJavaArray
-
Returns the values contained in this array.
- getValuesNumber() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
-
Returns the number of values as described in the JVM specifications if the tag item is '['.
- getValueType() - Method in class org.eclipse.jdt.core.dom.SimplePropertyDescriptor
-
Returns the value type of this property.
- getVariableDeclaration() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
-
Returns the binding for the variable declaration corresponding to this variable binding.
- getVariableId() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
-
Returns a small integer variable id for this variable binding.
- getVariableName() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Returns the first segment of the path associated with this entry, or
null
if this entry is not of typeVARIABLE
orCONTAINER
. - getVersion() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
-
Returns the version of the underlying virtual machine as defined by the system property
java.version
. - getViewer() - Method in class org.eclipse.jdt.ui.text.java.ContentAssistInvocationContext
-
Returns the viewer,
null
if not available. - getViewLayout() - Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
-
Returns the currently configured view layout.
- getVisibleElements(String) - Method in class org.eclipse.jdt.core.CompletionContext
-
Return the elements which are visible from the completion location and which can be assigned to the given type.
- getVMArgs() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
- getVMArgs() - Method in interface org.eclipse.jdt.launching.IVMInstall2
-
Returns VM arguments to be used with this vm install whenever this VM is launched as a raw string, or
null
if none. - getVMArguments() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
- getVMArguments() - Method in class org.eclipse.jdt.launching.environments.ExecutionEnvironmentDescription
-
Returns VM arguments in this description or
null
if none. - getVMArguments() - Method in class org.eclipse.jdt.launching.ExecutionArguments
-
Returns the VM arguments as one string.
- getVMArguments() - Method in interface org.eclipse.jdt.launching.IVMInstall
-
Returns VM arguments to be used with this vm install whenever this VM is launched as they should be passed to the command line, or
null
if none. - getVMArguments() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Returns the arguments to the VM itself.
- getVMArguments(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the VM arguments specified by the given launch configuration, as a string.
- getVMArguments(ILaunchConfiguration, String) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the VM arguments specified by the given launch configuration, as a string.
- getVMArgumentsArray() - Method in class org.eclipse.jdt.launching.ExecutionArguments
-
Returns the VM arguments as an array of individual arguments.
- getVMConnector(String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the VM connector defined with the specified identifier, or
null
if none. - getVMConnectorId(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the VM connector identifier specified by the given launch configuration, or
null
if none. - getVMConnectors() - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns all VM connector extensions.
- getVMFromCompositeId(String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Return the VM corresponding to the specified composite Id.
- getVMInstall(IPath) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the JRE referenced by the specified JRE classpath container path or
null
if none. - getVMInstall(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the VM install specified by the given launch configuration, or
null
if none. - getVMInstall(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the VM assigned to build the given Java project.
- getVMInstallName(IPath) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the name of the VM install referenced by the given JRE classpath container path, or
null
if none. - getVMInstallName(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the VM install name specified by the given launch configuration, or
null
if none. - getVMInstalls() - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
- getVMInstalls() - Method in interface org.eclipse.jdt.launching.IVMInstallType
-
Returns all VM instances managed by this VM type.
- getVMInstallType() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
- getVMInstallType() - Method in interface org.eclipse.jdt.launching.IVMInstall
-
Returns the VM type of this VM.
- getVMInstallType(String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the VM install type with the given unique id.
- getVMInstallType(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the VM install type specified by the given launch configuration, or
null
if none. - getVMInstallTypeId(IPath) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the identifier of the VM install type referenced by the given JRE classpath container path, or
null
if none. - getVMInstallTypeId(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the VM install type identifier specified by the given launch configuration, or
null
if none. - getVMInstallTypes() - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the list of registered VM types.
- getVMName() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
-
Returns the name of the underlying virtual machine as defined by the system property
java.vm.name
. - getVMRunner(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
- getVMRunner(String) - Method in interface org.eclipse.jdt.launching.IVMInstall
-
Returns a VM runner that runs this installed VM in the given mode.
- getVMRunner(ILaunchConfiguration, String) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the VM runner for the given launch mode to use when launching the given configuration.
- getVMSpecificAttributesMap() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Returns the
Map
that contains String name/value pairs that represent VM-specific attributes. - getVMSpecificAttributesMap(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the Map of VM-specific attributes specified by the given launch configuration, or
null
if none. - getVMStatus() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AbstractVMInstallPage
-
Returns a collection of status messages pertaining to the current edit status of the VM on this page.
- getVoidType() - Method in interface com.sun.mirror.util.Types
-
Returns the pseudo-type representing the type of
void
. - getWaitingThreads() - Method in interface org.eclipse.jdt.debug.core.IJavaObject
-
Returns the threads waiting for the monitor associated to this object, or
null
if no thread is waiting for the monitor. - getWarningToken(int) - Static method in class org.eclipse.jdt.core.CorrectionEngine
-
Returns a token which can be used to suppress a given warning using
@SuppressWarnings
annotation, for a given problem ID (IProblem
). - getWildcard() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the corresponding wildcard binding of this capture binding.
- getWildcardType(Collection<ReferenceType>, Collection<ReferenceType>) - Method in interface com.sun.mirror.util.Types
-
Returns a new wildcard.
- getWorkingCopies(WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the working copies that have the given owner.
- getWorkingCopy() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
-
Returns the working copy this context refers to.
- getWorkingCopy() - Method in interface org.eclipse.jdt.core.IWorkingCopy
-
Deprecated.Use
ICompilationUnit.getWorkingCopy(IProgressMonitor)
instead. - getWorkingCopy(IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns a new working copy of this compilation unit if it is a primary compilation unit, or this compilation unit if it is already a non-primary working copy.
- getWorkingCopy(IProgressMonitor, IBufferFactory) - Method in interface org.eclipse.jdt.core.IClassFile
-
Deprecated.
- getWorkingCopy(IProgressMonitor, IBufferFactory, IProblemRequestor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
-
Deprecated.
- getWorkingCopy(WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ITypeRoot
-
Returns a shared working copy on this compilation unit or class file using the given working copy owner to create the buffer.
- getWorkingCopy(WorkingCopyOwner, IProblemRequestor, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Deprecated.Use
ITypeRoot.getWorkingCopy(WorkingCopyOwner, IProgressMonitor)
instead. Note that if this deprecated method is used, problems will be reported on the passed problem requester as well as on the problem requestor returned by the working copy owner (if not null). - getWorkingCopy(IEditorInput) - Method in interface org.eclipse.jdt.ui.IWorkingCopyManager
-
Returns the working copy remembered for the compilation unit encoded in the given editor input.
- getWorkingCopyManager() - Static method in class org.eclipse.jdt.ui.JavaUI
-
Returns the working copy manager for the Java UI plug-in.
- getWorkingDirectory() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Returns the working directory of a launched VM.
- getWorkingDirectory(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the working directory specified by the given launch configuration, or
null
if none. - getWorkingDirectoryPath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the working directory path specified by the given launch configuration, or
null
if none. - getWorkingSets() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne
-
Returns the working sets to which the new project should be added.
- getWorkspace() - Method in interface org.eclipse.jdt.core.IJavaModel
-
Returns the workspace associated with this Java model.
- getWorkspaceRoot() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
-
Returns the workspace root.
- getWrappingStyle(String) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
-
Return the wrapping style of the given alignment value.
- GOTO - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- GOTO_MATCHING_BRACKET - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the edit -> go to matching bracket action (value
"org.eclipse.jdt.ui.edit.text.java.goto.matching.bracket"
). - GOTO_NEXT_MEMBER - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the edit -> go to next member action (value
"org.eclipse.jdt.ui.edit.text.java.goto.next.member"
). - GOTO_PACKAGE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Navigate menu: name of standard Goto Package global action (value
"org.eclipse.jdt.ui.actions.GoToPackage"
). - GOTO_PREVIOUS_MEMBER - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the edit -> go to previous member action (value
"org.eclipse.jdt.ui.edit.text.java.goto.previous.member"
). - GOTO_TYPE - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Navigate menu: name of standard Goto Type global action (value
"org.eclipse.jdt.ui.actions.GoToType"
). - GOTO_W - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- GREATER - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
-
Greater than ">" operator.
- GREATER_EQUALS - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
-
Greater than or equals ">=" operator.
- GROUP_ADDITIONS - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
-
Pop-up menu: name of group for additional actions (value
"additions"
). - GROUP_BUILD - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
-
Pop-up menu: name of group for build actions (value
"group.build"
). - GROUP_CODE - Static variable in class org.eclipse.jdt.ui.actions.GenerateActionGroup
-
Pop-up menu: id of the code group of the source sub menu (value
codeGroup
). - GROUP_CODING - Static variable in class org.eclipse.jdt.ui.actions.RefactorActionGroup
-
Pop-up menu: id of the coding group of the refactor sub menu (value
codingGroup
). - GROUP_CODING2 - Static variable in class org.eclipse.jdt.ui.actions.RefactorActionGroup
-
Pop-up menu: id of the coding group 2 of the refactor sub menu (value
codingGroup2
). - GROUP_GENERATE - Static variable in class org.eclipse.jdt.ui.actions.GenerateActionGroup
-
Pop-up menu: id of the generate group of the source sub menu (value
generateGroup
). - GROUP_GENERATE - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
-
Pop-up menu: name of group for code generation actions ( value
"group.generate"
). - GROUP_GOTO - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
-
Pop-up menu: name of group for goto actions (value
"group.goto"
). - GROUP_IMPORT - Static variable in class org.eclipse.jdt.ui.actions.GenerateActionGroup
-
Pop-up menu: id of the import group of the source sub menu (value
importGroup
). - GROUP_NEW - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
-
Pop-up menu: name of group for new actions (value
"group.new"
). - GROUP_OPEN - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
-
Pop-up menu: name of group for open actions (value
"group.open"
). - GROUP_PROPERTIES - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
-
Pop-up menu: name of group for properties actions (value
"group.properties"
). - GROUP_REORG - Static variable in class org.eclipse.jdt.ui.actions.RefactorActionGroup
-
Pop-up menu: id of the reorg group of the refactor sub menu (value
reorgGroup
). - GROUP_REORG2 - Static variable in class org.eclipse.jdt.ui.actions.RefactorActionGroup
-
Pop-up menu: id of the reorg group 2 of the refactor sub menu (value
reorgGroup2
). - GROUP_REORGANIZE - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
-
Pop-up menu: name of group for reorganize actions (value
"group.reorganize"
). - GROUP_SEARCH - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
-
Pop-up menu: name of group for search actions (value
"group.search"
). - GROUP_SHOW - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
-
Pop-up menu: name of group for show actions (value
"group.show"
). - GROUP_SOURCE - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
-
Pop-up menu: name of group for source actions.
- GROUP_TYPE - Static variable in class org.eclipse.jdt.ui.actions.RefactorActionGroup
-
Pop-up menu: id of the type group of the refactor sub menu (value
typeGroup
). - GROUP_TYPE2 - Static variable in class org.eclipse.jdt.ui.actions.RefactorActionGroup
-
Pop-up menu: id of the type group 2 of the refactor sub menu (value
typeGroup2
). - GROUP_TYPE3 - Static variable in class org.eclipse.jdt.ui.actions.RefactorActionGroup
-
Pop-up menu: id of the type group 2 of the refactor sub menu (value
typeGroup3
). - GROUP_VIEWER_SETUP - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
-
Pop-up menu: name of group for viewer setup actions (value
"group.viewerSetup"
). - GUARDED_PATTERN - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
GuardedPattern
. - GuardedPattern - Class in org.eclipse.jdt.core.dom
-
GuardedPattern pattern AST node type.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ReconcileContext.getAST4()
which returns an AST with JLS4 level.