- GENERATE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Possible configurable option value.
- 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"
).
- 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(Page) - Constructor for class org.eclipse.jdt.ui.actions.GenerateActionGroup
-
Creates a new GenerateActionGroup
.
- GenerateActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.GenerateActionGroup
-
Creates a new GenerateActionGroup
.
- GenerateHashCodeEqualsAction - Class in org.eclipse.jdt.ui.actions
-
- 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.
- 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
.
- GenericConstructorTypeArgumentMismatch - 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
-
- 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 flag 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.
- getAccessibility() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the accessibility of the proposal.
- getAccessRules() - Method in interface org.eclipse.jdt.core.IClasspathEntry
-
Returns the possibly empty list of access rules for this entry.
- getAccuracy() - Method in class org.eclipse.jdt.core.search.SearchMatch
-
Returns the accuracy of this search match.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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 the first ancestor of this Java element that has the given type.
- 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 '['.
- getAnnotationHover(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
- getAnnotations() - Method in interface org.eclipse.jdt.core.dom.IBinding
-
Return the resolved annotations associated with this binding.
- 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.
- getAnnotationType() - Method in interface org.eclipse.jdt.core.dom.IAnnotationBinding
-
Returns the type of the annotation.
- 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.
- 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.
- getAssists(IInvocationContext, IProblemLocation[]) - Method in interface org.eclipse.jdt.ui.text.java.IQuickAssistProcessor
-
Collects quick assists for the given context.
- 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.
- getAST3() - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
-
Returns a resolved AST with
JLS3
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.
- getASTRoot() - Method in interface org.eclipse.jdt.ui.text.java.IInvocationContext
-
- getAttachedJavadoc(IProgressMonitor) - Method in interface org.eclipse.jdt.core.IJavaElement
-
Returns the Javadoc as an html source if this element has an attached javadoc,
null otherwise.
- 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.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.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.
- 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.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.
- getAttributesCount() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
-
Answer back the attribute number of the code 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
-
- getAvailableStrata() - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
-
Returns a collection of strata available for this type.
- 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.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.
- 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.
- 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 org.eclipse.jdt.core.ITypeParameter
-
Returns the names of the class and interface bounds of this type parameter.
- 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 by WorkingCopyOwner
.
The Java UI plug-in uses the primary working copy owner that can be accessed with null
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.
- getByteValue() - Method in interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue
-
Returns this value as a byte
- 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.
- 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
- 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.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(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.
- 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(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
-
- getClassFiles() - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Returns all of the class files in this package fragment.
- 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 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.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the entries that should appear on the user portion of the
classpath as specified by the given launch configuration, as an array of
resolved strings.
- getClassPath() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Returns the classpath.
- getClasspathContainer(IPath, IJavaProject) - Static method in class org.eclipse.jdt.core.JavaCore
-
Answers the project specific value for a given classpath container.
- getClasspathContainer() - Method in class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
-
Returns the associated container or null
if unavailable.
- 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.
- getClasspathImage() - Static method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
-
- 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.
- 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.
- 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
-
- getCollator() - Method in class org.eclipse.jdt.ui.JavaElementSorter
-
- 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.
- 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(String) - Method in interface org.eclipse.jdt.core.IPackageFragment
-
Returns the compilation unit with the specified name
in this package (for example, "Object.java"
).
- getCompilationUnit() - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Returns the compilation unit that the receiver operates on, or
null
if the IJavaProject
constructor was
used to create the receiver.
- getCompilationUnit() - Method in interface org.eclipse.jdt.ui.text.java.IInvocationContext
-
- 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.
- 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.ui.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
-
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
-
- 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, 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.
- 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.
- 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 to
ICodeAssist.codeComplete
minus one).
- 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 class org.eclipse.jdt.core.dom.ArrayType
-
Returns the component type of this array type.
- 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.
- 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.
- getConfiguredContentTypes(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
- getConfiguredDocumentPartitioning(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
- getConfiguredTextHoverStateMasks(ISourceViewer, String) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
- getConstant() - Method in interface org.eclipse.jdt.core.IField
-
Returns the constant value associated with this field
or null
if this field has none.
- 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 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.
- 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.
- 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
, or null
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.
- getCoreContext() - Method in class org.eclipse.jdt.ui.text.java.JavaContentAssistInvocationContext
-
- 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 interface org.eclipse.jdt.ui.text.java.IInvocationContext
-
Convenience method to evaluate the AST node that is covered by the current selection.
- getCoveredNode(CompilationUnit) - Method in interface org.eclipse.jdt.ui.text.java.IProblemLocation
-
Convenience method to evaluate the AST node covered by this problem.
- getCoveringNode() - Method in interface org.eclipse.jdt.ui.text.java.IInvocationContext
-
Convenience method to evaluate the AST node covering the current selection.
- getCoveringNode(CompilationUnit) - Method in interface org.eclipse.jdt.ui.text.java.IProblemLocation
-
Convenience method to evaluate the AST node covering this problem.
- 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
-
- getCreatedStaticImports() - Method in class org.eclipse.jdt.core.dom.rewrite.ImportRewrite
-
- getCreatedType() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the created type or null
is the type has not been created yet.
- 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.
- getDebugTarget() - Method in interface org.eclipse.jdt.debug.eval.IEvaluationEngine
-
Returns the debug target for which evaluations
are executed.
- 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
.
- getDeclarationSignature() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the type signature or package name of the relevant
declaration in the context, or null
if none.
- 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
-
Returns the declared modifiers for this class or interface binding
as specified in the original source declaration of the class or
interface.
- 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.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 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 a
DebugException
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
, or null
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.
- 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 given installLocation
.
- 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 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.
- 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.
- 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.
- 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(IPath, IJavaProject) - Method in class org.eclipse.jdt.core.ClasspathContainerInitializer
-
Returns a readable description for a container path.
- 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.
- 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 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.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.OpenExternalJavadocAction
-
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.
- getDirectory() - Method in class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
-
Deprecated.
Returns the directory associated with this source
location.
- getDocument(String) - Method in class org.eclipse.jdt.core.search.SearchParticipant
-
Returns a search document for the given path.
- 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.
- 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.
- getEditorInputJavaElement(IEditorInput) - Static method in class org.eclipse.jdt.ui.JavaUI
-
Returns the Java element wrapped by the given editor input.
- 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.IClassFile
-
Returns the smallest element within this class file that
includes the given source position (a method, field, etc.), or
null
if there is no element other than the class file
itself at the given position, or if the given position is not
within the source range of this class file.
- getElementAt(int) - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns the smallest element within this compilation unit that
includes the given source position (that is, a method, field, etc.), or
null
if there is no element other than the compilation
unit itself at the given position, or if the given position is not
within the source range of this compilation unit.
- 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.
- 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.
- 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.
- 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.
- 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 index @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'.
- 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'.
- 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(String) - Method in interface org.eclipse.jdt.launching.environments.IExecutionEnvironmentsManager
-
Returns the execution environment associated with the given
identifier or null
if none.
- getEnvironment() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Returns the environment for the Java program or null
- getErasure() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the erasure of this type binding.
- 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.StringLiteral
-
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.
- 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.
- 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.
- 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.
- getExecutionEnvironmentsManager() - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the execution environments manager.
- 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.
- 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.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.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.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
-
Returns the expression of this switch case, or
null
if there is none (the "default:" case).
- 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.
- 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.
- 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.SingleVariableDeclaration
-
- getExtraDimensions() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
-
Returns the number of extra array dimensions over and above the
explicitly-specified type.
- getExtraDimensions() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
-
Returns the number of extra array dimensions this variable has over
and above the type specified in the enclosing declaration.
- getExtraDimensionsProperty() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
-
Returns structural property descriptor for the "extraDimensions" property
of this node.
- 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.
- getField(String) - Method in interface org.eclipse.jdt.core.IType
-
Returns the field with the specified name
in this type (for example, "bar"
).
- GETFIELD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- 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(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.
- getFieldComment(ICompilationUnit, String, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
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
-
- 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 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.
- 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, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Returns the content for a new file comment using the 'file comment' code template.
- 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) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Hook method that gets called from createType
to retrieve
a file comment.
- 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.
- 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.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.
- 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
- getForceWrapping(String) - Static method in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
-
Return the force value of the given alignment value.
- getFrameType() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
-
Answer back the frame type for this entry.
- 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(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 followed by its type parameters between angle brakets if it is a generic type.
- 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.
- getGetterComment(ICompilationUnit, String, String, String, String, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
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.ui.CodeGeneration
-
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.
- 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 that
qualifiedTypeName
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, boolean) - Static method in class org.eclipse.jdt.ui.JavadocContentAccess
-
Gets a reader for an IMember's Javadoc comment content from the source attachment.
- getHTMLContentReader(IMember, boolean) - Static method in class org.eclipse.jdt.ui.JavadocContentAccess
-
- getHyperlinkDetectors(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
- getID() - Method in interface org.eclipse.jdt.core.compiler.IProblem
-
Returns the problem id
- getId() - Method in class org.eclipse.jdt.core.dom.StructuralPropertyDescriptor
-
Returns the id of this property.
- 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
-
- 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.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(String) - Method in interface org.eclipse.jdt.ui.ISharedImages
-
Returns the shared image managed under the given key.
- getImage(Object) - Method in class org.eclipse.jdt.ui.JavaElementLabelProvider
-
- getImage(ImageDescriptor) - Method in class org.eclipse.jdt.ui.text.java.CompletionProposalCollector
-
Returns a cached image for the given descriptor.
- getImageDescriptor(ITypeInfoRequestor) - Method in interface org.eclipse.jdt.ui.dialogs.ITypeInfoImageProvider
-
- getImageDescriptor(String) - Method in interface org.eclipse.jdt.ui.ISharedImages
-
Returns the image descriptor managed under the given key.
- 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 createImage()
.
- 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.
- 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) - 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 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.
- 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.
- getInformationControlCreator(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
- getInformationPresenter(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
- 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.SingleVariableDeclaration
-
- 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 class org.eclipse.jdt.core.dom.VariableDeclarationFragment
-
- getInitializer() - Method in interface org.eclipse.jdt.core.eval.IGlobalVariable
-
Returns the initializer of this global variable.
- 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.
- getInitializer() - Method in interface org.eclipse.jdt.core.jdom.IDOMField
-
Deprecated.
Returns the initializer expression for this field.
- getInitializerLabel(IInitializer, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
- getInitializerProperty() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
-
Returns structural property descriptor for the "initializer" property
of this node.
- 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 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.
- getInstanceFilters() - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
-
Returns the current set of active instance filters.
- 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 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.
- 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.
- getJarLocation() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
-
Gets the location of the JAR file.
- 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.PackageDeclaration
-
Returns the doc comment node.
- 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(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.
- 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
-
- getJavaElement() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
-
The Java element (an org.eclipse.jdt.core.ICompilationUnit
or an org.eclipse.jdt.core.IClassFile
)
this compilation unit was created from, or null
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.
- 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, or null
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.
- 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, the IJavaModel
is not contained in any Java
project).
- getJavaProject(String) - Method in interface org.eclipse.jdt.core.IJavaModel
-
Returns the Java project with the given name.
- 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(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the Java project specified by the given launch configuration, 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(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Return the IJavaProject
referenced in the specified configuration 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.JavaCapabilityConfigurationPage
-
- 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
-
Note: This method is for internal use only.
- getJavaType() - Method in interface org.eclipse.jdt.debug.core.IJavaValue
-
Returns the type of this value, or null
if this value represents the null
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, or null
if unknown.
- getJavaVersion() - Method in class org.eclipse.jdt.launching.VMStandin
-
- getJREVariableEntry() - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Creates and returns a classpath entry describing
the JRE_LIB classpath variable.
- 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.
- getKey() - Method in interface org.eclipse.jdt.core.IMethod
-
Returns the binding key for this method.
- getKey() - Method in interface org.eclipse.jdt.core.IType
-
Returns the binding key for this type.
- getKeyword() - Method in class org.eclipse.jdt.core.dom.Modifier
-
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 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.IAccessRule
-
- 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 ADDED
, REMOVED
,
or 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.
- 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.
- 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.JavaJRETab
-
- getLaunchConfigurationWorkingCopy() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
-
- 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.
- 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 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.
- getLength() - Method in interface org.eclipse.jdt.ui.text.java.IProblemLocation
-
Returns the length of the problem.
- getLibraryJavadocLocation(IPath) - Static method in class org.eclipse.jdt.ui.JavaUI
-
- 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 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 associated
IClasspathEntry
, or
null
if the
given attribute is not a
CLASSPATH_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.
- getLocalElement() - Method in class org.eclipse.jdt.core.search.TypeReferenceMatch
-
Returns the local element of this search match.
- 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
-
- 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.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 type CONTAINER
.
- 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
-
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
- getMagic() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
-
Answer back the magic number.
- 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 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").
- getMarkerType() - Method in interface org.eclipse.jdt.ui.text.java.IProblemLocation
-
Returns the marker type of this problem.
- 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).
- 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.
- 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.
- 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
-
- 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(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, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
Returns the content of the body for a method or constructor using the method body templates.
- getMethodComment(ICompilationUnit, String, MethodDeclaration, IMethodBinding, String) - Static method in class org.eclipse.jdt.ui.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
-
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
-
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
-
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
-
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
-
- getMethodName() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the field name for a CONSTANT_Methodref or CONSTANT_InterfaceMethodred
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.
- 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
-
- getModifiedResource() - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
-
Returns the resource handle that corresponds to the element to 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 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.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 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.
- 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 the
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 the 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
-
- 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
-
- 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.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.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.PackageDeclaration
-
Returns the package name of this package declaration.
- 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.SimpleType
-
Returns the name of this simple type.
- getName() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
-
- 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.TypeParameter
-
Returns the name of the type variable declared in this type parameter.
- getName() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
-
Returns the name of the variable declared in this variable declaration.
- getName() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
-
- 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 this IDOMNode
method returns the name of this compilation unit.
- getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMField
-
Deprecated.
The IDOMField
refinement of this IDOMNode
method returns the name of this field.
- getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMImport
-
Deprecated.
The IDOMImport
refinement of this IDOMNode
method returns the name of this import.
- getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMInitializer
-
Deprecated.
The IDOMInitializer
refinement of this IDOMNode
method returns null
.
- getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
-
Deprecated.
The IDOMMethod
refinement of this IDOMNode
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 this IDOMNode
method returns the name of this package declaration, or null
if it has none.
- getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
-
Deprecated.
The IDOMType
refinement of this IDOMNode
method returns the name of this type.
- 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.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.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.
- getNameAndTypeIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
-
Returns the nameAndType index for a CONSTANT_Fieldref,
CONSTANT_Methodref, CONSTANT_InterfaceMethodref 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.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.
- getNameProperty() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
-
Returns structural property descriptor for the "name" property
of this node.
- getNameProperty() - Method in class org.eclipse.jdt.core.dom.VariableDeclaration
-
Returns structural property descriptor for the "name" property
of this node.
- 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.IMember
-
Returns the source range of this member's simple name,
or null
if this member does not have a name
(for example, an initializer), or if this member does not have
associated source code (for example, a binary type).
- getNameRange() - Method in interface org.eclipse.jdt.core.ITypeParameter
-
Returns the source range of this type parameter's name,
or null
if this type parameter does not have
associated source code (for example, in a binary type).
- getNewContainers() - Method in interface org.eclipse.jdt.ui.wizards.IClasspathContainerPageExtension2
-
- getNewJavaProject() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
-
Returns the Java project handle by converting the result of
getProjectHandle()
into a Java project.
- getNewPackageFragment() - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
-
Returns the created package fragment.
- getNewValue() - Method in class org.eclipse.jdt.launching.PropertyChangeEvent
-
Returns the new value of the property.
- getNextNode() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.
Returns the sibling node immediately following this node.
- 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.
- 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.
- 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.
- getNumberOfLocals() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
-
Answer back the number of locals.
- getNumberOfParameters() - Method in interface org.eclipse.jdt.core.IMethod
-
Returns the number of parameters of this method.
- getNumberOfStackItems() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
-
Answer back the number of stack items
This is defined only for the frame types SAME_LOCALS_1_STACK_ITEM, SAME_LOCALS_1_STACK_ITEM_EXTENDED and FULL_FRAME.
- 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 interface org.eclipse.jdt.core.util.IVerificationTypeInfo
-
Answer back the offset of this verification type info as described in the JVM specifications.
- getOffset() - Method in interface org.eclipse.jdt.ui.text.java.IProblemLocation
-
Returns the start offset of the problem.
- getOffsetDelta() - Method in interface org.eclipse.jdt.core.util.IStackMapFrame
-
Answer back the offset delta.
- 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.
- 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, boolean) - Method in interface org.eclipse.jdt.core.IJavaProject
-
Helper method for returning one option value only.
- getOption(String) - Static method in class org.eclipse.jdt.core.JavaCore
-
Helper method for returning one option value only.
- getOptions(boolean) - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns the table of the current custom options for this project.
- getOptions() - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the table of the current options.
- getOriginal(IJavaElement) - Method in interface org.eclipse.jdt.core.IWorkingCopy
-
Deprecated.
Returns the original element the specified working copy element was created from,
or null
if this is not a working copy element.
- getOriginalElement() - Method in interface org.eclipse.jdt.core.IWorkingCopy
-
Deprecated.
Returns the original element this working copy was created from,
or null
if this is not a working copy.
- 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 enclosing elements of this search match.
- 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.
- 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 kind 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
-
Returns the currently configured output location.
- 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 org.eclipse.jdt.core.IBuffer
-
Returns the Java openable element owning of this buffer.
- getOwner() - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns the working copy owner of this working copy.
- 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.
- 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.
- 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(String) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
-
Returns the package fragment with the given package name.
- 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.
- getPackageFragmentLabel(IPackageFragment, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
- getPackageFragmentRoot(String) - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns a package fragment root for the JAR 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 .jar
or .zip
file.
- 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.
- getPackageFragmentRootLabel(IPackageFragmentRoot, long, StringBuffer) - Static method in class org.eclipse.jdt.ui.JavaElementLabels
-
Appends the label for a package fragment root to a
StringBuffer
.
- 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.
Use IJavaProject#findPackageFragmentRoots instead
- getPackageFragmentRoots(IJavaProject) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
-
Note: This method is for internal use only.
- 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.
- 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 interface org.eclipse.jdt.ui.dialogs.ITypeInfoRequestor
-
Returns the package name.
- getPackageRootPath() - Method in class org.eclipse.jdt.launching.LibraryLocation
-
Returns the path to the default package in the sources zip file
- 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(int) - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
-
Returns the resolved annotations of a parameter of this method.
- 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.
- 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.
- 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.
- 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.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
-
- 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
-
- 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 of DEVICE_PATH
, INVALID_PATH
,
PATH_OUTSIDE_PROJECT
, or RELATIVE_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 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(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
- getPattern() - Method in class org.eclipse.jdt.ui.search.PatternQuerySpecification
-
Returns the search pattern the query should search for.
- 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(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.ui.PreferenceConstants
-
Returns the value for the given key in the given context.
- getPreferences() - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Returns the preference store for this plug-in or null
if the store is not available.
- 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
-
- 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
-
- 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).
- 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.
- getProblemArguments() - Method in interface org.eclipse.jdt.ui.text.java.IProblemLocation
-
Returns the original arguments recorded into the problem.
- getProblemId() - Method in interface org.eclipse.jdt.ui.text.java.IProblemLocation
-
Returns the id of problem.
- 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.
- 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.
- getProgramArguments(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the program arguments specified by the given launch
configuration, as a string.
- 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.
- 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.
- 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 this IJavaProject
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.
- getProjectHandle() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
-
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.
- 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 config, no
project or some sort of problem.
- getProjectsForProblemSearch(ILaunchConfiguration, String) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
- getProperty(String) - Method in class org.eclipse.jdt.core.dom.ASTNode
-
Returns the named property of this node, or null
if none.
- getProperty() - Method in class org.eclipse.jdt.launching.PropertyChangeEvent
-
Returns the name of the property that changed.
- 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.
- 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 org.eclipse.jdt.core.dom.ITypeBinding
-
Returns the fully qualified name of the type represented by this
binding if it has one.
- 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.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.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
-
- 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
-
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.
- 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).
- 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
- getReconciler(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
- 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.
- getReferenceType() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
-
Returns the type in which this stack frame's method is
declared.
- getRefreshAction() - Method in class org.eclipse.jdt.ui.actions.BuildActionGroup
-
Returns the refresh action managed by this group.
- getRelevance() - Method in class org.eclipse.jdt.core.CompletionProposal
-
Returns the relative relevance rating of this 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.jdt.debug.core.IJavaDebugTarget
-
Returns the timeout value for JDI requests in milliseconds,
or -1 if not supported.
- getRequiredProjectNames() - Method in interface org.eclipse.jdt.core.IJavaProject
-
Returns the names of the projects that are directly required by this
project.
- 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(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.
- use JavaCore.getResolvedClasspathEntry(...)
- 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.
- 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
-
- 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).
- 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.
- 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.
- 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
-
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.
- 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.
- 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.
- getSearchFor() - Method in class org.eclipse.jdt.ui.search.PatternQuerySpecification
-
Returns what kind of IJavaElement
the query should search for.
- 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.
- getSelectionLength() - Method in interface org.eclipse.jdt.ui.text.java.IInvocationContext
-
- getSelectionOffset() - Method in interface org.eclipse.jdt.ui.text.java.IInvocationContext
-
- getSelectionProvider() - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
-
- getSelectionValidator() - Method in class org.eclipse.jdt.ui.dialogs.TypeSelectionExtension
-
Returns the selection validator or null
if
selection validation is not required.
- getSetterComment(ICompilationUnit, String, String, String, String, String, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
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.ui.CodeGeneration
-
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(IBufferFactory) - Static method in class org.eclipse.jdt.core.JavaCore
-
Deprecated.
- should use #getWorkingCopies(WorkingCopyOwner) instead
- getSharedWorkingCopies() - Static method in class org.eclipse.jdt.ui.JavaUI
-
- getSharedWorkingCopiesOnClasspath() - Static method in class org.eclipse.jdt.ui.JavaUI
-
- getSharedWorkingCopy(IProgressMonitor, IBufferFactory, IProblemRequestor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
-
Deprecated.
Returns a shared working copy on this element using the given factory to create
the buffer, or this element if this element is already a working copy.
- getShell() - Method in class org.eclipse.jdt.ui.actions.AbstractOpenWizardAction
-
Returns the configured shell.
- 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
- getShowProperties() - Method in class org.eclipse.jdt.ui.actions.OpenViewActionGroup
-
Note: This method is for internal use only.
- 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 is null
.
- 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(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.
- 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
-
- 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 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.
- 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.
- 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.
- 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(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.
- 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.containers.JavaSourceLookupParticipant
-
Returns the source name associated with the given object, or null
if none.
- 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.
- 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() - 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
.
- 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 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
-
- 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.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.
- GETSTATIC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
-
- 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.
- 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
- 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
-
- 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.
- 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.
- 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.
- 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
-
- 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 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() - 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.
- 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(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.
- 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.
- getSuperInterfacesLabel() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Returns the label that is used for the super interfaces input field.
- 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.
- getSuspendPolicy() - Method in interface org.eclipse.jdt.debug.core.IJavaBreakpoint
-
Returns the suspend policy used by this breakpoint, one of
SUSPEND_VM
or SUSPEND_THREAD
.
- 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) - 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.TagElement
-
Returns this node's tag name, or null
if none.
- 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.
- 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.TextElement
-
Returns this node's text.
- 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
-
- getTextHover(ISourceViewer, String, int) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
- getTextHover(ISourceViewer, String) - 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.
- 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.
- getThreads() - Method in interface org.eclipse.jdt.debug.core.IJavaThreadGroup
-
Returns the threads in this thread group.
- 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.
- 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.
- 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.
- 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.
- getTreeViewer() - Method in interface org.eclipse.jdt.ui.IPackagesViewPart
-
Returns the TreeViewer shown in the Packages view.
- 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.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.
- 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.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
-
Returns the type contained in this class file.
- 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, 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.
- getType(String) - Method in interface org.eclipse.jdt.core.IType
-
Returns the member type declared in this type with the given simple name.
- 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 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
-
- 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.
- getTypeBody(String, ICompilationUnit, String, String) - Static method in class org.eclipse.jdt.ui.CodeGeneration
-
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 declared type bounds of this type variable or capture.
- getTypeComment(ICompilationUnit, String, String) - Static method in class org.eclipse.jdt.ui.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
-
Returns the content for a new type comment using the 'type comment' code template.
- 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) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Deprecated.
Use getTypeComment(ICompilationUnit, String)
- 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
-
- 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
-
- 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.
- 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.
- 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.
- 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.
- 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 #getTypeParameters() instead
- getTypeParameterSignatures() - Method in interface org.eclipse.jdt.core.IType
-
Returns the formal type parameter signatures for this type.
- 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(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.
- 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.
- 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.
- getTypeVariable(String) - Static method in class org.eclipse.jdt.core.Signature
-
Extracts the type variable name from the given formal type parameter
signature.
- getTypeVariable(char[]) - 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.
- getUpdateSimilarDeclarations() - Method in class org.eclipse.jdt.core.refactoring.RenameTypeArguments
-
Returns whether similar declaration updating is requested or not.
- getUserLibraryNames() - Static method in class org.eclipse.jdt.core.JavaCore
-
Returns the names of all defined user libraries.
- 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 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(int) - Method in interface org.eclipse.jdt.debug.core.IJavaArray
-
Returns the value at the given index in
this array.
- 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.
- 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 type VARIABLE
or CONTAINER
.
- getViewer() - Method in class org.eclipse.jdt.ui.text.java.ContentAssistInvocationContext
-
Returns the viewer, null
if not available.
- 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(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the VM arguments specified by the given launch configuration, as
a string.
- getVMArguments() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
-
- 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.
- 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(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.
- 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.
- 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.
- 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.
- 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(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the VM install type specified by the given launch configuration,
or null
if none.
- 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.
- 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.
- 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.
- getVMInstallTypes() - Static method in class org.eclipse.jdt.launching.JavaRuntime
-
Returns the list of registered VM types.
- 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.
- 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.
- 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.
- getVMSpecificAttributesMap() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Returns the Map
that contains String name/value pairs that represent
VM-specific attributes.
- 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.
- 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(WorkingCopyOwner, IProgressMonitor) - Method in interface org.eclipse.jdt.core.IClassFile
-
Returns a working copy on the source associated with this class file using the given
owner to create the buffer, or null
if there is no source associated
with the class file.
- getWorkingCopy(IProgressMonitor, IBufferFactory) - Method in interface org.eclipse.jdt.core.IClassFile
-
Deprecated.
Use getWorkingCopy(WorkingCopyOwner, 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(WorkingCopyOwner, IProblemRequestor, IProgressMonitor) - Method in interface org.eclipse.jdt.core.ICompilationUnit
-
Returns a shared working copy on this compilation unit using the given working copy owner to create
the buffer, or this compilation unit if it is already a non-primary working copy.
- getWorkingCopy() - Method in interface org.eclipse.jdt.core.IWorkingCopy
-
Deprecated.
Returns a new working copy of this element if this element is not
a working copy, or this element if this element is already a working copy.
- getWorkingCopy(IProgressMonitor, IBufferFactory, IProblemRequestor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
-
Deprecated.
Returns a new working copy of this element using the given factory to create
the buffer, or this element if this element is already a working copy.
- 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(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Returns the working directory specified by the given launch
configuration, or null
if none.
- getWorkingDirectory() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
-
Returns the working directory of a launched VM.
- 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.
- 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_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_VIEWER_SETUP - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
-
Pop-up menu: name of group for viewer setup actions (value "group.viewerSetup"
).