- PARAMETER - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateDeclaration
-
PARAMETER
is used for template parameters.
- PARAMETER - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplatedTypeTemplateParameter
-
Relation between template template parameter and its (nested) template parameters.
- PARAMETER - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorFunctionStyleMacroDefinition
-
This property represents the relationship between a function style macro
definition and one of its parameters.
- PARAMETER_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeTemplateParameter
-
Relation between template parameter and its name.
- PARAMETER_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplatedTypeTemplateParameter
-
Relation between template template parameter and its name.
- PARAMETER_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.c.ICASTKnRFunctionDeclarator
-
PARAMETER_NAME
refers to the names qualified in a K&R C
function definition.
- PARAMETERS - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTFunctionCallExpression
-
Deprecated.
- parse(boolean) - Method in interface org.eclipse.cdt.core.model.IContributedModelBuilder
-
Callback used when a TranslationUnit
needs to be parsed.
- parse() - Method in interface org.eclipse.cdt.core.model.ITranslationUnit
-
Deprecated.
don't use this method.
- PARSER_EXCEPTION - Static variable in interface org.eclipse.cdt.core.model.ICModelStatusConstants
-
Status constant indicating that a DOMException
occurred.
- PATH_OUTSIDE_PROJECT - Static variable in interface org.eclipse.cdt.core.model.ICModelStatusConstants
-
Status constant indicating that a path outside of the
project was supplied to the operation.
- PATHENTRY_CYCLE - Static variable in interface org.eclipse.cdt.core.model.ICModelStatusConstants
-
Cycle when resolving the entries.
- PATHENTRY_FILE_FORMAT - Static variable in interface org.eclipse.cdt.core.model.ICModelMarker
-
PathEntry file format marker attribute (value "PathEntryFileFormat"
).
- PATHENTRY_PROBLEM_MARKER - Static variable in interface org.eclipse.cdt.core.model.ICModelMarker
-
PatheEtnry problem marker type (value "org.eclipse.cdt.core.pathentry_problem"
).
- PathEntryContainerChanged - Class in org.eclipse.cdt.core.model
-
- PathEntryContainerChanged(IPath, int) - Constructor for class org.eclipse.cdt.core.model.PathEntryContainerChanged
-
- PathEntryContainerInitializer - Class in org.eclipse.cdt.core.model
-
- PathEntryContainerInitializer() - Constructor for class org.eclipse.cdt.core.model.PathEntryContainerInitializer
-
Creates a new cpath container initializer.
- pathEntryContainerUpdates(IPathEntryContainerExtension, PathEntryContainerChanged[], IProgressMonitor) - Static method in class org.eclipse.cdt.core.model.CoreModel
-
Helper method use by a path entry container implementing IPathEntryContainerExtension
It notify the model of changes.
- pathMatch(char[], char[], boolean, char) - Static method in class org.eclipse.cdt.core.model.CoreModelUtil
-
Answers true if the pattern matches the filepath using the pathSepatator, false otherwise.
- PATTERN - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTPackExpansionExpression
-
Represents the relationship between a pack-expansion and its pattern.
- POINTER_OPERATOR - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTDeclarator
-
POINTER_OPERATOR
represents the relationship between an
IASTDeclarator
and an IASTPointerOperator
.
- pointerValue() - Method in interface org.eclipse.cdt.debug.core.cdi.model.type.ICDIPointerValue
-
- POSITIVE_RESULT - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTConditionalExpression
-
POSITIVE_RESULT
represents the relationship between an
IASTConditionalExpression
and its positive result
IASTExpression
.
- POST_CHANGE - Static variable in class org.eclipse.cdt.core.model.ElementChangedEvent
-
Event type constant (bit mask) indicating an after-the-fact
report of creations, deletions, and modifications
to one or more C element(s) expressed as a hierarchical
C element delta as returned by getDelta()
.
- POST_RECONCILE - Static variable in class org.eclipse.cdt.core.model.ElementChangedEvent
-
Event type constant (bit mask) indicating an after-the-fact
report of creations, deletions, and modifications
to one or more C element(s) expressed as a hierarchical
C element delta as returned by getDelta
.
- POST_SHIFT - Static variable in class org.eclipse.cdt.core.model.ElementChangedEvent
-
Event type constant indicating the following:
Source text is changed somewhere in function body
No global data affected for any C element
but element offsets should be recalculated now.
- PRE_AUTO_BUILD - Static variable in class org.eclipse.cdt.core.model.ElementChangedEvent
-
Deprecated.
- no longer used, such deltas are now notified during POST_CHANGE
- PREPROCESSOR_STATEMENT - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTranslationUnit
-
PREPROCESSOR_STATEMENT
represents the relationship between
an IASTTranslationUnit
and its nested IASTPreprocessorStatement
.
- PROBLEM - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblemHolder
-
PROBLEM
represents the relationship between a
IASTProblemHolder
and its IASTProblem
.
- PROCESS_ABORT - Static variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
-
Abort the entire traversal.
- PROCESS_CONTINUE - Static variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
-
Continue with traversing the children of this node.
- PROCESS_SKIP - Static variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
-
Skip the traversal of children of this node, don't call leave on this node.
- ProcessFactory - Class in org.eclipse.cdt.utils.spawner
-
- PTY - Class in org.eclipse.cdt.utils.pty
-
PTY - pseudo terminal support.
- PTY() - Constructor for class org.eclipse.cdt.utils.pty.PTY
-
Create PTY for use with Eclipse console.
- PTY(PTY.Mode) - Constructor for class org.eclipse.cdt.utils.pty.PTY
-
Create PTY for given mode.
- PTY(boolean) - Constructor for class org.eclipse.cdt.utils.pty.PTY
-
- PTY.MasterFD - Class in org.eclipse.cdt.utils.pty
-
The master fd is used on two streams.
- PTY.MasterFD() - Constructor for class org.eclipse.cdt.utils.pty.PTY.MasterFD
-
- PTY.Mode - Enum in org.eclipse.cdt.utils.pty
-
The pty modes.
- PTYOutputStream - Class in org.eclipse.cdt.utils.pty
-
- PTYOutputStream(PTY.MasterFD) - Constructor for class org.eclipse.cdt.utils.pty.PTYOutputStream
-
From a Unix valid file descriptor set a Reader.