Eclipse CDT
Pre-release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W

P

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
PARAMETER
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
The parameter name.
PARAMETER_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplatedTypeTemplateParameter
This parameter's 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
PARAMETERS represents the relationship between a IASTFunctionCallExpression and its IASTExpression (parameters).
parse() - Method in interface org.eclipse.cdt.core.model.ITranslationUnit
parse() returns a map of all new elements and their element info
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 pathentry 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_MATCH - Static variable in interface org.eclipse.cdt.core.search.ICSearchConstants
The search pattern contains one or more wild cards ('*') where a wild-card can replace 0 or more characters in the search result.
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.
POSSIBLE_MATCH - Static variable in interface org.eclipse.cdt.core.search.ICSearchPattern
 
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.
POTENTIAL_MATCH - Static variable in interface org.eclipse.cdt.core.search.ICSearchResultCollector
The search result is potentially a match for the search pattern, but a problem prevented the search engine from being more accurate (typically because of the classpath was not correctly set).
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
PREFIX_MATCH - Static variable in interface org.eclipse.cdt.core.search.ICSearchConstants
The search pattern is a prefix of the search result.
PREPROCESSOR_CIRCULAR_INCLUSION - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Circular inclusion encountered by Preprocessor.
PREPROCESSOR_CONDITIONAL_EVAL_ERROR - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Preprocessor Conditional cannot not be evaluated due.
PREPROCESSOR_DEFINITION_NOT_FOUND - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Macro definition not found by Preprocessor.
PREPROCESSOR_INCLUSION_NOT_FOUND - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Inclusion not found by Preprocessor.
PREPROCESSOR_INVALID_DIRECTIVE - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Invalid or unknown preprocessor directive encountered by Preprocessor.
PREPROCESSOR_INVALID_MACRO_DEFN - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Invalid format to Macro definition.
PREPROCESSOR_INVALID_MACRO_REDEFN - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Invalid macro redefinition encountered by Preprocessor.
PREPROCESSOR_INVALID_VA_ARGS - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
__VA_ARGS__ encountered in macro definition without the required '...'
PREPROCESSOR_MACRO_PASTING_ERROR - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Invalid Macro Pasting encountered by Preprocessor.
PREPROCESSOR_MACRO_USAGE_ERROR - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Invalid macro usage encountered by Preprocessor.
PREPROCESSOR_MISSING_RPAREN_PARMLIST - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
macro argument "..." encountered without the required ')' i.e. must be last argument if used Required attributes: none
PREPROCESSOR_POUND_ERROR - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
#error encountered by Preprocessor.
PREPROCESSOR_RELATED - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
IProblem relates to a valid error on the preprocessor
PREPROCESSOR_STATEMENT - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTranslationUnit
PREPROCESSOR_STATEMENT represents the relationship between an IASTTranslationUnit and it's nested IASTPreprocessorStatement.
PREPROCESSOR_UNBALANCE_CONDITION - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Preprocessor conditionals seem unbalanced.
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
 
PROCESS_CONTINUE - Static variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
 
PROCESS_SKIP - Static variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
 

Eclipse CDT
Pre-release 3.0
A B C D E F G H I J K L M N O P Q R S T U V W
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.