Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- P_COMPRESSED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Package names are abbreviated if
PreferenceConstants.APPEARANCE_ABBREVIATE_PACKAGE_NAMES
istrue
and/or compressed ifPreferenceConstants.APPEARANCE_COMPRESS_PACKAGE_NAMES
istrue
. - P_POST_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Package names are post qualified.
- P_QUALIFIED - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Package names are qualified.
- PACKAGE - Static variable in interface org.eclipse.jdt.core.dom.IBinding
-
Kind constant (value 1) indicating a package binding.
- PACKAGE - Static variable in interface org.eclipse.jdt.core.eval.ICodeSnippetRequestor
-
Indicates a compilation problem related to a package declaration.
- PACKAGE - Static variable in interface org.eclipse.jdt.core.jdom.IDOMNode
-
Deprecated.Node type constant indicating a package declaration.
- PACKAGE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
The searched element is a package.
- PACKAGE - Static variable in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
Field ID of the package input field.
- PACKAGE_DECLARATION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
PackageDeclaration
. - PACKAGE_DECLARATION - Static variable in interface org.eclipse.jdt.core.IJavaElement
-
Constant representing a package declaration within a compilation unit.
- PACKAGE_FRAGMENT - Static variable in interface org.eclipse.jdt.core.IJavaElement
-
Constant representing a package fragment.
- PACKAGE_FRAGMENT_ROOT - Static variable in interface org.eclipse.jdt.core.IJavaElement
-
Constant representing a package fragment root.
- PACKAGE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.CompilationUnit
-
The "package" structural property of this node type (child type:
PackageDeclaration
). - PACKAGE_REF - Static variable in class org.eclipse.jdt.core.CompletionProposal
-
Completion is a reference to a package.
- packageChanged() - Method in class org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne
- packageChanged() - Method in class org.eclipse.jdt.ui.wizards.NewTypeWizardPage
-
A hook method that gets called when the package field has changed.
- PackageCollidesWithType - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PackageDeclaration - Class in org.eclipse.jdt.core.dom
-
Package declaration AST node type.
- PackageDeclaration - Interface in com.sun.mirror.declaration
-
Represents the declaration of a package.
- PackageDeclarationMatch - Class in org.eclipse.jdt.core.search
-
A Java search match that represents a package declaration.
- PackageDeclarationMatch(IJavaElement, int, int, int, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.PackageDeclarationMatch
-
Creates a new package declaration match.
- PackageDoesNotExistOrIsEmpty - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PackageFragmentRootSourceContainer - Class in org.eclipse.jdt.launching.sourcelookup.containers
-
Package fragment root source container.
- PackageFragmentRootSourceContainer(IPackageFragmentRoot) - Constructor for class org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
-
Constructs a new package fragment root source container on the given root.
- PackageFragmentRootSourceLocation - Class in org.eclipse.jdt.launching.sourcelookup
-
Deprecated.
- PackageFragmentRootSourceLocation() - Constructor for class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
-
Deprecated.Creates an empty source location.
- PackageFragmentRootSourceLocation(IPackageFragmentRoot) - Constructor for class org.eclipse.jdt.launching.sourcelookup.PackageFragmentRootSourceLocation
-
Deprecated.Creates a source location on the given package fragment root.
- PackageIsNotExpectedPackage - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PackageReferenceMatch - Class in org.eclipse.jdt.core.search
-
A Java search match that represents a package reference.
- PackageReferenceMatch(IJavaElement, int, int, int, boolean, SearchParticipant, IResource) - Constructor for class org.eclipse.jdt.core.search.PackageReferenceMatch
-
Creates a new package reference match.
- Parameter(int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor.Parameter
-
Creates a new parameter object.
- Parameter(int, String, String, String) - Constructor for class org.eclipse.jdt.core.refactoring.participants.ChangeMethodSignatureArguments.Parameter
-
Creates a
ChangeMethodSignatureArguments.Parameter
. - PARAMETER - Enum constant in enum class org.eclipse.jdt.annotation.DefaultLocation
-
Defines that a given
NonNullByDefault
annotation should affect all unannotated parameters of any method or constructor within the scope of the annotated declaration. - PARAMETER - Enum constant in enum class org.eclipse.jdt.core.dom.rewrite.ImportRewrite.TypeLocation
-
see org.eclipse.jdt.annotation.DefaultLocation.PARAMETER
- PARAMETER_DECLARATION_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
Return only type references used as the type of a method parameter declaration.
- PARAMETER_OBJECT - Static variable in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
-
Singleton instance that represents the parameter object
- PARAMETER_OBJECT_IDX - Static variable in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
-
The parameter index of the special parameter object.
- PARAMETER_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EnhancedForStatement
-
The "parameter" structural property of this node type (child type:
SingleVariableDeclaration
). - ParameterAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParameterDeclaration - Interface in com.sun.mirror.declaration
-
Represents a formal parameter of a method or constructor.
- PARAMETERIZED_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
ParameterizedType
. - ParameterizedConstructorArgumentTypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParameterizedMethodArgumentTypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParameterizedType - Class in org.eclipse.jdt.core.dom
-
Type node for a parameterized type (added in JLS3 API).
- ParameterLackingNonNullAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParameterLackingNullableAnnotation - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParameterMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- parameters() - Method in class org.eclipse.jdt.core.dom.LambdaExpression
-
Returns the live ordered list of formal parameters of this lambda expression.
- parameters() - Method in class org.eclipse.jdt.core.dom.MethodDeclaration
-
Returns the live ordered list of method parameter declarations for this method declaration.
- parameters() - Method in class org.eclipse.jdt.core.dom.MethodRef
-
Returns the live ordered list of method parameter references for this method reference.
- PARAMETERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.LambdaExpression
-
The "parameters" structural property of this node type (element type:
VariableDeclaration
). - PARAMETERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodDeclaration
-
The "parameters" structural property of this node type (element type:
SingleVariableDeclaration
). - PARAMETERS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.MethodRef
-
The "parameters" structural property of this node type (element type:
MethodRefParameter
). - PARENTHESES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.LambdaExpression
-
The "parentheses" structural property of this node type (type:
Boolean
). - PARENTHESIZED_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
ParenthesizedExpression
. - ParenthesizedExpression - Class in org.eclipse.jdt.core.dom
-
Parenthesized expression AST node type.
- parseCompilationUnit(char[]) - Static method in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Use
ASTParser
instead. - parseCompilationUnit(char[], String, IJavaProject) - Static method in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Use
ASTParser
instead. - parseCompilationUnit(IClassFile, boolean) - Static method in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Use
ASTParser
instead. - parseCompilationUnit(ICompilationUnit, boolean) - Static method in class org.eclipse.jdt.core.dom.AST
-
Deprecated.Use
ASTParser
instead. - parseInt(char[], int, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Return the int value represented by the designated subpart of array.
- ParsingError - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorDeleteToken - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorDeleteTokens - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorInsertToComplete - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorInsertToCompletePhrase - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorInsertToCompleteScope - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorInsertTokenAfter - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorInsertTokenBefore - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorInvalidToken - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorMergeTokens - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorMisplacedConstruct - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorNoSuggestion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorNoSuggestionForTokens - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorOnKeyword - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorOnKeywordNoSuggestion - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorReplaceTokens - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ParsingErrorUnexpectedEOF - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PATCH_MODULE - Static variable in interface org.eclipse.jdt.core.IClasspathAttribute
-
Constant for the name of the patch-module attribute.
- PATCH_MODULE - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Classpath property identifier for entries that should appear as --patch-module argument for a modular project.
- PATH_OUTSIDE_PROJECT - Static variable in interface org.eclipse.jdt.core.IJavaModelStatusConstants
-
Status constant indicating that a path outside of the project was supplied to the operation.
- pathMatch(char[], char[], boolean, char) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers true if the pattern matches the filepath using the pathSepatator, false otherwise.
- Pattern - Class in org.eclipse.jdt.core.dom
-
Abstract base class of AST nodes that represent patterns.
- PATTERN_INSTANCEOF_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
PatternInstanceofExpression
. - PATTERN_MATCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
Deprecated.Use
SearchPattern.R_PATTERN_MATCH
instead. - PATTERN_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.GuardedPattern
-
The "pattern" structural property of this node type (child type:
Pattern
). - PATTERN_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PatternInstanceofExpression
-
The "pattern" structural property of this node type (child type:
Pattern
). - PATTERN_TYPE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.RecordPattern
-
The "patternType" structural property of this node type (child type:
Type
). - PATTERN_VARIABLE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypePattern
-
Deprecated.In the JLS22 API, this property is replaced by
VariableDeclaration
. - PATTERN_VARIABLE_PROPERTY2 - Static variable in class org.eclipse.jdt.core.dom.TypePattern
-
The "patternVariable" structural property of this node type (child type:
VariableDeclaration
). - PatternDominated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PatternInstanceofExpression - Class in org.eclipse.jdt.core.dom
-
PatternInstanceof expression AST node type.
- PatternQuerySpecification - Class in org.eclipse.jdt.ui.search
-
Describes a search query by giving a textual pattern to search for.
- PatternQuerySpecification(String, int, boolean, int, IJavaSearchScope, String) - Constructor for class org.eclipse.jdt.ui.search.PatternQuerySpecification
- patterns() - Method in class org.eclipse.jdt.core.dom.EitherOrMultiPattern
-
Returns the "alternatives" Pattern list.
- patterns() - Method in class org.eclipse.jdt.core.dom.RecordPattern
-
Returns the nested Pattern list.
- PATTERNS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.EitherOrMultiPattern
-
The "patterns" structural property of this node type (child type:
Pattern
). - PATTERNS_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.RecordPattern
-
The "patterns" structural property of this node type (child type:
Pattern
). - PatternSubtypeOfExpression - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
Deprecated.
- PatternSwitchCaseDefaultOnlyAsSecond - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PatternSwitchNullOnlyOrFirstWithDefault - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PatternTypeMismatch - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PatternVariableNotInScope - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
-
Deprecated.problem no longer generated
- PatternVariableRedeclared - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PatternVariableRedefined - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- perform(ASTNode, int, int) - Static method in class org.eclipse.jdt.core.dom.NodeFinder
-
Maps a selection to an ASTNode, where the selection is defined using a start and a length.
- perform(ASTNode, int, int, ITypeRoot) - Static method in class org.eclipse.jdt.core.dom.NodeFinder
-
Maps a selection to an ASTNode, where the selection is given by a start and a length.
- perform(ASTNode, ISourceRange) - Static method in class org.eclipse.jdt.core.dom.NodeFinder
-
Maps a selection to an ASTNode, where the selection is defined using a source range.
- perform(Shell, IRunnableContext) - Method in class org.eclipse.jdt.ui.refactoring.RenameSupport
-
Executes the rename refactoring without showing a dialog to gather additional user input (for example the new name of the
IJavaElement
). - performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletMainTab
- performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.AppletParametersTab
- performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaArgumentsTab
- performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaClasspathTab
- performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
- performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaDependenciesTab
- performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
- performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaMainTab
- performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaSourceLookupTab
-
Deprecated.
- performApply(ILaunchConfigurationWorkingCopy) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationTab
- performCancel() - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageTwo
-
Called from the wizard on cancel.
- performChange() - Method in class org.eclipse.jdt.core.manipulation.ChangeCorrectionProposalCore
-
Performs the change associated with this proposal.
- performChange(IEditorPart, IDocument) - Method in class org.eclipse.jdt.ui.text.java.correction.ChangeCorrectionProposal
-
Performs the change associated with this proposal.
- performDefaults() - Method in interface org.eclipse.jdt.ui.text.folding.IJavaFoldingPreferenceBlock
-
Called when the
Defaults
button is pressed on the preference page. - performEdit(Shell, ClasspathAttributeConfiguration.ClasspathAttributeAccess) - Method in class org.eclipse.jdt.ui.wizards.ClasspathAttributeConfiguration
-
This method is invoked when the Edit is pressed.
- performFinish(IProgressMonitor) - Method in class org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageTwo
-
Called from the wizard on finish.
- performHelp() - Method in class org.eclipse.jdt.ui.wizards.JavadocExportWizardPage
-
Notifies that help has been requested for this dialog page.
- performOk() - Method in interface org.eclipse.jdt.ui.text.folding.IJavaFoldingPreferenceBlock
-
Called when the
OK
button is pressed on the preference page. - performRemove(ClasspathAttributeConfiguration.ClasspathAttributeAccess) - Method in class org.eclipse.jdt.ui.wizards.ClasspathAttributeConfiguration
-
This method is invoked when the Remove is pressed.
- performSelectionChanged(IStructuredSelection) - Method in class org.eclipse.jdt.ui.actions.ProjectActionGroup
- PERMITS_TYPES_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.TypeDeclaration
-
The "permitsTypes" structural property of this node type (element type:
Type
) (added in JLS15 API). - PERMITTED_SUBCLASSES - Static variable in interface org.eclipse.jdt.core.util.IAttributeNamesConstants
-
"PermittedSubclasses" attribute (JVMS 15).
- permittedTypes() - Method in class org.eclipse.jdt.core.dom.TypeDeclaration
-
Returns the live ordered list of permits of this type declaration (added in JLS17 API).
- PERMITTYPE_TYPE_REFERENCE - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
Return only type references used as a permit type (Java 15)
- Phase - Enum Class in org.eclipse.jdt.apt.core.env
-
Enum for APT related operation phase.
- PLUGIN_ID - Static variable in class org.eclipse.jdt.core.JavaCore
-
The plug-in identifier of the Java core support (value
"org.eclipse.jdt.core"
). - PLUGIN_ID - Static variable in interface org.eclipse.jdt.debug.ui.IJavaDebugUIConstants
-
Plug-in identifier for the Java Debug UI
- PLUS - Static variable in class org.eclipse.jdt.core.dom.InfixExpression.Operator
-
Addition (or string concatenation) "+" operator.
- PLUS - Static variable in class org.eclipse.jdt.core.dom.PrefixExpression.Operator
-
Unary plus "+" operator.
- PLUS_ASSIGN - Static variable in class org.eclipse.jdt.core.dom.Assignment.Operator
-
+= operator.
- PolymorphicMethodNotBelow17 - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- POP - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- POP2 - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- populateArgumentMap() - Method in class org.eclipse.jdt.core.refactoring.descriptors.ExtractClassDescriptor
- populateArgumentMap() - Method in class org.eclipse.jdt.core.refactoring.descriptors.IntroduceParameterObjectDescriptor
- populateArgumentMap() - Method in class org.eclipse.jdt.core.refactoring.descriptors.JavaRefactoringDescriptor
-
Populates the refactoring descriptor argument map based on the specified arguments.
- populateArgumentMap() - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveDescriptor
- populateArgumentMap() - Method in class org.eclipse.jdt.core.refactoring.descriptors.MoveStaticMembersDescriptor
- populateArgumentMap() - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameJavaElementDescriptor
- populateArgumentMap() - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameLocalVariableDescriptor
-
Deprecated.
- populateArgumentMap() - Method in class org.eclipse.jdt.core.refactoring.descriptors.RenameResourceDescriptor
-
Deprecated.
- populateArgumentMap() - Method in class org.eclipse.jdt.core.refactoring.descriptors.UseSupertypeDescriptor
- PossibleAccidentalBooleanAssignment - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- POST_CHANGE - Static variable in class org.eclipse.jdt.core.ElementChangedEvent
-
Event type constant (bit mask) indicating an after-the-fact report of creations, deletions, and modifications to one or more Java element(s) expressed as a hierarchical java element delta as returned by
getDelta()
. - POST_RECONCILE - Static variable in class org.eclipse.jdt.core.ElementChangedEvent
-
Event type constant (bit mask) indicating an after-the-fact report of creations, deletions, and modifications to one or more Java element(s) expressed as a hierarchical java element delta as returned by
getDelta
. - postApply() - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab
- POSTFIX_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
PostfixExpression
. - PostfixExpression - Class in org.eclipse.jdt.core.dom
-
Postfix expression AST node type.
- PostfixExpression.Operator - Class in org.eclipse.jdt.core.dom
-
Postfix operators (typesafe enumeration).
- postProcess(BuildContext, ByteArrayInputStream) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
-
Notifies this participant about a finished class compilation.
- postVisit(ASTNode) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
-
Visits the given AST node following the type-specific visit (after
endVisit
). - POTENTIAL_MATCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchResultCollector
-
Deprecated.Use
SearchMatch.A_INACCURATE
instead. - POTENTIAL_METHOD_DECLARATION - Static variable in class org.eclipse.jdt.core.CompletionProposal
-
Completion is a declaration of a new potential method.
- PotentialHeapPollutionFromVararg - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PotentiallyUnclosedCloseable - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PotentiallyUnclosedCloseableAtExit - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PotentialNullExpressionReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PotentialNullLocalVariableReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PotentialNullMessageSendReference - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PotentialNullUnboxing - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PRE_AUTO_BUILD - Static variable in class org.eclipse.jdt.core.ElementChangedEvent
-
Deprecated.- no longer used, such deltas are now notified during POST_CHANGE
- preCheck() - Method in class org.eclipse.jdt.ui.refactoring.RenameSupport
-
Executes some light weight precondition checking.
- PREF_ALLINSTANCES_MAX_COUNT - Static variable in interface org.eclipse.jdt.debug.ui.IJavaDebugUIConstants
-
Integer preference for the maximum number of instances to show with the All Instances action
- PREF_ALLREFERENCES_MAX_COUNT - Static variable in interface org.eclipse.jdt.debug.ui.IJavaDebugUIConstants
-
Integer preference for the maximum number of references to show with the All References action
- PREF_ANONYMOUS_EXPAND_WITH_CONSTRUCTORS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether methods from anonymous types are by default expanded with constructors in the Call Hierarchy.
- PREF_CHAIN_IGNORED_TYPES - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that stores a '|' separated list of types to exclude from chain completion processing.
- PREF_CHAIN_TIMEOUT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that stores the amount of time (in seconds) to allow for chain completion processing.
- PREF_COMPILER_COMPLIANCE_DOES_NOT_MATCH_JRE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
-
Preference key for the problem severity when an compiler compliance that is set does not match the used JRE.
- PREF_CONNECT_TIMEOUT - Static variable in class org.eclipse.jdt.launching.JavaRuntime
-
Preference key for launch/connect timeout.
- PREF_DEFAULT_EXPAND_WITH_CONSTRUCTORS_MEMBERS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that holds the methods or types whose methods are by default expanded with constructors in the Call Hierarchy.
- PREF_FILTER_BREAKPOINTS_FROM_UNRELATED_SOURCES - Static variable in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Boolean preference controlling whether to not install (filter) breakpoints for types existing multiple times in source projects and not related to the current debug session.
- PREF_HCR_WITH_COMPILATION_ERRORS - Static variable in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Preference key for specifying if hot code replace should be performed when a replacement class file contains compilation errors.
- PREF_MAX_CHAIN_LENGTH - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that stores the maximum number of chain sequences for a given completion.
- PREF_MAX_CHAINS - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that stores the maximum number of chain completions to be proposed at one time.
- PREF_MIN_CHAIN_LENGTH - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that stores the minimum number of chain sequences for a given completion.
- PREF_ONLY_INCLUDE_EXPORTED_CLASSPATH_ENTRIES - Static variable in class org.eclipse.jdt.launching.JavaRuntime
-
Boolean preference controlling whether only exported entries should even be included when the runtime classpath is computed
- PREF_REQUEST_TIMEOUT - Static variable in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Preference key for default JDI request timeout value.
- PREF_SHOW_MONITOR_THREAD_INFO - Static variable in interface org.eclipse.jdt.debug.ui.IJavaDebugUIConstants
-
Boolean preference indicating whether the monitor and thread information should be displayed in the debug view.
- PREF_SHOW_RUNNING_THREADS - Static variable in interface org.eclipse.jdt.debug.ui.IJavaDebugUIConstants
-
Boolean preference indicating whether running threads should appear visible in the debug view.
- PREF_SHOW_STEP_RESULT - Static variable in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Preference key for specifying if the value returned or thrown should be displayed as variable after a "step return" or "step over" (if supported by the vm)
- PREF_SHOW_STEP_RESULT_REMOTE - Static variable in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Preference key for specifying if PREF_SHOW_STEP_RESULT is respected for remote debugging.
- PREF_SHOW_STEP_TIMEOUT - Static variable in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Preference key for specifying if the timeout (in ms) after which the return method result of a step operation is not observed any longer (0 means no timeout, a negative value means: simulate a timeout condition).
- PREF_SHOW_SYSTEM_THREADS - Static variable in interface org.eclipse.jdt.debug.ui.IJavaDebugUIConstants
-
Boolean preference indicating whether system threads should appear visible in the debug view.
- PREF_SHOW_THREAD_GROUPS - Static variable in interface org.eclipse.jdt.debug.ui.IJavaDebugUIConstants
-
Boolean preference indicating whether thread groups should be displayed in the debug view.
- PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE - Static variable in class org.eclipse.jdt.launching.JavaRuntime
-
Preference key for the problem severity when an execution environment is bound to a project's build path for which there is no strictly compatible JRE available in the workspace.
- PREF_SUSPEND_FOR_BREAKPOINTS_DURING_EVALUATION - Static variable in class org.eclipse.jdt.debug.core.JDIDebugModel
-
Boolean preference controlling whether breakpoints are hit during an evaluation operation.
- PREF_SUSPEND_ON_RECURRENCE_STRATEGY - Static variable in class org.eclipse.jdt.debug.core.JDIDebugModel
-
The preference key for the behavior of exception breakpoint hits recurring for the same exception instance.
- PREF_VM_XML - Static variable in class org.eclipse.jdt.launching.JavaRuntime
-
Preference key for the String of XML that defines all installed VMs.
- PREFERENCE_TAB_WIDTH - Static variable in class org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration
-
Deprecated.As of 3.0, replaced by
AbstractDecoratedTextEditorPreferenceConstants.EDITOR_TAB_WIDTH
- PreferenceConstants - Class in org.eclipse.jdt.ui
-
Preference constants used in the JDT-UI preference store.
- PREFIX - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
Note: This constant is for internal use only.
- PREFIX_EXPRESSION - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
PrefixExpression
. - PREFIX_MATCH - Static variable in interface org.eclipse.jdt.core.search.IJavaSearchConstants
-
Deprecated.Use
SearchPattern.R_PREFIX_MATCH
instead. - prefixEquals(char[], char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers true if the given name starts with the given prefix, false otherwise.
- prefixEquals(char[], char[], boolean) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers true if the given name starts with the given prefix, false otherwise.
- prefixEquals(char[], char[], boolean, int) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers true if the given name, starting from the given index, starts with the given prefix, false otherwise. isCaseSensitive is used to find out whether or not the comparison should be case sensitive.
- PrefixExpression - Class in org.eclipse.jdt.core.dom
-
Prefix expression AST node type.
- PrefixExpression.Operator - Class in org.eclipse.jdt.core.dom
-
Prefix operators (typesafe enumeration).
- prefixLength - Variable in class org.eclipse.jdt.core.CorrectionEngine
-
This field is not intended to be used by client.
- preLaunchCheck(ILaunchConfiguration, String, IProgressMonitor) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
- preLaunchCheck(ILaunchConfiguration, ILaunch, IProgressMonitor) - Method in class org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationDelegate
-
Performs a check on the launch configuration's attributes.
- prepareStopInMain(ILaunchConfiguration) - Method in class org.eclipse.jdt.launching.AbstractJavaLaunchConfigurationDelegate
-
Determines if the given launch configuration specifies the "stop-in-main" attribute, and sets up an event listener to handle the option if required.
- prepend(char, char[]) - Static method in class org.eclipse.jdt.core.compiler.CharOperation
-
Answers a new array with prepending the prefix character at the start of the array.
- PREPEND_ROOT_PATH - Static variable in class org.eclipse.jdt.ui.JavaElementLabels
-
Add root path to all elements except Package Fragment Roots and Java projects.
- PRESERVE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "preserve".
- PRESERVE_ONE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "preserve one".
- PRESERVE_POSITIONS - Static variable in class org.eclipse.jdt.core.formatter.DefaultCodeFormatterConstants
-
FORMATTER / Value to set opening and closing parentheses location to be preserved from the original source.
- PreviewAPIUsed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PreviewFeatureDisabled - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PreviewFeatureNotSupported - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PreviewFeaturesNotAllowed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PreviewFeatureUsed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PreviewRelated - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- preVisit(ASTNode) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
-
Visits the given AST node prior to the type-specific visit (before
visit
). - preVisit2(ASTNode) - Method in class org.eclipse.jdt.core.dom.ASTVisitor
-
Visits the given AST node prior to the type-specific visit (before
visit
). - PRIMITIVE_TYPE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
PrimitiveType
. - PRIMITIVE_TYPE_CODE_PROPERTY - Static variable in class org.eclipse.jdt.core.dom.PrimitiveType
-
The "primitiveTypeCode" structural property of this node type (type:
PrimitiveType.Code
). - PrimitiveType - Class in org.eclipse.jdt.core.dom
-
Primitive type nodes.
- PrimitiveType - Interface in com.sun.mirror.type
-
Represents a primitive type.
- PrimitiveType.Code - Class in org.eclipse.jdt.core.dom
-
Primitive type codes (typesafe enumeration).
- PrimitiveType.Kind - Enum Class in com.sun.mirror.type
-
An enumeration of the different kinds of primitive types.
- PRIMITIVETYPES - Static variable in class org.eclipse.jdt.core.manipulation.TypeKinds
- printError(SourcePosition, String) - Method in interface com.sun.mirror.apt.Messager
-
Prints an error message.
- printError(String) - Method in interface com.sun.mirror.apt.Messager
-
Prints an error message.
- printError(ASTNode, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print an error message on the given AST node.
- printFixableError(SourcePosition, String, String, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print an error including the given arguments for use in quick-fixes.
- printFixableError(String, String, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print an error including the given arguments for use in quick-fixes.
- printFixableNotice(SourcePosition, String, String, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print a notice including the given arguments for use in quick-fixes.
- printFixableNotice(String, String, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print a notice including the given arguments for use in quick-fixes.
- printFixableWarning(SourcePosition, String, String, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print a warning including the given arguments for use in quick-fixes.
- printFixableWarning(String, String, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print a warning including the given arguments for use in quick-fixes.
- printNotice(SourcePosition, String) - Method in interface com.sun.mirror.apt.Messager
-
Prints a notice.
- printNotice(String) - Method in interface com.sun.mirror.apt.Messager
-
Prints a notice.
- printNotice(ASTNode, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print a notice on the given AST node.
- printStackTrace(PrintStream) - Method in exception org.eclipse.jdt.core.JavaModelException
-
Prints this exception's stack trace to the given print stream.
- printStackTrace(PrintWriter) - Method in exception org.eclipse.jdt.core.JavaModelException
-
Prints this exception's stack trace to the given print writer.
- printWarning(SourcePosition, String) - Method in interface com.sun.mirror.apt.Messager
-
Prints a warning message.
- printWarning(String) - Method in interface com.sun.mirror.apt.Messager
-
Prints a warning message.
- printWarning(ASTNode, String) - Method in interface org.eclipse.jdt.apt.core.util.EclipseMessager
-
Print a warning on the given AST node.
- PRIVATE - Enum constant in enum class com.sun.mirror.declaration.Modifier
-
The modifier
private
- PRIVATE - Static variable in class org.eclipse.jdt.core.dom.Modifier
-
"private" modifier constant (bit mask).
- PRIVATE - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "private".
- PRIVATE_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
-
"private" modifier with flag value
Modifier.PRIVATE
. - ProblemNotAnalysed - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- ProblemsLabelChangedEvent(IBaseLabelProvider, IResource[], boolean) - Constructor for class org.eclipse.jdt.ui.ProblemsLabelDecorator.ProblemsLabelChangedEvent
- ProblemsLabelDecorator - Class in org.eclipse.jdt.ui
-
LabelDecorator that decorates an element's image with error and warning overlays that represent the severity of markers attached to the element's underlying resource.
- ProblemsLabelDecorator() - Constructor for class org.eclipse.jdt.ui.ProblemsLabelDecorator
-
Creates a new
ProblemsLabelDecorator
. - ProblemsLabelDecorator(ImageDescriptorRegistry) - Constructor for class org.eclipse.jdt.ui.ProblemsLabelDecorator
-
Note: This constructor is for internal use only.
- ProblemsLabelDecorator.ProblemsLabelChangedEvent - Class in org.eclipse.jdt.ui
-
This is a special
LabelProviderChangedEvent
carrying additional information whether the event origins from a maker change. - process() - Method in interface com.sun.mirror.apt.AnnotationProcessor
-
Process all program elements supported by this annotation processor.
- processAnnotations(BuildContext[]) - Method in class org.eclipse.jdt.core.compiler.CompilationParticipant
-
Notifies this participant that a compile operation has found source files using Annotations.
- processDelta(IJavaElementDelta) - Method in class org.eclipse.jdt.ui.JavaElementContentProvider
-
Deprecated.Processes a delta recursively.
- PROCESSING_IN_EDITOR_DISABLED_OPTION - Static variable in class org.eclipse.jdt.apt.core.util.AptPreferenceConstants
-
Processors should report this option in
AnnotationProcessorFactory.supportedOptions()
in order to disable processing while editing, that is, during reconcile. - PROJECT - Static variable in interface org.eclipse.jdt.launching.IRuntimeClasspathEntry
-
Type identifier for project entries.
- ProjectActionGroup - Class in org.eclipse.jdt.ui.actions
-
Adds actions to open and close a project to the global menu bar.
- ProjectActionGroup(IViewPart) - Constructor for class org.eclipse.jdt.ui.actions.ProjectActionGroup
-
Creates a new
ProjectActionGroup
. - ProjectActionGroup(IWorkbenchSite, ISelectionProvider) - Constructor for class org.eclipse.jdt.ui.actions.ProjectActionGroup
-
Creates a new
ProjectActionGroup
. - PROMOTE_LOCAL_VARIABLE - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the refactor -> promote local variable action (value
"org.eclipse.jdt.ui.edit.text.java.promote.local.variable"
). - PROP_CONDITION - Static variable in class org.eclipse.jdt.debug.ui.breakpoints.JavaBreakpointConditionEditor
-
Property id for breakpoint condition expression.
- PROP_CONDITION_ENABLED - Static variable in class org.eclipse.jdt.debug.ui.breakpoints.JavaBreakpointConditionEditor
-
Property id for breakpoint condition enabled state.
- PROP_CONDITION_SUSPEND_POLICY - Static variable in class org.eclipse.jdt.debug.ui.breakpoints.JavaBreakpointConditionEditor
-
Property id for breakpoint condition suspend policy.
- properties() - Method in class org.eclipse.jdt.core.dom.ASTNode
-
Returns an unmodifiable table of the properties of this node with non-
null
values. - PROPERTIES_FILE_COLORING_ARGUMENT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that holds the color used to render arguments in a properties file.
- PROPERTIES_FILE_COLORING_ARGUMENT - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for arguments in values in a properties file.
- PROPERTIES_FILE_COLORING_ARGUMENT_BOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether arguments in a properties file are rendered in bold.
- PROPERTIES_FILE_COLORING_ARGUMENT_ITALIC - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether arguments in a properties file are rendered in italic.
- PROPERTIES_FILE_COLORING_ARGUMENT_STRIKETHROUGH - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether arguments in a properties file are rendered in strikethrough.
- PROPERTIES_FILE_COLORING_ARGUMENT_UNDERLINE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether arguments in a properties file are rendered in underline.
- PROPERTIES_FILE_COLORING_ASSIGNMENT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that holds the color used to render assignments in a properties file.
- PROPERTIES_FILE_COLORING_ASSIGNMENT - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for assignment in a properties file.
- PROPERTIES_FILE_COLORING_ASSIGNMENT_BOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether assignments in a properties file are rendered in bold.
- PROPERTIES_FILE_COLORING_ASSIGNMENT_ITALIC - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether assignments in a properties file are rendered in italic.
- PROPERTIES_FILE_COLORING_ASSIGNMENT_STRIKETHROUGH - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether assignments in a properties file are rendered in strikethrough.
- PROPERTIES_FILE_COLORING_ASSIGNMENT_UNDERLINE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether assignments in a properties file are rendered in underline.
- PROPERTIES_FILE_COLORING_COMMENT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that holds the color used to render comments in a properties file.
- PROPERTIES_FILE_COLORING_COMMENT - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for comments in a properties file (value
"pf_coloring_comment"
). - PROPERTIES_FILE_COLORING_COMMENT_BOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether comments in a properties file are rendered in bold.
- PROPERTIES_FILE_COLORING_COMMENT_ITALIC - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether comments in a properties file are rendered in italic.
- PROPERTIES_FILE_COLORING_COMMENT_STRIKETHROUGH - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether comments in a properties file are rendered in strikethrough.
- PROPERTIES_FILE_COLORING_COMMENT_UNDERLINE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether comments in a properties file are rendered in underline.
- PROPERTIES_FILE_COLORING_KEY - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that holds the color used to render keys in a properties file.
- PROPERTIES_FILE_COLORING_KEY - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for keys in a properties file (value
"pf_coloring_key"
). - PROPERTIES_FILE_COLORING_KEY_BOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether keys in a properties file are rendered in bold.
- PROPERTIES_FILE_COLORING_KEY_ITALIC - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether keys in a properties file are rendered in italic.
- PROPERTIES_FILE_COLORING_KEY_STRIKETHROUGH - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether keys in a properties file are rendered in strikethrough.
- PROPERTIES_FILE_COLORING_KEY_UNDERLINE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether keys in a properties file are rendered in underline.
- PROPERTIES_FILE_COLORING_VALUE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that holds the color used to render values in a properties file.
- PROPERTIES_FILE_COLORING_VALUE - Static variable in interface org.eclipse.jdt.ui.text.IJavaColorConstants
-
The color key for values in a properties file (value
"pf_coloring_value"
). - PROPERTIES_FILE_COLORING_VALUE_BOLD - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether values in a properties file are rendered in bold.
- PROPERTIES_FILE_COLORING_VALUE_ITALIC - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether values in a properties file are rendered in italic.
- PROPERTIES_FILE_COLORING_VALUE_STRIKETHROUGH - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether values in a properties file are rendered in strikethrough.
- PROPERTIES_FILE_COLORING_VALUE_UNDERLINE - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
A named preference that controls whether values in a properties file are rendered in underline.
- PROPERTIES_FILE_EDITOR_TEXT_FONT - Static variable in class org.eclipse.jdt.ui.PreferenceConstants
-
The symbolic font name for the Java properties file editor text font (value
"org.eclipse.jdt.ui.PropertiesFileEditor.textfont"
). - PROPERTY_INSTALL_LOCATION - Static variable in interface org.eclipse.jdt.launching.IVMInstallChangedListener
-
Property constant indicating the install location of a VM install has changed.
- PROPERTY_JAVADOC_LOCATION - Static variable in interface org.eclipse.jdt.launching.IVMInstallChangedListener
-
Property constant indicating the Javadoc location associated with a VM install has changed.
- PROPERTY_LIBRARY_LOCATIONS - Static variable in interface org.eclipse.jdt.launching.IVMInstallChangedListener
-
Property constant indicating the library locations associated with a VM install have changed.
- PROPERTY_NAME - Static variable in interface org.eclipse.jdt.launching.IVMInstallChangedListener
-
Property constant indicating the name associated with a VM install has changed.
- PROPERTY_VM_ARGUMENTS - Static variable in interface org.eclipse.jdt.launching.IVMInstallChangedListener
-
Property constant indicating the VM arguments associated with a VM install has changed.
- propertyChange(PropertyChangeEvent) - Method in class org.eclipse.jdt.debug.ui.launchConfigurations.JavaConnectTab
- PropertyChangeEvent - Class in org.eclipse.jdt.launching
-
An event object describing a change to a named property.
- PropertyChangeEvent(Object, String, Object, Object) - Constructor for class org.eclipse.jdt.launching.PropertyChangeEvent
-
Creates a new property change event.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.AnnotationTypeDeclaration
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.AnnotationTypeMemberDeclaration
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.AnonymousClassDeclaration
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ArrayAccess
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ArrayCreation
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ArrayInitializer
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ArrayType
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.AssertStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Assignment
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Block
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.BlockComment
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.BooleanLiteral
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.BreakStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.CaseDefaultExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.CastExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.CatchClause
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.CharacterLiteral
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ClassInstanceCreation
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.CompilationUnit
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ConditionalExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ConstructorInvocation
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ContinueStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.CreationReference
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Dimension
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.DoStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.EitherOrMultiPattern
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.EmptyStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.EnhancedForStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.EnumConstantDeclaration
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.EnumDeclaration
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ExportsDirective
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ExpressionMethodReference
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ExpressionStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.FieldAccess
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.FieldDeclaration
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ForStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.GuardedPattern
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.IfStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ImportDeclaration
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.InfixExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Initializer
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.InstanceofExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.IntersectionType
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Javadoc
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.JavaDocRegion
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.JavaDocTextElement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.LabeledStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.LambdaExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.LineComment
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MarkerAnnotation
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MemberRef
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MemberValuePair
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MethodDeclaration
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MethodInvocation
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MethodRef
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.MethodRefParameter
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.Modifier
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ModuleDeclaration
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ModuleModifier
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ModuleQualifiedName
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.NameQualifiedType
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.NormalAnnotation
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.NullLiteral
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.NullPattern
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.NumberLiteral
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.OpensDirective
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.PackageDeclaration
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ParameterizedType
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ParenthesizedExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.PatternInstanceofExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.PostfixExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.PrefixExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.PrimitiveType
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ProvidesDirective
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.QualifiedName
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.QualifiedType
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.RecordDeclaration
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.RecordPattern
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.RequiresDirective
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ReturnStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SimpleName
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SimpleType
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SingleMemberAnnotation
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SingleVariableDeclaration
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.StringFragment
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.StringLiteral
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.StringTemplateComponent
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.StringTemplateExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SuperConstructorInvocation
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SuperFieldAccess
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SuperMethodInvocation
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SuperMethodReference
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SwitchCase
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SwitchExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SwitchStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.SynchronizedStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TagElement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TagProperty
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TextBlock
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TextElement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ThisExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.ThrowStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TryStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TypeDeclaration
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TypeDeclarationStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TypeLiteral
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TypeMethodReference
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TypeParameter
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.TypePattern
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.UnionType
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.UsesDirective
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.VariableDeclarationExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.VariableDeclarationFragment
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.VariableDeclarationStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.WhileStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.WildcardType
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int) - Static method in class org.eclipse.jdt.core.dom.YieldStatement
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int, boolean) - Static method in class org.eclipse.jdt.core.dom.BreakStatement
-
Deprecated.
- propertyDescriptors(int, boolean) - Static method in class org.eclipse.jdt.core.dom.EitherOrMultiPattern
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int, boolean) - Static method in class org.eclipse.jdt.core.dom.GuardedPattern
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int, boolean) - Static method in class org.eclipse.jdt.core.dom.PatternInstanceofExpression
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int, boolean) - Static method in class org.eclipse.jdt.core.dom.RecordPattern
-
Returns a list of structural property descriptors for this node type.
- propertyDescriptors(int, boolean) - Static method in class org.eclipse.jdt.core.dom.StringTemplateComponent
- propertyDescriptors(int, boolean) - Static method in class org.eclipse.jdt.core.dom.StringTemplateExpression
- propertyDescriptors(int, boolean) - Static method in class org.eclipse.jdt.core.dom.TypePattern
-
Returns a list of structural property descriptors for this node type.
- PROTECT - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Flag constant (bit mask, value 4) indicating that this node is unmodifiable.
- PROTECTED - Enum constant in enum class com.sun.mirror.declaration.Modifier
-
The modifier
protected
- PROTECTED - Static variable in class org.eclipse.jdt.core.dom.Modifier
-
"protected" modifier constant (bit mask).
- PROTECTED - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "protected".
- PROTECTED_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
-
"protected" modifier with flag value
Modifier.PROTECTED
. - ProviderMethodOrConstructorRequiredForServiceImpl - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PROVIDES_DIRECTIVE - Static variable in class org.eclipse.jdt.core.dom.ASTNode
-
Node type constant indicating a node of type
ProvidesDirective
. - ProvidesDirective - Class in org.eclipse.jdt.core.dom
-
Provides directive AST node type (added in JLS9 API).
- providesWorkingCopies() - Method in interface org.eclipse.jdt.ui.IWorkingCopyProvider
-
Returns
true
if the content provider returns working copy elements; otherwisefalse
is returned. - providesWorkingCopies() - Method in class org.eclipse.jdt.ui.StandardJavaElementContentProvider
- PUBLIC - Enum constant in enum class com.sun.mirror.declaration.Modifier
-
The modifier
public
- PUBLIC - Static variable in class org.eclipse.jdt.core.dom.Modifier
-
"public" modifier constant (bit mask).
- PUBLIC - Static variable in class org.eclipse.jdt.core.JavaCore
-
Configurable option value: "public".
- PUBLIC_KEYWORD - Static variable in class org.eclipse.jdt.core.dom.Modifier.ModifierKeyword
-
"public" modifier with flag value
Modifier.PUBLIC
. - PublicClassMustMatchFileName - Static variable in interface org.eclipse.jdt.core.compiler.IProblem
- PULL_UP - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
-
Refactoring id of the 'Pull Up' refactoring (value:
org.eclipse.jdt.ui.pull.up
). - PULL_UP - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the refactor -> pull up action (value
"org.eclipse.jdt.ui.edit.text.java.pull.up"
). - PULL_UP - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Refactor menu: name of standard Pull Up global action (value
"org.eclipse.jdt.ui.actions.PullUp"
). - PullUpAction - Class in org.eclipse.jdt.ui.actions
-
Action to pull up method and fields into a superclass.
- PullUpAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.PullUpAction
-
Note: This constructor is for internal use only.
- PullUpAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.PullUpAction
-
Creates a new
PullUpAction
. - PullUpDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
-
Refactoring descriptor for the pull up refactoring.
- PullUpDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.PullUpDescriptor
-
Creates a new refactoring descriptor.
- PullUpDescriptor(String, String, String, Map<String, String>, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.PullUpDescriptor
-
Creates a new refactoring descriptor.
- PUSH_DOWN - Static variable in interface org.eclipse.jdt.core.refactoring.IJavaRefactorings
-
Refactoring id of the 'Push Down' refactoring (value:
org.eclipse.jdt.ui.push.down
). - PUSH_DOWN - Static variable in interface org.eclipse.jdt.ui.actions.IJavaEditorActionDefinitionIds
-
Action definition ID of the refactor -> push down action (value
"org.eclipse.jdt.ui.edit.text.java.push.down"
). - PUSH_DOWN - Static variable in class org.eclipse.jdt.ui.actions.JdtActionConstants
-
Refactor menu: name of standard Push Down global action (value
"org.eclipse.jdt.ui.actions.PushDown"
). - PushDownAction - Class in org.eclipse.jdt.ui.actions
-
Action to push down methods and fields into subclasses.
- PushDownAction(JavaEditor) - Constructor for class org.eclipse.jdt.ui.actions.PushDownAction
-
Note: This constructor is for internal use only.
- PushDownAction(IWorkbenchSite) - Constructor for class org.eclipse.jdt.ui.actions.PushDownAction
-
Creates a new
PushDownAction
. - PushDownDescriptor - Class in org.eclipse.jdt.core.refactoring.descriptors
-
Refactoring descriptor for the push down refactoring.
- PushDownDescriptor() - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.PushDownDescriptor
-
Creates a new refactoring descriptor.
- PushDownDescriptor(String, String, String, Map<String, String>, int) - Constructor for class org.eclipse.jdt.core.refactoring.descriptors.PushDownDescriptor
-
Creates a new refactoring descriptor.
- PUTFIELD - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
- putProblems(String, CategorizedProblem[]) - Method in class org.eclipse.jdt.core.compiler.ReconcileContext
-
Sets the problems to be reported to the problem requestor of the reconcile operation for the given marker type.
- PUTSTATIC - Static variable in interface org.eclipse.jdt.core.util.IOpcodeMnemonics
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
org.eclipse.debug.core.sourcelookup
andorg.eclipse.debug.core.sourcelookup.containers
. This class has been replaced byorg.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer
.