Overview

 
Package  Class  Use  Tree  Deprecated  Help 
Eclipse JDT
Release 3.0
 PREV LETTER   NEXT LETTER FRAMES    NO FRAMES  
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _


 

G

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").
GETFIELD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
GETSTATIC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
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_GENERATE - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
Pop-up menu: name of group for code generation actions ( value "group.generate").
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_GOTO - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
Pop-up menu: name of group for goto actions (value "group.open").
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").
GenerateActionGroup - class org.eclipse.jdt.ui.actions.GenerateActionGroup.
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.
GenerateNewConstructorUsingFieldsAction - class org.eclipse.jdt.ui.actions.GenerateNewConstructorUsingFieldsAction.
Creates constructors for a type based on existing fields.
GenerateNewConstructorUsingFieldsAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.GenerateNewConstructorUsingFieldsAction
Creates a new GenerateConstructorUsingFieldsAction.
GenerateNewConstructorUsingFieldsAction(CompilationUnitEditor) - Constructor for class org.eclipse.jdt.ui.actions.GenerateNewConstructorUsingFieldsAction
Note: This constructor is for internal use only.
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.
getASTRoot() - Method in interface org.eclipse.jdt.ui.text.java.IInvocationContext
Returns an AST of the compilation unit, possibly only a partial AST focused on the selection offset (see ASTParser.setFocalPosition(int)).
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.
getAccuracy() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns the accuracy of this search match.
getActions(ISelection) - Method in class org.eclipse.jdt.ui.actions.ReferencesSearchGroup
Note: this method is for internal use only.
getAdapter(Class) - Method in class org.eclipse.ltk.core.refactoring.Change
getAdapter(Class) - Method in class org.eclipse.ltk.core.refactoring.Refactoring
getAdapter(Class) - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
Adapts the refactoring to the given type.
getAddedChildren() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns deltas for the children that have been 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 superclasses, 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.
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.
getAllSuperInterfaces(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all resolved superinterfaces (direct and indirect) of the given type.
getAllSuperclasses(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all resolved superclasses of the given class, in bottom-up order.
getAllSupertypes(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all resolved supertypes of the given type, in bottom-up order.
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.
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
Answer back the annotation component values as described in the JVM specifications.
getAnnotationHover(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
 
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.
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.
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.
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.
getArguments() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Answer back the original arguments recorded into the problem.
getArguments() - Method in class org.eclipse.ltk.core.refactoring.participants.CreateParticipant
Returns the create arguments.
getArguments() - Method in class org.eclipse.ltk.core.refactoring.participants.DeleteParticipant
Returns the delete arguments.
getArguments() - Method in class org.eclipse.ltk.core.refactoring.participants.MoveParticipant
Returns the move arguments.
getArguments() - Method in class org.eclipse.ltk.core.refactoring.participants.RenameParticipant
Returns the rename arguments.
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.
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.
getAttributeValue() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Answer back the attribute value as described in the JVM specifications.
getAttributeValueFrom(Text) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
Retuns the string in the text widget, or null if empty.
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.
getAutoIndentStrategy(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.
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.
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
 
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
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.
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.
getChange() - Method in class org.eclipse.ltk.core.refactoring.CreateChangeOperation
Returns the outcome of the operation or null if an exception occurred when performing the operation or the operation hasn't been performed yet.
getChange() - Method in class org.eclipse.ltk.core.refactoring.PerformChangeOperation
Returns the change used by this operation.
getChange() - Method in class org.eclipse.ltk.ui.refactoring.ChangePreviewViewerInput
Returns the change of this input object.
getChange() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Returns the refactoring's change object or null if no change object has been created yet.
getChangedChildren() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns deltas for the children which have changed.
getChar(int) - Method in interface org.eclipse.jdt.core.IBuffer
Returns the character at the given position in this buffer.
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
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.
getChecker(Class) - Method in class org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext
Returns the condition checker of the given type.
getChild(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns the first named child of this node with the given name.
getChildType() - Method in class org.eclipse.jdt.core.dom.ChildPropertyDescriptor
Returns the child type of this property.
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
 
getChildren() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Returns the children managed by this composite change.
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").
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
Answer back the class index for a CONSTANT_Fieldref, CONSTANT_Methodref, CONSTANT_InterfaceMethodref type entry.
getClassInfo() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Answer back the class info as described in the JVM specifications.
getClassInfoIndex() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Answer back the class info index as described in the JVM specifications.
getClassInfoName() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Answer back the class name for a CONSTANT_Class type entry.
getClassInfoNameIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Answer back the name index for a CONSTANT_Class type entry.
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
Answer back 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() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the classpath.
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.
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.
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.
getCmdLineAsString(String[]) - Method in class org.eclipse.jdt.launching.AbstractVMRunner
Returns the given array of strings as a single space-delimited string.
getCode() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns the problem code.
getCodeAttribute() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer the code attribute of this method info, null if none or if the decoding flag doesn't include METHOD_BODIES.
getCodeLength() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the length of the bytecode contents.
getCodeScanner() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Returns the Java source code scanner for this configuration.
getCodeScanner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Deprecated. As of 3.0, replaced by JavaSourceViewerConfiguration.getCodeScanner()
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() - 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.
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.
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 interface org.eclipse.jdt.ui.text.java.IInvocationContext
 
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.
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.
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 offsetparameter to ICodeAssist.codeComplete.
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.
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.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.
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.
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.
getConditionCheckingFailedSeverity() - Method in class org.eclipse.ltk.core.refactoring.CreateChangeOperation
Returns the condition checking failed severity used by this operation.
getConditionCheckingFailedSeverity() - Static method in class org.eclipse.ltk.core.refactoring.RefactoringCore
When condition checking is performed for a refactoring then the condition check is interpreted as failed if the refactoring status severity return from the condition checking operation is equal or greater than the value returned by this method.
getConditionCheckingStatus() - Method in class org.eclipse.ltk.core.refactoring.CreateChangeOperation
Returns the status of the condition checking.
getConditionCheckingStatus() - Method in class org.eclipse.ltk.core.refactoring.PerformChangeOperation
Returns the status of the condition checking.
getConditionCheckingStyle() - Method in class org.eclipse.ltk.core.refactoring.CreateChangeOperation
Returns the condition checking style as set to the CheckConditionsOperation.
getConditionStatus() - Method in class org.eclipse.ltk.core.refactoring.PerformRefactoringOperation
Return the refactoring status of the condition checking.
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
Answer back the constant value as described in the JVM specifications.
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
Answer back the constant value index as described in the JVM specifications.
getConstantValueIndex() - Method in interface org.eclipse.jdt.core.util.IConstantValueAttribute
Answer back the constant value index.
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.
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.
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.ltk.core.refactoring.RefactoringStatusEntry
Returns the context which can be used to show more detailed information regarding this status entry in the UI.
getControl() - Method in interface org.eclipse.ltk.ui.refactoring.IChangePreviewViewer
Returns the preview viewer's SWT control.
getControl() - Method in interface org.eclipse.ltk.ui.refactoring.IStatusContextViewer
Returns the status context viewer's SWT control.
getControl() - Method in class org.eclipse.ltk.ui.refactoring.TextStatusContextViewer
Returns the status context viewer's SWT control.
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.
getCorrespondingElement() - Method in class org.eclipse.ltk.core.refactoring.FileStatusContext
 
getCorrespondingElement() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusContext
Returns the element that corresponds directly to this context, or null if there is no corresponding element.
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.
getCreatedType() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Returns the created type.
getCurrentContent(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the current content of the document this text change is associated with.
getCurrentContent(IRegion, boolean, int, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the current content of the text change clipped to a specific region.
getCurrentDocument(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the document this text change is associated to.
getCurrentTextSelection() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Returns the test 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.
getData() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns the application defined entry data associated with the receiver, or null if it has not been set.
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 (JLS2 API only).
getDeclarationSignature() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the type or package signature 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.
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, or enum.
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.
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
Returns the type in which this stack frame's method is declared.
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.
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.
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.
getDefaultLibraryLocations(File) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Returns a collection of LibraryLocations 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.
getDefaultPageTitle() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Returns the default page title used for pages that don't provide their own page title.
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.
getDefaultStratum() - Method in interface org.eclipse.jdt.debug.core.IJavaReferenceType
Returns the default stratum for this type.
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().
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.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
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.
getDestination() - Method in class org.eclipse.ltk.core.refactoring.participants.MoveArguments
Returns the destination of the move
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.
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
Answer back 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.
getEdit() - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the root text edit.
getEditor() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Returns the editor in which the configured viewer(s) will reside.
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.
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.
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.
getElementToOpen(Object) - Method in class org.eclipse.jdt.ui.actions.OpenAction
Note: this method is for internal use only.
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.
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.
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(Object) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
 
getElements() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Returns the elements which will be exported.
getElements() - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Returns an array containing the elements to be refactored.
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.
getEnclosingType() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Returns the enclosing type corresponding to the current input.
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.
getEntries() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns the list of refactoring status entries.
getEntryAt(int) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns the RefactoringStatusEntry at the specified index.
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.
getEntryMatchingCode(String, int) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns the first entry managed by this refactoring status that matches the given plug-in identifier and code.
getEntryMatchingSeverity(int) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns the first entry which severity is equal or greater than the given severity.
getEnumConstant() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Answer back the enum constant as described in the JVM specifications.
getEnumConstantIndex() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Answer back the enum constant index as described in the JVM specifications.
getEnumConstants() - Method in class org.eclipse.jdt.core.dom.EnumDeclaration
Returns the ordered list of enum constant declarations of this enum declaration.
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 reference.
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 interface org.eclipse.jdt.ui.text.java.IJavadocCompletionProcessor
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.JavaModelException
Returns the underlying Throwable that caused the failure.
getException() - Method in class org.eclipse.jdt.core.dom.CatchClause
Returns the exception variable declaration of this catch clause.
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.
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.IMethod
Returns the type signatures of the exceptions this method throws, in the order declared in the source.
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.
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.
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 associated with this source entry.
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.
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.
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.
getField(String) - Method in interface org.eclipse.jdt.core.IType
Returns the field with the specified name in this type (for example, "bar").
getField(String, 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
Answer back 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.
getFieldName() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Answer back the field name for a CONSTANT_Fieldref type entry.
getFieldName() - Method in interface org.eclipse.jdt.debug.core.IJavaWatchpoint
Returns the name of the field associated with this watchpoint
getFields() - Method in interface org.eclipse.jdt.core.IType
Returns the fields declared by this type.
getFields() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns the ordered list of field declarations of this type declaration.
getFieldsCount() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the number of field infos.
getFile() - Method in class org.eclipse.ltk.core.refactoring.FileStatusContext
Returns the context's file.
getFile() - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Returns the IFile this change is working on.
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.
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 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 class org.eclipse.jdt.core.dom.ASTNode
Returns the flags associated with this node.
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
Answer back 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.
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.
getFullyQualifiedName() - Method in class org.eclipse.jdt.core.dom.Name
Returns the standard dot-separated representation of this name.
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.
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.
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.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 indentifier for this kind of connector.
getIdentifier() - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Returns the unique identifier of the refactoring processor.
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
 
getImageDescriptor(String) - Method in interface org.eclipse.jdt.ui.ISharedImages
Returns the image descriptor managed under the given key.
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.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.core.eval.IEvaluationContext
Returns the import declarations for this evaluation context.
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 to be included with this source 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.
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
 
getInitialConditionCheckingStatus() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation
Returns the outcome of the initial condition checking.
getInitialJavaElement(IStructuredSelection) - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Utility method to inspect a selection to find a Java element.
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 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() - Method in interface org.eclipse.jdt.core.jdom.IDOMField
Deprecated. Returns the initializer expression for this field.
getInitializers() - Method in interface org.eclipse.jdt.core.IType
Returns the initializers declared by this type.
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.
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.
getInnerClassesAttribute() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the inner classes attribute of this .class file, null if none.
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.
getIntValue() - Method in interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue
Returns this value as an int
getIntegerValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Answer back 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.
getJREVariableEntry() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Creates and returns a classpath entry describing the JRE_LIB classpath variable.
getJarLocation() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Gets the location of the JAR file.
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.
getJavaDocScanner() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Returns the JavaDoc scanner for this configuration.
getJavaDocScanner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Deprecated. As of 3.0, replaced by JavaSourceViewerConfiguration.getJavaDocScanner()
getJavaElement(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.
getJavaModel() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the Java model.
getJavaModelStatus() - Method in class 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 snippets are compliled.
getJavaProject() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
Return the IJavaProject corresponding to the project name in the project name text field, or null if the text does not match a project name.
getJavaProject() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
Returns the Java project associated with the current config being edited, or null if none.
getJavaProject() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
Return the IJavaProject corresponding to the project name in the project name text field, or null if the text does not match a project name.
getJavaProject(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the Java project specified by the given launch configuration, or null if none.
getJavaProject() - 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.JavaProjectSourceLocation
Deprecated. Returns the Java project associated with this source location.
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.ui.wizards.JavaCapabilityConfigurationPage
Returns the Java project that was passed in init or null if the page has not been initialized yet.
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.
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(IJavaElement, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
Returns the Javadoc URL for an element.
getKeepPreviewEdits() - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns whether preview edits are remembered for further region tracking or not.
getKey() - Method in interface org.eclipse.jdt.core.dom.IBinding
Returns the key for this binding.
getKeyword() - Method in class org.eclipse.jdt.core.dom.Modifier
Returns the modifier keyword of this modifier node.
getKind() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the kind of completion being proposed.
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.dom.IBinding
Returns the kind of bindings this is.
getKind() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Answer back the type of this entry.
getLabel() - Method in class org.eclipse.jdt.core.dom.BreakStatement
Returns the label of this break statement, or null if there is none.
getLabel() - Method in class org.eclipse.jdt.core.dom.ContinueStatement
Returns the label of this continue statement, or null if there is none.
getLabel() - Method in class org.eclipse.jdt.core.dom.LabeledStatement
Returns the label of this labeled statement.
getLabel(String) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
Adds a colon to the label if required
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 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.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.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() - 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
Returns the Javadoc location for an archive 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.
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(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.
getLocalVariableAttribute() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the local variable attribute, if it exists, null otherwise.
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.
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.
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.
getLocationPath() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
Returns the project locaction path.
getLongValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Answer back 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.
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
 
getMessage() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns the message of the status entry.
getMessageLineWidthInChars() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Returns the width in characters to be used for the message line embedded into the refactoring wizard dialog.
getMessageMatchingSeverity(int) - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns the first message which severity is equal or greater than the given severity.
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;"}).
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(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).
getMethodDescriptor() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Answer back 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.
getMethodName() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Answer back 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.
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 exectution 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.
getMethods() - Method in interface org.eclipse.jdt.core.IType
Returns the methods and constructors declared by this type.
getMethods() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns the ordered list of method declarations of this type declaration.
getMethodsCount() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the number of method infos.
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
 
getModifiedElement() - Method in class org.eclipse.ltk.core.refactoring.Change
Returns the element modified by this Change.
getModifiedElement() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Returns the element modified by this Change. The method may return null if the change isn't related to an element.
getModifiedElement() - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
Returns the element modified by this Change. The method may return null if the change isn't related to an element.
getModifiedElement() - Method in class org.eclipse.ltk.core.refactoring.NullChange
Returns the element modified by this Change. The method may return null if the change isn't related to an element.
getModifiedElement() - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Returns the element modified by this Change. The method may return null if the change isn't related to an element.
getModifiedElement() - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
Returns the element modified by this Change. The method may return null if the change isn't related to an element.
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 class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Returns the selected modifiers.
getMoveProcessor() - Method in class org.eclipse.ltk.core.refactoring.participants.MoveRefactoring
Returns the move processor associated with this move refactoring.
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
Deprecated. As of 3.0, replaced by JavaSourceViewerConfiguration.getMultilineCommentScanner()
getName() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the simple name of the method, field, member, or variable relevant in the context, or null if none.
getName() - Method in class org.eclipse.jdt.core.dom.AbstractTypeDeclaration
Returns the name of the type declared in this type declaration.
getName() - Method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
Returns the name of the annotation type member declared in this declaration.
getName() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
Returns the name of the type instantiated in this class instance creation expression (JLS2 API only).
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.IBinding
Returns the name of this binding.
getName() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns the name of the method declared in this binding.
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.ImportDeclaration
Returns the name imported by this declaration.
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.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.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.
getName() - Method in class org.eclipse.ltk.core.refactoring.Change
Returns the human readable name of this change.
getName() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Returns the human readable name of this change. The name MUST not be null.
getName() - Method in class org.eclipse.ltk.core.refactoring.NullChange
Returns the human readable name of this change. The name MUST not be null.
getName() - Method in class org.eclipse.ltk.core.refactoring.Refactoring
Returns the refactoring's name.
getName() - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the human readable name of this change. The name MUST not be null.
getName() - Method in class org.eclipse.ltk.core.refactoring.TextEditChangeGroup
Returns the groups's name by forwarding the method to the underlying text edit group.
getName() - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
Returns the human readable name of this change. The name MUST not be null.
getName() - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
Returns the refactoring's name.
getName() - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Returns a human readable name of this participant.
getName() - Method in class org.eclipse.ltk.ui.refactoring.RedoRefactoringAction
 
getName() - Method in class org.eclipse.ltk.ui.refactoring.UndoRefactoringAction
 
getNameAndTypeIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Answer back the nameAndType index for a CONSTANT_Fieldref, CONSTANT_Methodref, CONSTANT_InterfaceMethodref type entry.
getNameAndTypeInfoDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Answer back the descriptor index for a CONSTANT_NameAndType type entry.
getNameAndTypeInfoNameIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Answer back 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.
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).
getNewContainers() - Method in interface org.eclipse.jdt.ui.wizards.IClasspathContainerPageExtension2
Method IClasspathContainerPageExtension2.getNewContainers() is called instead of IClasspathContainerPage.getSelection() to get the the newly added containers.
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.
getNewName() - Method in class org.eclipse.ltk.core.refactoring.participants.RenameArguments
Returns the new element name.
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.
getNextPage() - Method in class org.eclipse.ltk.ui.refactoring.UserInputWizardPage
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.
getNumberOfParameters() - Method in interface org.eclipse.jdt.core.IMethod
Returns the number of parameters of this method.
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 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.
getOldValue() - Method in class org.eclipse.jdt.launching.PropertyChangeEvent
Returns the old value of the property.
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.
getOpenable() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the first openable parent.
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.
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.
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.
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.
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.PackageFragmentRootSourceLocation
Deprecated. Returns the package fragment root associated with this source location, or null if none
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.ui.wizards.NewContainerWizardPage
Returns the IPackageFragmentRoot that corresponds to the current value of the source folder field.
getPackageFragmentRootText() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Returns the current text of source folder text field.
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.
getPackageFragments() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns all package fragments in all package fragment roots contained in this project.
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.
getPackageRootPath() - Method in class org.eclipse.jdt.launching.LibraryLocation
Returns the path to the default package in the sources zip file
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.
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.
getParameter() - Method in class org.eclipse.jdt.core.dom.EnhancedForStatement
Returns the formal parameter in this enhanced for statement.
getParameterAnnotations() - Method in interface org.eclipse.jdt.core.util.IRuntimeInvisibleParameterAnnotationsAttribute
Answer back the parameter annotations.
getParameterAnnotations() - Method in interface org.eclipse.jdt.core.util.IRuntimeVisibleParameterAnnotationsAttribute
Answer back the parameter annotations.
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.
getParameterTypes() - Method in interface org.eclipse.jdt.core.IMethod
Returns the type signatures for the parameters of this method.
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.
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.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.
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.
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 class org.eclipse.jdt.core.dom.ASTNode
Returns this node's parent node, or null if this is the root node.
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
 
getParent() - Method in class org.eclipse.ltk.core.refactoring.Change
Returns the parent change.
getParticipant() - Method in class org.eclipse.jdt.core.search.SearchDocument
Returns the participant that created this document.
getParticipant() - Method in class org.eclipse.jdt.core.search.SearchMatch
Returns the search participant which issued this search match.
getPartitionManagingPositionCategories() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Deprecated. As of 3.0, replaced by TextUtilities.computePartitionManagingCategories(IDocument)
getPartitionScanner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Returns a scanner which is configured to scan Java-specific partitions, which are multi-line comments, Javadoc comments, and regular Java source code.
getPath() - Method in interface org.eclipse.jdt.core.IClasspathContainer
Answers the container path identifying this container.
getPath() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the path of this classpath entry.
getPath() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the path to the innermost resource enclosing this element.
getPath() - Method in interface org.eclipse.jdt.core.IJavaModelStatus
Returns the path associated with the failure (see specification of the status code), or null if the failure is not one 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.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
getPlugin() - Static method in class org.eclipse.jdt.core.JavaCore
Returns the single instance of the Java core plug-in runtime class.
getPluginId() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns the plug-in identifier associated with the problem code.
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.
getPreferenceStore() - Static method in class org.eclipse.jdt.ui.PreferenceConstants
Returns the JDT-UI preference store.
getPreferenceStore() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Deprecated. As of 3.0
getPreferenceStore() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Returns this text tool's preference store.
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.
getPresentationReconciler(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
 
getPreviewContent(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the preview content as a string.
getPreviewContent(TextEditChangeGroup[], IRegion, boolean, int, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns a preview of the text change clipped to a specific region.
getPreviewDocument(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns a document containing a preview of the text change.
getPreviewEdit(TextEdit) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the edit that got executed during preview generation instead of the given original.
getPreviewEdits(TextEdit[]) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the edits that were executed during preview generation instead of the given array of original edits.
getPreviousNode() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Deprecated. Returns the sibling node immediately preceding this node.
getPreviousPage(IWizardPage) - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
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() - 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.
getProcessor() - Method in class org.eclipse.ltk.core.refactoring.participants.DeleteRefactoring
Return the processor associated with this refactoring. The method must not return null.
getProcessor() - Method in class org.eclipse.ltk.core.refactoring.participants.MoveRefactoring
Return the processor associated with this refactoring. The method must not return null.
getProcessor() - Method in class org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring
Return the processor associated with this refactoring.
getProcessor() - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
Returns the processor that is associated with this participant.
getProcessor() - Method in class org.eclipse.ltk.core.refactoring.participants.RenameRefactoring
Return the processor associated with this refactoring. The method must not return null.
getProcessorName() - Method in class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
Returns a human readable name.
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.IJavaProject
Returns the IProject on which this IJavaProject was created.
getProject() - Method in interface org.eclipse.jdt.core.eval.IEvaluationContext
Returns the Java project this evaluation context was created for.
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(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.
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.
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.
getRawClasspath() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the raw classpath for the project, as a list of classpath entries.
getRawClasspathEntry() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Returns the first raw classpath entry that corresponds to this package fragment root.
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
 
getRefactoring() - Method in class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
Returns the operation's refactoring
getRefactoring() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Returns the refactoring this wizard is associated with.
getRefactoring() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
Returns the refactoring associated with this wizard page.
getRefactoringSettings() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
Returns the refactoring wizard's dialog settings.
getRefactoringWizard() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
Returns the page's refactoring wizard.
getRefreshAction() - Method in class org.eclipse.jdt.ui.actions.BuildActionGroup
Returns the refresh action managed by this group.
getRegion() - Method in class org.eclipse.ltk.core.refactoring.TextEditChangeGroup
Returns the region covered by the underlying text edit 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.
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.IMethod
Returns the type signature of the return value of this method.
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.
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
Returns the return type of the method declared in this method declaration, exclusive of any extra array dimensions (JLS2 API only).
getReturnType() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Deprecated. Returns the return type name, or null.
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 arhcive
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.
getSaveMode() - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Returns the save state set via TextFileChange.setSaveMode(int).
getSaveMode() - Method in class org.eclipse.ltk.core.refactoring.UndoTextFileChange
Returns the change's save mode.
getSchedulingRule() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the scheduling rule associated with this Java element.
getSelectedConnector() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
Returns the selected connector
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
Returns the selection provider managed by the site owning this action.
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.
getSeverity() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
Returns the severity.
getSeverity() - Method in class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Returns the severity level.
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
Deprecated. Use JavaCore.getWorkingCopies(org.eclipse.jdt.core.WorkingCopyOwner) instead with null as argument for owner.
getSharedWorkingCopiesOnClasspath() - Static method in class org.eclipse.jdt.ui.JavaUI
Deprecated. Use JavaCore.getWorkingCopies(org.eclipse.jdt.core.WorkingCopyOwner) instead and filter the list with IJavaProject.isOnClasspath(IJavaElement).
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.SelectionDispatchAction
Returns the shell provided by the site owning this action.
getShortValue() - Method in interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue
Returns this value as a short
getSignature() - Method in class org.eclipse.jdt.core.CompletionProposal
Returns the signature of the method or type relevant in the context, or null if none.
getSignature() - Method in interface org.eclipse.jdt.core.IMethod
Returns the signature of this method.
getSignature() - Method in interface org.eclipse.jdt.core.util.ILocalVariableTypeTableEntry
Answer back the signature of this entry as specified in the JVM specifications.
getSignature() - Method in interface org.eclipse.jdt.core.util.ISignatureAttribute
Answer back the signature as described in the JVM specifications.
getSignature() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
Returns the JNI signature for the method this stack frame is associated with.
getSignature() - Method in interface org.eclipse.jdt.debug.core.IJavaType
Returns the JNI-style signature for this type.
getSignature() - Method in interface org.eclipse.jdt.debug.core.IJavaValue
Returns the JNI-style signature for the type of this value, or null if the value 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.
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
Deprecated. As of 3.0, replaced by JavaSourceViewerConfiguration.getSinglelineCommentScanner()
getSite() - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Returns the site owning this action.
getSize() - Method in class org.eclipse.jdt.ui.JavaElementImageDescriptor
 
getSnippet() - Method in interface org.eclipse.jdt.debug.eval.ICompiledExpression
Returns the source snippet from which this compiled expression was created.
getSnippet() - Method in interface org.eclipse.jdt.debug.eval.IEvaluationResult
Returns the snippet that was evaluated.
getSource() - Method in interface org.eclipse.jdt.core.ISourceReference
Returns the source code associated with this element.
getSource() - Method in interface org.eclipse.jdt.core.compiler.IScanner
Answers the original source being processed (not a copy of it).
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.
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.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.
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 qaulified source file path in which this breakpoint is set, or null.
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.
getSourceViewer() - Method in class org.eclipse.ltk.ui.refactoring.TextStatusContextViewer
Returns the internal source viewer.
getSpecificJREDescriptor() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
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.
getStartingPage() - Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
getStatus() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionReader
Returns the status of this reader.
getStatus() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarDescriptionWriter
Returns the status of this reader.
getStatus() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarExportRunnable
Returns the current status of this operation.
getStatus() - Method in class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
Returns the outcome of the operation or null if an exception has occurred while performing the operation or if the operation hasn't been performed yet.
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
Answer back the string index for a CONSTANT_String type entry.
getStringScanner() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Returns the Java string scanner for this configuration.
getStringScanner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Deprecated. As of 3.0, replaced by JavaSourceViewerConfiguration.getStringScanner()
getStringValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Answer back 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.
getStyle() - Method in class org.eclipse.ltk.core.refactoring.CheckConditionsOperation
Returns the condition checking style.
getSubInterfaces() - Method in interface org.eclipse.jdt.debug.core.IJavaInterfaceType
Returns the interface objects associated with the sub-interfaces of this interface type.
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.
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 class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Returns the content of the superclass input field.
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.
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.
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.
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.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
Returns the name of the superclass declared in this type declaration, or null if there is none (JLS2 API only).
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.
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.
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.
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(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
 
getTag() - Method in interface org.eclipse.jdt.core.util.IAnnotationComponentValue
Answer back 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(int, int) - Method in interface org.eclipse.jdt.core.IBuffer
Returns the given range of text in this buffer.
getText() - Method in class org.eclipse.jdt.core.dom.TextElement
Returns this node's text.
getText(Object) - Method in class org.eclipse.jdt.ui.JavaElementLabelProvider
 
getTextChange() - Method in class org.eclipse.ltk.core.refactoring.TextEditChangeGroup
Returns the text change this group belongs to.
getTextEditChangeGroups() - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the text edit change groups managed by this text change.
getTextEditGroup() - Method in class org.eclipse.ltk.core.refactoring.TextEditChangeGroup
Returns the underlying text edit group.
getTextEdits() - Method in class org.eclipse.ltk.core.refactoring.TextEditChangeGroup
Returns the text edits managed by the underlying text edit group.
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
 
getTextRegion() - Method in class org.eclipse.ltk.core.refactoring.FileStatusContext
Returns the context's source region
getTextType() - Method in class org.eclipse.ltk.core.refactoring.TextChange
Returns the text change's text type.
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.
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.
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.CompletionProposal
Returns the character index of the end (exclusive) of the subrange in the source file buffer containing the relevant token.
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.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 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 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 interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the type arguments of the parameterized type reference.
getTypeBounds() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the type bounds of this type variable.
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) - 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 class org.eclipse.jdt.core.dom.TypeDeclarationStatement
Returns the type declaration of this local type declaration statement (added in JLS3 API).
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.
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.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 class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Returns the type name entered into the type input field.
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.
getTypeParameterSignatures() - Method in interface org.eclipse.jdt.core.IMethod
Returns the formal type parameter signatures for this method.
getTypeParameterSignatures() - Method in interface org.eclipse.jdt.core.IType
Returns the formal type parameter signatures for this type.
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.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.
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.
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.
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.
getTypes() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns the ordered list of member type declarations of this type declaration.
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.
getUndoChange() - Method in class org.eclipse.ltk.core.refactoring.PerformChangeOperation
Returns the undo change of the change performed by this operation.
getUndoChange() - Method in class org.eclipse.ltk.core.refactoring.PerformRefactoringOperation
The undo object or null if no undo exists.
getUndoManager() - Static method in class org.eclipse.ltk.core.refactoring.RefactoringCore
Returns the singleton undo manager for the refactoring undo stack.
getUndoUntilException() - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Returns the undo object containing all undo changes of those children that got successfully executed while performing this change.
getUpdateReferences() - Method in class org.eclipse.ltk.core.refactoring.participants.MoveArguments
Returns whether reference updating is requested or not.
getUpdateReferences() - Method in class org.eclipse.ltk.core.refactoring.participants.RenameArguments
Returns whether reference 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
Answer back the utf8 length for a CONSTANT_Utf8 type entry.
getUtf8Value() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Answer back the utf8 value for a CONSTANT_Utf8 type entry.
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, 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 corrseponding 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.
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.
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.
getVMInstallTypes() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the list of registered VM types.
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.
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.
getValidationContext() - Method in class org.eclipse.ltk.core.refactoring.Refactoring
Returns the validation context
getValidationStatus() - Method in class org.eclipse.ltk.core.refactoring.PerformChangeOperation
Returns the refactoring status returned from the call IChange#isValid().
getValidationStatus() - Method in class org.eclipse.ltk.core.refactoring.PerformRefactoringOperation
Returns the refactoring status of the change's validation checking or null if a change couldn't be created or the operation hasn't been performed yet.
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(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.
getValueType() - Method in class org.eclipse.jdt.core.dom.SimplePropertyDescriptor
Returns the value type of this property.
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
Answer back the number of values as described in the JVM specifications.
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.
getWorkingCopies(WorkingCopyOwner) - Static method in class org.eclipse.jdt.core.JavaCore
Returns the working copies that have the given owner.
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.


 

Overview

 
Package  Class  Use  Tree  Deprecated  Help 
Eclipse JDT
Release 3.0
 PREV LETTER   NEXT LETTER FRAMES    NO FRAMES  
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _


Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.