Eclipse JDT
2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

G

GENERATE - Static variable in class org.eclipse.jdt.core.JavaCore
Possible configurable option value.
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").
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(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.GenerateActionGroup
Creates a new GenerateActionGroup.
GenerateActionGroup(Page) - Constructor for class org.eclipse.jdt.ui.actions.GenerateActionGroup
Creates a new GenerateActionGroup.
getAccessFlags() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer back the access flags of this method info as specified in the JVM specifications.
getAccessFlags() - 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.IFieldInfo
Answer back the access flag of this field info.
getAccessFlags() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the access flag of the .class file.
getActions(ISelection) - Method in class org.eclipse.jdt.ui.actions.ReferencesSearchGroup
Note: this method is for internal use only.
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.
getAllInterfaces() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all interfaces in this type hierarchy's graph, in no particular order.
getAllPackageFragmentRoots() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns all of the existing package fragment roots that exist on the classpath, in the order they are defined by the classpath.
getAllSubtypes(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all resolved subtypes (direct and indirect) of the given type, in no particular order, limited to the types in this type hierarchy's graph.
getAllSuperclasses(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all resolved superclasses of the given class, in bottom-up order.
getAllSuperInterfaces(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all resolved superinterfaces (direct and indirect) of the given type.
getAllSupertypes(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all resolved supertypes of the given class, in bottom-up order.
getAllTypes() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns all types in this type hierarchy's graph, in no particular 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.
getAncestor(int) - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the first ancestor of this Java element that has the given type.
getAnnotationHover(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
 
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.ZipEntryStorage
Returns the archive containing the zip entry.
getArchive() - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Returns the archive associated with this source location.
getArgumentOrder() - Method in interface org.eclipse.jdt.launching.IVMConnector
Returns a list of argument names found in this connector's default argument map, defining the order in which arguments should be presented to the user.
getArguments() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Answer back the original arguments recorded into the problem.
getArgumentTypeNames() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
Returns a list of fully qualified type names of the arguments for the method associated with this stack frame.
getArray() - Method in class org.eclipse.jdt.core.dom.ArrayAccess
Returns the array expression of this array access expression.
getArrayCount(char[]) - Static method in class org.eclipse.jdt.core.Signature
Returns the array count (array nesting depth) of the given type signature.
getArrayCount(String) - Static method in class org.eclipse.jdt.core.Signature
Returns the array count (array nesting depth) of the given type signature.
getAST() - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns this node's AST.
getAttributeCount() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer back the attribute number of the method info.
getAttributeCount() - Method in interface org.eclipse.jdt.core.util.IFieldInfo
Answer back the attribute number of the field info.
getAttributeCount() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the attribute number of the .class file.
getAttributeLength() - Method in interface org.eclipse.jdt.core.util.IClassFileAttribute
Answer back the attribute length as specified in the JVM specifications.
getAttributeName() - Method in interface org.eclipse.jdt.core.util.IClassFileAttribute
Answer back the attribute name as specified in the JVM specifications.
getAttributeNameIndex() - Method in interface org.eclipse.jdt.core.util.IClassFileAttribute
Answer back the attribute name index in the constant pool as specified in the JVM specifications.
getAttributes() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer back the collection of all attributes of the method 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.ICodeAttribute
Answer back the collection of all attributes of the field info.
getAttributes() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the collection of all attributes of the field info.
getAttributesCount() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the attribute number of the code attribute.
getAttributeValueFrom(Text) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
Retuns the string in the text widget, or null if empty.
getAutoIndentStrategy(ISourceViewer, String) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
 
getBody() - Method in class org.eclipse.jdt.core.dom.WhileStatement
Returns the body of this while 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.SynchronizedStatement
Returns the body of this synchronized 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.LabeledStatement
Returns the body of this labeled 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.ForStatement
Returns the body of this for statement.
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.CatchClause
Returns the body of this catch clause.
getBody() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Returns the body of this method.
getBody() - Method in interface org.eclipse.jdt.core.jdom.IDOMInitializer
Returns the body of this initializer.
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.
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.
getBuffer() - Method in class org.eclipse.jdt.core.BufferChangedEvent
Returns the buffer which has changed.
getBufferFactory() - Static method in class org.eclipse.jdt.ui.JavaUI
Returns the BufferFactory for the Java UI plug-in.
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.
getByteValue() - Method in interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue
Returns this value as a byte
getCachedFlags(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Return the flags associated with this 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.
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.
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
Returns the current contents of this document fragment as a character array.
getCharValue() - Method in interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue
Returns this value as a char
getChild(String) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Returns the first named child of this node with the given name.
getChildren() - Method in interface org.eclipse.jdt.core.IParent
Returns the immediate children of this element.
getChildren() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Returns an enumeration of children of this node.
getChildren(Object) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
 
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.IConstantPoolEntry
Answer back the class index for a CONSTANT_Fieldref, CONSTANT_Methodref, CONSTANT_InterfaceMethodref type entry.
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.
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.IConstantPoolEntry
Answer back the class name for a CONSTANT_Fieldref, CONSTANT_Methodref, CONSTANT_InterfaceMethodref type entry.
getClassName() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the qualified name of the .class file.
getClassObject() - Method in interface org.eclipse.jdt.debug.core.IJavaInterfaceType
Returns the class object associated with this interface type.
getClassObject() - Method in interface org.eclipse.jdt.debug.core.IJavaClassType
Returns the class object associated with this class type.
getClassPath() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the classpath.
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.
getClasspathEntries() - Method in interface org.eclipse.jdt.core.IClasspathContainer
Answers the set of classpath entries this container is mapping to.
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.
getClasspathVariableNames() - Static method in class org.eclipse.jdt.core.JavaCore
Returns the names of all known classpath variables.
getClassToLaunch() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the name of the class to launch.
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.JavaTextTools
Returns a scanner which is configured to scan Java source code.
getCodeScanner() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Returns the Java source code scanner for this configuration.
getColor(RGB) - Method in interface org.eclipse.jdt.ui.text.IColorManager
Returns the color object for the value represented by the given RGB object.
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.JavaTextTools
Returns the color manager which is used to manage any Java-specific colors needed for such things like syntax highlighting.
getColorManager() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Returns the color manager for this configuration.
getComment() - Method in class org.eclipse.jdt.core.dom.Javadoc
Returns the Javadoc comment string, including the starting and ending comment delimiters, and any embedded line breaks.
getComment() - Method in interface org.eclipse.jdt.core.jdom.IDOMMember
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.
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").
getCompilationUnits() - Method in interface org.eclipse.jdt.core.IPackageFragment
Returns all of the compilation units in this package fragment.
getCompiledExpression(String, IJavaObject) - Method in interface org.eclipse.jdt.debug.eval.IAstEvaluationEngine
Synchronously generates a compiled expression from the given expression in the context of the specified object.
getCompiledExpression(String, 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.
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.
getCondition() - Method in interface org.eclipse.jdt.debug.core.IJavaLineBreakpoint
Returns the conditional expression associated with this breakpoint, or null if this breakpoint does not have a condition.
getConfiguredContentTypes(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
 
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.
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.IConstantValueAttribute
Answer back the constant value index.
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
Returns the current contents of this document fragment.
getContents() - Method in class org.eclipse.jdt.launching.sourcelookup.ZipEntryStorage
 
getContents() - Method in class org.eclipse.jdt.launching.sourcelookup.LocalFileStorage
 
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.
getCreatedType() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Returns the created type.
getCurrentTokenEndPosition() - Method in interface org.eclipse.jdt.core.compiler.IScanner
Answers the ending position of the current token inside the original source.
getCurrentTokenSource() - Method in interface org.eclipse.jdt.core.compiler.IScanner
Answers the current identifier source, after unicode escape sequences have been translated into unicode characters.
getCurrentTokenStartPosition() - Method in interface org.eclipse.jdt.core.compiler.IScanner
Answers the starting position of the current token inside the original source.
getDebugTarget() - Method in interface org.eclipse.jdt.debug.eval.IEvaluationEngine
Returns the debug target for which evaluations are executed.
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 or interface.
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 or interface.
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 classes and interfaces declared as members of this class or interface type.
getDeclaringClass() - Method in interface org.eclipse.jdt.core.dom.IVariableBinding
Returns the type binding representing the class or interface that declares this field.
getDeclaringClass() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the type binding representing the class or interface that declares this binding.
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.
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.IJavaStackFrame
Returns the type in which this stack frame's method is declared.
getDeclaringType() - Method in interface org.eclipse.jdt.debug.core.IJavaFieldVariable
Returns the type that declares this variable.
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.
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.
getDefaultJRELibrary() - Static method in class org.eclipse.jdt.ui.PreferenceConstants
Returns the current configuration for the JRE to be used as default in new Java projects.
getDefaultLibraryLocations(File) - Method in interface org.eclipse.jdt.launching.IVMInstallType
Returns a collection of 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.
getDefaultPrefixes(ISourceViewer, String) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
 
getDefaultSourceLocations(IJavaProject) - Static method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
Returns a default collection of source locations for the given Java project.
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().
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() - Method in interface org.eclipse.jdt.core.IClasspathContainer
Answers a readable description of this container
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.IMethodInfo
Answer back the method descriptor of this method info as specified in the JVM specifications.
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.IFieldInfo
Answer back the descriptor of this field info.
getDescriptorIndex() - Method in interface org.eclipse.jdt.core.util.IMethodInfo
Answer back the descriptor index of this method 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.IFieldInfo
Answer back the descriptor index of this field info.
getDialogTitle() - Method in class org.eclipse.jdt.ui.actions.OpenExternalJavadocAction
Note: this method is for internal use only.
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.
getDimensions() - Method in class org.eclipse.jdt.core.dom.ArrayType
Returns the number of dimensions in this array type.
getDirectory() - Method in class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
Returns the directory associated with this source location.
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
 
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.
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.
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.
getElementName() - Method in interface org.eclipse.jdt.core.IType
Returns the simple name of this type, unqualified by package or enclosing type.
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.IPackageDeclaration
Returns the name of the package the statement refers to.
getElementName() - Method in interface org.eclipse.jdt.core.IMethod
Returns the simple name of this method.
getElementName() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the name of this element.
getElementName() - Method in interface org.eclipse.jdt.core.IImportDeclaration
Returns the name that has been imported.
getElementName() - Method in interface org.eclipse.jdt.core.IField
Returns the simple name of this field.
getElements() - Method in interface org.eclipse.jdt.core.IRegion
Returns the top level elements in this region.
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 class org.eclipse.jdt.ui.jarpackager.JarPackageData
Returns the elements which will be exported.
getElements(Object) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
 
getElementToOpen(Object) - Method in class org.eclipse.jdt.ui.actions.OpenAction
Note: this method is for internal use only.
getElementType() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns this element's kind encoded as an integer.
getElementType() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the binding representing the element type of this array type, or null if this is not an array type binding.
getElementType() - Method in class org.eclipse.jdt.core.dom.ArrayType
Returns the element type of this array type.
getElementType(char[]) - Static method in class org.eclipse.jdt.core.Signature
Returns the type signature without any array nesting.
getElementType(String) - Static method in class org.eclipse.jdt.core.Signature
Returns the type signature without any array nesting.
getElseExpression() - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
Returns the "else" part of this conditional expression.
getElseStatement() - Method in class org.eclipse.jdt.core.dom.IfStatement
Returns the "else" part of this if statement, or null if this if statement has no "else" part.
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.
getEndPC() - Method in interface org.eclipse.jdt.core.util.IExceptionTableEntry
Answer back the end pc of this entry.
getEntryKind() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the kind of this classpath entry.
getEntryKind(int) - Method in interface org.eclipse.jdt.core.util.IConstantPool
Answer back the type of the entry at the index @index in the constant pool.
getErrorMessage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
Overridden here so that any error message in the dynamic UI gets returned.
getErrorMessage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
getErrors() - 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
Returns any errors which occurred while creating this compiled expression.
getEscapedValue() - Method in class org.eclipse.jdt.core.dom.StringLiteral
Returns the string value of this literal node to the given string literal token.
getEscapedValue() - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
Returns the string value of this literal node.
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.
getExceptions() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Returns the names of the exception types this method throws in the order in which they are declared in the source, or an empty array if this method declares no exception types.
getExceptionsNumber() - Method in interface org.eclipse.jdt.core.util.IExceptionAttribute
Answer back the number of exceptions of the exception attribute.
getExceptionTable() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the array of exception entries, if they are present.
getExceptionTableLength() - Method in interface org.eclipse.jdt.core.util.ICodeAttribute
Answer back the exception table length of the code attribute.
getExceptionTypeName() - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
Returns the fully qualified type name of the exception that last caused this breakpoint to suspend, of null if this breakpoint has not caused a thread to suspend.
getExceptionTypes() - Method in interface org.eclipse.jdt.core.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.
getExpression() - Method in class org.eclipse.jdt.core.dom.WhileStatement
Returns the expression of this while statement.
getExpression() - Method in class org.eclipse.jdt.core.dom.ThrowStatement
Returns the expression of this throw 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.SwitchStatement
Returns the expression of this switch statement.
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.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.ReturnStatement
Returns the expression of this return statement, 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.MethodInvocation
Returns the expression of this method invocation expression, 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.ForStatement
Returns the condition expression of this for statement, or null if there is none.
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.ExpressionStatement
Returns the expression of this expression statement.
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.ConditionalExpression
Returns the condition of this conditional 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.CastExpression
Returns the expression of this cast expression.
getExpression() - Method in class org.eclipse.jdt.core.dom.AssertStatement
Returns the first expression of this assert statement.
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.VariableDeclarationFragment
Returns the number of extra array dimensions this variable has over and above the type specified in the enclosing declaration.
GETFIELD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
getField(String) - Method in interface org.eclipse.jdt.core.IType
Returns the field with the specified name in this type (for example, "bar").
getField(String) - Method in interface org.eclipse.jdt.debug.core.IJavaInterfaceType
Returns a variable representing the static field in this interface with the given name, 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.IJavaClassType
Returns a variable representing the static field in this class with the given name, or null if there is no field with the given name, or the name is ambiguous.
getField(String, boolean) - Method in interface org.eclipse.jdt.debug.core.IJavaObject
Returns a variable representing the field in this object with the given name, or null if there is no field with the given name, or the name is ambiguous.
getField(String, String) - Method in interface org.eclipse.jdt.debug.core.IJavaObject
Returns a variable representing the field in this object with the given name declared in the type with the given signature, or null if there is no field with the given name, or the name is ambiguous.
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.jdt.launching.sourcelookup.LocalFileStorage
Returns the file asscoiated with this storage
getFileComment(ICompilationUnit) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Hook mathod that gets called from createType to retrieve a file comment.
getFilters() - Method in interface org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint
Returns the filters that define the scope for the associated exception.
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
Returns the first child of this node.
getFlags() - Method in interface org.eclipse.jdt.core.IMember
Returns the modifier flags for this member.
getFlags() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns flags that describe how an element has changed.
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.IDOMMember
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
getFullPath() - Method in class org.eclipse.jdt.launching.sourcelookup.ZipEntryStorage
 
getFullPath() - Method in class org.eclipse.jdt.launching.sourcelookup.LocalFileStorage
 
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.
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
Returns the header comment for this compilation unit.
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.launching.IVMInstallType
Returns the globally unique id of this VM type.
getId() - Method in interface org.eclipse.jdt.launching.IVMInstall
Returns the id for this VM.
getId() - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
getId() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getID() - Method in interface org.eclipse.jdt.core.compiler.IProblem
Returns the problem id
getIdentifier() - Method in class org.eclipse.jdt.core.dom.SimpleName
Returns this node's identifier.
getIdentifier() - Method in interface org.eclipse.jdt.launching.IVMConnector
Returns a unique indentifier for this kind of connector.
getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
 
getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
 
getImage() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
getImage(Object) - Method in class org.eclipse.jdt.ui.JavaElementLabelProvider
 
getImage(String) - Method in interface org.eclipse.jdt.ui.ISharedImages
Returns the shared image managed under the given key.
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.
getImport(String) - Method in interface org.eclipse.jdt.core.IImportContainer
Returns the first import declaration in this import container with the given name.
getImport(String) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns the first import declaration in this compilation unit 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.
getIndentPrefixes(ISourceViewer, String) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
 
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.
getInformationControlCreator(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
 
getInformationPresenter(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
 
getInitializer() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
 
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.SingleVariableDeclaration
 
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 interface org.eclipse.jdt.core.eval.IGlobalVariable
Returns the initializer of this global variable.
getInitializer() - Method in interface org.eclipse.jdt.core.jdom.IDOMField
Returns the initializer expression for this field.
getInitializer(int) - Method in interface org.eclipse.jdt.core.IType
Returns the initializer with the specified position relative to the order they are defined in the source.
getInitializers() - Method in interface org.eclipse.jdt.core.IType
Returns the initializers declared by this type.
getInitialJavaElement(IStructuredSelection) - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Utility method to inspect a selection to find a Java element.
getInnerClassAttributesEntries() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttribute
Answer back the array of inner attribute entries as specified in the JVM specifications, or an empty array if none.
getInnerClassesAttribute() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer back the inner classes attribute of this .class file, null if none.
getInnerClassName() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
Answer back the inner class name of this inner classes attribute as specified in the JVM specifications, null if inner class name index is equals to zero.
getInnerClassNameIndex() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
Answer back the inner class name index of this inner classes attribute as specified in the JVM specifications.
getInnerName() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
Answer back the inner name of this inner classes attribute as specified in the JVM specifications, null if inner name index is equals to zero.
getInnerNameIndex() - Method in interface org.eclipse.jdt.core.util.IInnerClassesAttributeEntry
Answer back the inner name index of this inner classes attribute as specified in the JVM specifications.
getInput() - Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
Deprecated. use getInputElement instead
getInputElement() - Method in interface org.eclipse.jdt.ui.ITypeHierarchyViewPart
Returns the input element of this type hierarchy view.
getInstallLocation() - Method in interface org.eclipse.jdt.launching.IVMInstall
Returns the root directory of the install location of this VM.
getInstallLocation() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getInstanceType() - Method in interface org.eclipse.jdt.debug.core.IJavaClassObject
Returns the type associated with instances of this class.
getIntegerValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
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 or interface represented by this type binding.
getIntValue() - Method in interface org.eclipse.jdt.debug.core.IJavaPrimitiveValue
Returns this value as an int
getJarLocation() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Gets the location of the JAR file.
getJavaCore() - Static method in class org.eclipse.jdt.core.JavaCore
Returns the single instance of the Java core plug-in runtime class.
getJavadoc() - Method in class org.eclipse.jdt.core.dom.BodyDeclaration
Returns the Javadoc comment node.
getJavadocBaseLocation(IJavaElement) - Static method in class org.eclipse.jdt.ui.JavaUI
Returns the Javadoc base URL for an element.
getJavadocLocation() - Method in interface org.eclipse.jdt.launching.IVMInstall
Returns the Javadoc location associated with this VM install.
getJavadocLocation() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getJavadocLocation(IJavaElement, boolean) - Static method in class org.eclipse.jdt.ui.JavaUI
Returns the Javadoc URL for an element.
getJavaDocScanner() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Returns a scanner which is configured to scan JavaDoc compliant comments.
getJavaDocScanner() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Returns the JavaDoc scanner for this configuration.
getJavaElement(IJavaElement) - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Returns a handle for the Java element associated with this document fragment, based on the parent Java element.
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() - 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.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() - 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.launching.sourcelookup.JavaProjectSourceLocation
Returns the Java project associated with this source location.
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.
getJavaProject(ILaunchConfiguration) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Return the IJavaProject referenced in the specified configuration or null if none.
getJavaProject(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the Java project specified by the given launch configuration, or null if none.
getJavaProject(String) - Method in interface org.eclipse.jdt.core.IJavaModel
Returns the Java project with the given name.
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.
getJavaType() - Method in interface org.eclipse.jdt.debug.core.IJavaVariable
Returns the declared type of this variable.
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
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.
getJREVariableEntry() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Creates and returns a classpath entry describing the JRE_LIB classpath variable.
getKey() - Method in interface org.eclipse.jdt.core.dom.IBinding
Returns the key for this binding.
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.IPackageFragment
Returns this package fragment's root kind encoded as an integer.
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.IClasspathContainer
Answers the kind of this container.
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.LabeledStatement
Returns the label of this labeled statement.
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.BreakStatement
Returns the label of this break statement, or null if there is none.
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.JavaJRETab
 
getLaunchConfiguration() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
Returns the current java project context
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
Returns the leading comment string, including the starting and ending comment delimiters, and any embedded line breaks.
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.InstanceofExpression
Returns the left operand of this instanceof expression.
getLeftOperand() - Method in class org.eclipse.jdt.core.dom.InfixExpression
Returns the left operand of this infix expression.
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 interface org.eclipse.jdt.core.IBuffer
Returns number of characters stored in this buffer.
getLength() - Method in class org.eclipse.jdt.core.BufferChangedEvent
Returns the length of text removed or replaced in the buffer, or 0 if text has been inserted into the buffer.
getLength() - Method in class org.eclipse.jdt.core.dom.Message
Returns the length in characters of the original source file indicating where the source fragment corresponding to this message ends.
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 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.debug.core.IJavaArray
Returns the length of this array.
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 interface org.eclipse.jdt.launching.IVMInstall
Returns the library locations of this IVMInstall.
getLibraryLocations() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
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.
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.
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.
getLocalVariables() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
Returns a collection of local variables that are visible at the current point of execution in this stack frame.
getLocalVariableTable() - Method in interface org.eclipse.jdt.core.util.ILocalVariableAttribute
Answer back the local variable table of this entry as specified in the JVM specifications.
getLocalVariableTableLength() - Method in interface org.eclipse.jdt.core.util.ILocalVariableAttribute
Answer back the local variable table length of this entry as specified in the JVM specifications.
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.
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.
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.
getMemento() - Method in class org.eclipse.jdt.debug.ui.JavaUISourceLocator
 
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.JavaSourceLocator
 
getMemento() - Method in class org.eclipse.jdt.launching.sourcelookup.JavaProjectSourceLocation
 
getMemento() - Method in interface org.eclipse.jdt.launching.sourcelookup.IJavaSourceLocation
Returns a memento for this source location from which this source location can be reconstructed.
getMemento() - Method in class org.eclipse.jdt.launching.sourcelookup.DirectorySourceLocation
 
getMemento() - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
 
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.Message
Returns the localized message.
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.debug.ui.launchConfigurations.JavaArgumentsTab
 
getMessages() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns the list of messages reported by the compiler during the parsing or the type checking of this compilation unit.
getMethod(String, String[]) - Method in interface org.eclipse.jdt.core.IType
Returns the method with the specified name and parameter types in this type (for example, "foo", {"I", "QString;"}).
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.
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.debug.core.IJavaStackFrame
Returns the name of the method associated with this stack frame
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.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.
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.
getMethodSignature() - Method in interface org.eclipse.jdt.debug.core.IJavaMethodEntryBreakpoint
Returns the signature of the method this breakpoint suspends execution in.
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.
getMinorVersion() - Method in interface org.eclipse.jdt.core.util.IClassFileReader
Answer the minor version of this .class file.
getModifiers() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Returns the modifiers explicitly specified on this declaration.
getModifiers() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Returns the modifiers explicitly specified on this declaration.
getModifiers() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
Returns the modifiers explicitly specified on this declaration.
getModifiers() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
Returns the modifiers explicitly specified on this declaration.
getModifiers() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns the modifiers explicitly specified on this declaration.
getModifiers() - Method in class org.eclipse.jdt.core.dom.Initializer
Returns the modifiers explicitly specified on this declaration.
getModifiers() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the compiled modifiers for this class or interface binding.
getModifiers() - Method in interface org.eclipse.jdt.core.dom.IBinding
Returns the modifiers for this binding.
getModifiers() - Method in class org.eclipse.jdt.core.dom.FieldDeclaration
Returns the modifiers explicitly specified on this declaration.
getModifiers() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Returns the selected modifiers.
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.JavaTextTools
Returns a scanner which is configured to scan Java multiline comments.
getMultilineCommentScanner() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Returns the Java multiline comment scanner for this configuration.
getName() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
 
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.TypeDeclaration
Returns the name of the type declared in this type declaration.
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.SuperFieldAccess
Returns the name of the field accessed in this "super" field access expression.
getName() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
 
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.QualifiedName
Returns the name part of this qualified name.
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.MethodInvocation
Returns the name of the method invoked in this expression.
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.ImportDeclaration
Returns the name imported by this declaration.
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 interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the unqualified name of the type represented by 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.IMethodBinding
Returns the name of the method declared in this binding.
getName() - Method in interface org.eclipse.jdt.core.dom.IBinding
Returns the name of this binding.
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 class org.eclipse.jdt.core.dom.ClassInstanceCreation
Returns the name of the type instantiated in this class instance creation expression.
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.IDOMType
The IDOMType refinement of this IDOMNode method returns the name of this type.
getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMPackage
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.IDOMNode
Returns the name of this node.
getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
The IDOMMethod refinement of this IDOMNode method returns the name of this method.
getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMInitializer
The IDOMInitializer refinement of this IDOMNode method returns null.
getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMImport
The IDOMImport refinement of this IDOMNode method returns the name of this import.
getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMField
The IDOMField refinement of this IDOMNode method returns the name of this field.
getName() - Method in interface org.eclipse.jdt.core.jdom.IDOMCompilationUnit
The IDOMCompilationNode refinement of this IDOMNode method returns the name of this compilation unit.
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.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.IFieldInfo
Answer back the name of this field info.
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.JavaSourceLookupTab
 
getName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
 
getName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
 
getName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
 
getName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
 
getName() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
 
getName() - Method in interface org.eclipse.jdt.launching.IVMInstallType
Returns the display name of this VM type.
getName() - Method in interface org.eclipse.jdt.launching.IVMInstall
Returns the display name of this VM.
getName() - Method in interface org.eclipse.jdt.launching.IVMConnector
Returns the name of this connector.
getName() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getName() - Method in class org.eclipse.jdt.launching.sourcelookup.ZipEntryStorage
 
getName() - Method in class org.eclipse.jdt.launching.sourcelookup.LocalFileStorage
 
getName() - Method in class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
Returns the name of the archive associated with this source location
getName() - Method in class org.eclipse.jdt.ui.actions.ReferencesSearchGroup
Note: this method is for internal use only.
getNameAndTypeIndex() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
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.IMethodInfo
Answer back the name index of this method 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.IFieldInfo
Answer back the name index of this field info.
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).
getNewJavaProject() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
Returns the Java project handle by converting the result of getProjectHandle() into a Java project.
getNewPackageFragment() - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
Returns the created package fragment.
getNewValue() - Method in class org.eclipse.jdt.launching.PropertyChangeEvent
Returns the new value of the property.
getNextNode() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Returns the sibling node immediately following this node.
getNextToken() - Method in interface org.eclipse.jdt.core.compiler.IScanner
Read the next token in the source, and answers its ID as specified by ITerminalSymbols.
getNodeType() - Method in class org.eclipse.jdt.core.dom.WhileStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.TypeLiteral
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.TryStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ThrowStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ThisExpression
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.SynchronizedStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.SwitchStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.SwitchCase
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.SuperFieldAccess
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.StringLiteral
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.SimpleType
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.SimpleName
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ReturnStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.QualifiedName
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.PrimitiveType
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.PrefixExpression
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.PostfixExpression
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ParenthesizedExpression
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.PackageDeclaration
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.NumberLiteral
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.NullLiteral
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.MethodInvocation
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.LabeledStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.Javadoc
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.InstanceofExpression
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.Initializer
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.InfixExpression
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ImportDeclaration
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.IfStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ForStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.FieldDeclaration
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.FieldAccess
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ExpressionStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.EmptyStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.DoStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ContinueStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ConstructorInvocation
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ConditionalExpression
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.CharacterLiteral
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.CatchClause
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.CastExpression
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.BreakStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.BooleanLiteral
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.Block
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.Assignment
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.AssertStatement
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ArrayType
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ArrayInitializer
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ArrayCreation
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.ArrayAccess
 
getNodeType() - Method in class org.eclipse.jdt.core.dom.AnonymousClassDeclaration
 
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
Returns the type of this node.
getNonJavaResources() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Returns an array of non-Java resources contained in this package fragment root.
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.IJavaProject
Returns an array of non-Java resources directly contained in this project.
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 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.BufferChangedEvent
Returns the index of the first character inserted, removed, or replaced in the buffer.
getOldValue() - Method in class org.eclipse.jdt.launching.PropertyChangeEvent
Returns the old value of the property.
getOpenable() - Method in interface org.eclipse.jdt.core.IJavaElement
Returns the first openable parent.
getOpenAction() - Method in class org.eclipse.jdt.ui.actions.OpenEditorActionGroup
Returns the open action managed by this action group.
getOpenAction() - Method in class org.eclipse.jdt.ui.actions.NavigateActionGroup
Returns the open action managed by this action group.
getOperand() - Method in class org.eclipse.jdt.core.dom.PrefixExpression
Returns the operand of this prefix expression.
getOperand() - Method in class org.eclipse.jdt.core.dom.PostfixExpression
Returns the operand of this postfix expression.
getOperator() - Method in class org.eclipse.jdt.core.dom.PrefixExpression
Returns the operator of this prefix 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.InfixExpression
Returns the operator of this infix expression.
getOperator() - Method in class org.eclipse.jdt.core.dom.Assignment
Returns the operator of this assignment expression.
getOption(String) - Static method in class org.eclipse.jdt.core.JavaCore
Helper method for returning one option value only.
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
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
Returns the original element this working copy was created from, or null if this is not a working copy.
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.
getOutputLocation() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the full path to the location where the builder writes .class files.
getOutputLocation() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
Returns the currently configured output location.
getOutputLocation() - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
Returns the currently configured output location.
getOverrideIndicators(IMethod) - Method in class org.eclipse.jdt.ui.OverrideIndicatorLabelDecorator
Note: This method is for internal use only.
getOwner() - Method in interface org.eclipse.jdt.core.IBuffer
Returns the Java openable element owning of this buffer.
getPackage() - Method in interface org.eclipse.jdt.core.dom.ITypeBinding
Returns the binding for the package in which this class or interface is declared.
getPackage() - Method in class org.eclipse.jdt.core.dom.CompilationUnit
Returns the node for the package declaration of this compilation unit, or null if this compilation unit is in the default package.
getPackageDeclaration(String) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns the first package declaration in this compilation unit with the given package name (there normally is at most one package declaration).
getPackageDeclarations() - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns the package declarations in this compilation unit in the order in which they appear in the source.
getPackageFragment() - Method in interface org.eclipse.jdt.core.IType
Returns the package fragment in which this element is defined.
getPackageFragment() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Returns the package fragment corresponding to the current input.
getPackageFragment(String) - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Returns the package fragment with the given package name.
getPackageFragmentRoot() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Returns the IPackageFragmentRoot that corresponds to the current value of the source folder field.
getPackageFragmentRoot(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(String) - Method in interface org.eclipse.jdt.core.IJavaProject
Returns a package fragment root for the JAR at the specified file system path.
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
Returns the existing package fragment roots identified by the given entry.
getPackageFragmentRootText() - Method in class org.eclipse.jdt.ui.wizards.NewContainerWizardPage
Returns the current text of source folder text field.
getPackageFragments() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns all package fragments in all package fragment roots contained in this project.
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
 
getPackagesToSeal() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Gets the packages which should be sealed.
getPackagesToUnseal() - Method in class org.eclipse.jdt.ui.jarpackager.JarPackageData
Gets the packages which should explicitly be unsealed.
getPackageText() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Returns the text of the package input field.
getPackageText() - Method in class org.eclipse.jdt.ui.wizards.NewPackageWizardPage
Returns the content of the package input field.
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
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() - 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
Returns the type names for the parameters of this method in the order they are declared, or null if no parameters are declared.
getParameterTypes(char[]) - Static method in class org.eclipse.jdt.core.Signature
Extracts the parameter type signatures from the given method signature.
getParameterTypes(String) - Static method in class org.eclipse.jdt.core.Signature
Extracts the parameter type signatures from the given method signature.
getParent() - Method in 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
Returns the parent of this node.
getParent(Object) - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
 
getPartitionManagingPositionCategories() - Method in class org.eclipse.jdt.ui.text.JavaTextTools
Returns the names of the document position categories used by the document partitioners created by this object to manage their partition information.
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.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 interface org.eclipse.jdt.core.IJavaElement
Returns the path to the innermost resource enclosing this element.
getPath() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the path of this classpath entry.
getPath() - Method in interface org.eclipse.jdt.core.IClasspathContainer
Answers the container path identifying this container.
getPath() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns the path associated with this entry.
getPattern() - Method in interface org.eclipse.jdt.debug.core.IJavaPatternBreakpoint
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.
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.
getPreferences() - Static method in class org.eclipse.jdt.debug.core.JDIDebugModel
Returns the preference store for this plug-in.
getPreferences() - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the preference store for the launching plug-in.
getPreferenceStore() - Method in class org.eclipse.jdt.ui.PreferenceConstants
Returns the JDT-UI preference store.
getPreferenceStore() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Returns the preference store used by this configuration to initialize the individual bits and pieces.
getPresentationReconciler(ISourceViewer) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
 
getPreviousNode() - Method in interface org.eclipse.jdt.core.jdom.IDOMNode
Returns the sibling node immediately preceding this node.
getPrimitiveTypeCode() - Method in class org.eclipse.jdt.core.dom.PrimitiveType
Returns the primitive type code.
getProgramArguments() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the arguments to the Java program.
getProgramArguments() - Method in class org.eclipse.jdt.launching.ExecutionArguments
Returns the program arguments as one string.
getProgramArguments(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the program arguments specified by the given launch configuration, as a string.
getProgramArgumentsArray() - Method in class org.eclipse.jdt.launching.ExecutionArguments
Returns the program arguments as an array of individual arguments.
getProgressMonitor() - Method in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
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.
getProperty() - Method in class org.eclipse.jdt.launching.PropertyChangeEvent
Returns the name of the property that changed.
getProperty(String) - Method in class org.eclipse.jdt.core.dom.ASTNode
Returns the named property of this node, or null if none.
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
Returns whether the provided members are from a working copy or the original compilation unit.
getQualifier() - Method in class org.eclipse.jdt.core.dom.ThisExpression
Returns the qualifier of this "this" 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.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.QualifiedName
Returns the qualifier part of this qualified name.
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.
getRawClasspath() - Method in interface org.eclipse.jdt.core.IJavaProject
Returns the raw classpath for the project, as a list of classpath entries.
getRawClassPath() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPage
Returns the currently configured classpath.
getRawClassPath() - Method in class org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage
Returns the currently configured classpath.
getRawClasspathEntry() - Method in interface org.eclipse.jdt.core.IPackageFragmentRoot
Returns the first raw classpath entry that corresponds to this package fragment root.
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
 
getRefreshAction() - Method in class org.eclipse.jdt.ui.actions.BuildActionGroup
Returns the refresh action managed by this group.
getRemovedChildren() - Method in interface org.eclipse.jdt.core.IJavaElementDelta
Returns deltas for the children which have been removed.
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 classpath entries, where all classpath variable entries have been resolved and substituted with their final target 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 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() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
Returns the return type of the method declared in this method declaration.
getReturnType() - Method in interface org.eclipse.jdt.core.dom.IMethodBinding
Returns the binding for the return type of this method.
getReturnType() - Method in interface org.eclipse.jdt.core.jdom.IDOMMethod
Returns the return type name, or null.
getReturnType(char[]) - Static method in class org.eclipse.jdt.core.Signature
Extracts the return type from the given method signature.
getReturnType(String) - Static method in class org.eclipse.jdt.core.Signature
Extracts the return type from the given method signature.
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.InstanceofExpression
Returns the right operand of this instanceof expression.
getRightOperand() - Method in class org.eclipse.jdt.core.dom.InfixExpression
Returns the right operand of this infix 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
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.NewTypeWizardPage
Returns the runnable that creates the type using the current settings.
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.NewJavaProjectWizardPage
Returns the runnable that will create the Java project.
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.
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.
getSelectionProvider() - Method in class org.eclipse.jdt.ui.actions.SelectionDispatchAction
Returns the selection provider managed by the site owning this action.
getSharedImages() - Static method in class org.eclipse.jdt.ui.JavaUI
Returns the shared images for the Java UI.
getSharedWorkingCopies() - Static method in class org.eclipse.jdt.ui.JavaUI
Answers the shared working copies currently registered for the Java plug-in.
getSharedWorkingCopies(IBufferFactory) - Static method in class org.eclipse.jdt.core.JavaCore
Answers the shared working copies currently registered for this buffer factory.
getSharedWorkingCopy(IProgressMonitor, IBufferFactory, IProblemRequestor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
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 interface org.eclipse.jdt.core.IMethod
Returns the signature of the method.
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.
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.IJavaType
Returns the JNI-style signature for this type.
getSignature() - Method in interface org.eclipse.jdt.debug.core.IJavaStackFrame
Returns the JNI signature for the method this stack frame is associated with.
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.JavaTextTools
Returns a scanner which is configured to scan Java singleline comments.
getSinglelineCommentScanner() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Returns the Java singleline comment scanner for this configuration.
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.IEvaluationResult
Returns the snippet that was evaluated.
getSnippet() - Method in interface org.eclipse.jdt.debug.eval.ICompiledExpression
Returns the source snippet from which this compiled expression was created.
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.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.core.IClasspathEntry
Returns the path to the source archive associated with this classpath entry, or null if this classpath entry has no source attachment.
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.IPackageFragmentRoot
Returns the path within this package fragment root's source archive.
getSourceAttachmentRootPath() - Method in interface org.eclipse.jdt.core.IClasspathEntry
Returns the path within the source archive where package fragments are located.
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
 
getSourceElement(IStackFrame) - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
 
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
 
getSourceLocations() - Method in class org.eclipse.jdt.launching.sourcelookup.JavaSourceLocator
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.IJavaTargetPatternBreakpoint
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() - Method in interface org.eclipse.jdt.debug.core.IJavaPatternBreakpoint
Returns the source file name in which this breakpoint is set.
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.
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.IExceptionTableEntry
Answer back the start pc of this entry.
getStartPosition() - Method in class org.eclipse.jdt.core.dom.Message
Returns the character index into the original source file.
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.
GETSTATIC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
getStatus() - Method in interface org.eclipse.jdt.ui.jarpackager.IJarExportRunnable
Returns the current status of this operation.
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.IJarDescriptionReader
Returns the status of this reader.
getStepFilters() - Method in interface org.eclipse.jdt.debug.core.IJavaDebugTarget
Returns the list of active step filters in this target.
getString() - Method in interface org.eclipse.jdt.core.IJavaModelStatus
Returns the string associated with the failure (see specification of the status code), or null if no string is related to this particular status code.
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.JavaTextTools
Returns a scanner which is configured to scan Java strings.
getStringScanner() - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
Returns the Java string scanner for this configuration.
getStringValue() - Method in interface org.eclipse.jdt.core.util.IConstantPoolEntry
Answer back the string value for a CONSTANT_String type entry.
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.core.dom.TypeDeclaration
Returns the name of the superclass declared in this type declaration, or null if there is none.
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 interface org.eclipse.jdt.core.jdom.IDOMType
Returns the name of this type's superclass.
getSuperclass() - Method in interface org.eclipse.jdt.debug.core.IJavaClassType
Returns the superclass of this class type, or null if no such class exists.
getSuperClass() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Returns the content of the superclass input field.
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.
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.
getSuperInterfaceNames() - Method in interface org.eclipse.jdt.core.IType
Returns the names of interfaces that this type implements or extends, in the order in which they are listed in the source.
getSuperInterfaces() - Method in interface org.eclipse.jdt.core.jdom.IDOMType
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 class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Returns the chosen super interfaces.
getSuperInterfaces(IType) - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns the direct resolved interfaces that the given type implements or extends, in no particular order, limited to the interfaces in this type hierarchy's graph.
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
 
getSystemLibrarySourcePath() - Method in class org.eclipse.jdt.launching.LibraryLocation
 
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
 
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(Object) - Method in class org.eclipse.jdt.ui.JavaElementLabelProvider
 
getTextHover(ISourceViewer, String) - Method in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
 
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.
getTreeViewer() - Method in interface org.eclipse.jdt.ui.IPackagesViewPart
Returns the TreeViewer shown in the Packages view.
getType() - Method in interface org.eclipse.jdt.core.ITypeHierarchy
Returns the type this hierarchy was computed for.
getType() - Method in interface org.eclipse.jdt.core.IClassFile
Returns the type contained in this class file.
getType() - Method in class org.eclipse.jdt.core.ElementChangedEvent
Returns the type of event being reported.
getType() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
Returns the base type declared in this variable declaration statement.
getType() - Method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
Returns the base type declared in this variable declaration.
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.SingleVariableDeclaration
Returns the type of the variable declared in this variable 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.FieldDeclaration
Returns the base type declared in this field declaration.
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.ArrayCreation
Returns the array type in this array creation expression.
getType() - Method in interface org.eclipse.jdt.core.jdom.IDOMField
Returns the type name of this field.
getType() - Method in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
Returns this classpath entry's type.
getType(String) - Method in interface org.eclipse.jdt.core.IType
Returns the member type declared in this type with the given simple name.
getType(String) - Method in interface org.eclipse.jdt.core.ICompilationUnit
Returns the top-level type declared in this compilation unit with the given simple type name.
getTypeComment(ICompilationUnit) - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Hook method that gets called from createType to retrieve a type comment.
getTypeDeclaration() - Method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
Returns the type declaration of this local type declaration statement.
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.IJavaMethodBreakpoint
Returns the pattern specifying the fully qualified name of type(s) this breakpoint suspends execution in.
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 class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
Returns the type name entered into the type input field.
getTypeQualifiedName() - Method in interface org.eclipse.jdt.core.IType
Returns the type-qualified name of this type, including qualification for any enclosing types, but not including package qualification.
getTypeQualifiedName(char) - Method in interface org.eclipse.jdt.core.IType
Returns the type-qualified name of this type, including qualification for any enclosing types, but not including package qualification.
getTypes() - Method in interface org.eclipse.jdt.core.IType
Returns the immediate member types declared by this type.
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 class org.eclipse.jdt.core.dom.TypeDeclaration
Returns the ordered list of member type declarations of this type declaration.
getTypeSignature() - Method in interface org.eclipse.jdt.core.IField
Returns the type signature of this field.
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.
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.
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.
getValue() - Method in interface org.eclipse.jdt.debug.eval.IEvaluationResult
Returns the value representing the result of the evaluation, or null if the associated evaluation failed.
getValue(int) - Method in interface org.eclipse.jdt.debug.core.IJavaArray
Returns the value at the given index in this array.
getValues() - Method in interface org.eclipse.jdt.debug.core.IJavaArray
Returns the values contained in this array.
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.
getVMArguments() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the arguments to the VM itself.
getVMArguments() - Method in class org.eclipse.jdt.launching.ExecutionArguments
Returns the VM arguments as one string.
getVMArguments(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the VM arguments specified by the given launch configuration, as a string.
getVMArgumentsArray() - Method in class org.eclipse.jdt.launching.ExecutionArguments
Returns the VM arguments as an array of individual arguments.
getVMConnector(String) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the VM connetor 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.
getVMInstall(IJavaProject) - Static method in class org.eclipse.jdt.launching.JavaRuntime
Returns the VM assigned to build the given Java project.
getVMInstall(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the VM install specified by the given launch configuration, or null if none.
getVMInstallName(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the VM install name specified by the given launch configuration, or null if none.
getVMInstalls() - Method in interface org.eclipse.jdt.launching.IVMInstallType
Returns all VM instances managed by this VM type.
getVMInstalls() - Method in class org.eclipse.jdt.launching.AbstractVMInstallType
 
getVMInstallType() - Method in interface org.eclipse.jdt.launching.IVMInstall
Returns the VM type of this VM.
getVMInstallType() - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
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(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.
getVMRunner(String) - Method in interface org.eclipse.jdt.launching.IVMInstall
Returns a VM runner that runs this installed VM in the given mode.
getVMRunner(String) - Method in class org.eclipse.jdt.launching.AbstractVMInstall
 
getVMSpecificAttributesMap() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the Map that contains String name/value pairs that represent VM-specific attributes.
getVMSpecificAttributesMap(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the Map of VM-specific attributes specified by the given launch configuration, or null if none.
getWorkingCopy() - Method in interface org.eclipse.jdt.core.IWorkingCopy
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(IEditorInput) - Method in interface org.eclipse.jdt.ui.IWorkingCopyManager
Returns the working copy remembered for the compilation unit encoded in the given editor input.
getWorkingCopy(IProgressMonitor, IBufferFactory) - Method in interface org.eclipse.jdt.core.IClassFile
Returns a working copy on the source associated with this class file using the given factory to create the buffer, or null if there is no source associated with the class file.
getWorkingCopy(IProgressMonitor, IBufferFactory, IProblemRequestor) - Method in interface org.eclipse.jdt.core.IWorkingCopy
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.
getWorkingCopyManager() - Static method in class org.eclipse.jdt.ui.JavaUI
Returns the working copy manager for the Java UI plug-in.
getWorkingDirectory() - Method in class org.eclipse.jdt.launching.VMRunnerConfiguration
Returns the working directory of a launched VM.
getWorkingDirectory(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the working directory specified by the given launch configuration, or null if none.
getWorkingDirectoryPath(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
Returns the working directory path specified by the given launch configuration, or null if none.
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.
getZipEntry() - Method in class org.eclipse.jdt.launching.sourcelookup.ZipEntryStorage
Returns the entry that contains the source
GOTO - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
 
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_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_GENERATE - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
Pop-up menu: name of group for code generation actions ( value "group.generate").
GROUP_GOTO - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
Pop-up menu: name of group for goto actions (value "group.open").
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_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_VIEWER_SETUP - Static variable in interface org.eclipse.jdt.ui.IContextMenuConstants
Pop-up menu: name of group for viewer setup actions (value "group.viewerSetup").

Eclipse JDT
2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.