|
|
|
|
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
_
P
-
P_COMPRESSED -
Static variable in class org.eclipse.jdt.ui.
JavaElementLabels
- Package names are compressed.
-
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.
-
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.
-
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.
-
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. In 3.0, the debug platform provides source lookup facilities that
should be used in place of the Java source lookup support provided in 2.0.
The new facilities provide a source lookup director that coordinates source
lookup among a set of participants, searching a set of source containers.
See the following packages:
org.eclipse.debug.core.sourcelookup
and org.eclipse.debug.core.sourcelookup.containers . This class
has been replaced by
org.eclipse.jdt.launching.sourcelookup.containers.PackageFragmentRootSourceContainer .
-
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_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.
-
ParameterAssignment -
Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
-
-
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).
-
ParameterMismatch -
Static variable in interface org.eclipse.jdt.core.compiler.
IProblem
-
-
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.
MethodDeclaration
- The "parameters" structural property of this node type).
-
PARAMETERS_PROPERTY -
Static variable in class org.eclipse.jdt.core.dom.
MethodRef
- The "parameters" structural property of this node type.
-
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(ICompilationUnit, boolean) -
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(char[], String, IJavaProject) -
Static method in class org.eclipse.jdt.core.dom.
AST
-
Deprecated. Use
ASTParser instead.
-
parseCompilationUnit(char[]) -
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
-
-
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_MATCH -
Static variable in interface org.eclipse.jdt.core.search.
IJavaSearchConstants
-
Deprecated. Use
SearchPattern.R_PATTERN_MATCH instead.
-
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
-
-
perform(ASTNode, int, int) -
Static method in class org.eclipse.jdt.core.dom.
NodeFinder
- Maps a selection to a given ASTNode, where the selection is defined using a start and a length.
-
perform(ASTNode, ISourceRange) -
Static method in class org.eclipse.jdt.core.dom.
NodeFinder
- Maps a selection to a given ASTNode, where the selection is defined using a source range.
-
perform(ASTNode, int, int, ITypeRoot) -
Static method in class org.eclipse.jdt.core.dom.
NodeFinder
- Maps a selection to a given ASTNode, where the selection is given by a start and a length.
-
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.
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.
-
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
-
-
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.
-
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
- Populates the refactoring descriptor argument map based on the specified
arguments.
-
populateArgumentMap() -
Method in class org.eclipse.jdt.core.refactoring.descriptors.
MoveStaticMembersDescriptor
- Populates the refactoring descriptor argument map based on the specified
arguments.
-
populateArgumentMap() -
Method in class org.eclipse.jdt.core.refactoring.descriptors.
RenameJavaElementDescriptor
- Populates the refactoring descriptor argument map based on the specified
arguments.
-
populateArgumentMap() -
Method in class org.eclipse.jdt.core.refactoring.descriptors.
RenameLocalVariableDescriptor
-
Deprecated. Populates the refactoring descriptor argument map based on the specified
arguments.
-
populateArgumentMap() -
Method in class org.eclipse.jdt.core.refactoring.descriptors.
RenameResourceDescriptor
-
Deprecated. Populates the refactoring descriptor argument map based on the specified
arguments.
-
populateArgumentMap() -
Method in class org.eclipse.jdt.core.refactoring.descriptors.
UseSupertypeDescriptor
- Populates the refactoring descriptor argument map based on the specified
arguments.
-
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 .
-
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).
-
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.
-
PotentialNullLocalVariableReference -
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_CONNECT_TIMEOUT -
Static variable in class org.eclipse.jdt.launching.
JavaRuntime
- Preference key for launch/connect timeout.
-
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_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_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 default 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_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.
-
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, ILaunch, IProgressMonitor) -
Method in class org.eclipse.jdt.junit.launcher.
JUnitLaunchConfigurationDelegate
- Performs a check on the launch configuration's attributes.
-
preLaunchCheck(ILaunchConfiguration, String, IProgressMonitor) -
Method in class org.eclipse.jdt.launching.
AbstractJavaLaunchConfigurationDelegate
-
-
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_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".
-
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.
-
PrimitiveType - Class in
org.eclipse.jdt.core.dom
- Primitive type nodes.
-
PrimitiveType.Code - Class in
org.eclipse.jdt.core.dom
- Primitive type codes (typesafe enumeration).
-
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.
-
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 .
-
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. -
ProblemsLabelDecorator.ProblemsLabelChangedEvent(IBaseLabelProvider, IResource[], boolean) -
Constructor for class org.eclipse.jdt.ui.
ProblemsLabelDecorator.ProblemsLabelChangedEvent
-
-
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.
-
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" ).
-
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.
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.
DoStatement
- 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.
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.
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.
Javadoc
- 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.
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.
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.
NumberLiteral
- 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.
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.
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.
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.
StringLiteral
- 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.
SwitchCase
- 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.
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.
TypeParameter
- 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.
-
PROTECT -
Static variable in class org.eclipse.jdt.core.dom.
ASTNode
- Flag constant (bit mask, value 4) indicating that this node
is unmodifiable.
-
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 .
-
providesWorkingCopies() -
Method in interface org.eclipse.jdt.ui.
IWorkingCopyProvider
- Returns
true if the content provider returns working
copy elements; otherwise false is returned.
-
providesWorkingCopies() -
Method in class org.eclipse.jdt.ui.
StandardJavaElementContentProvider
-
-
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, 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, 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
-
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, 2008. All Rights Reserved.
|
|
|