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

S

save(IProgressMonitor, boolean) - Method in interface org.eclipse.cdt.core.model.IBuffer
Saves the contents of this buffer to its underlying resource.
save(IProgressMonitor, boolean) - Method in interface org.eclipse.cdt.core.model.IOpenable
Saves any changes in this element's buffer to its underlying resource via a workspace resource operation.
sc_auto - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier
sc_autoauto
sc_extern - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier
sc_externextern
sc_last - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeclSpecifier
sc_last is overwritten to allow extensibility.
sc_last - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier
sc_last for sub-interfaces to continue on
sc_mutable - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeclSpecifier
sc_mutable represents a mutable storage representation.
sc_register - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier
sc_registerregister
sc_static - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier
sc_staticstatic
sc_typedef - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier
sc_typedef typedef
sc_unspecified - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier
sc_unspecified undefined storage class
SCANNER_ASSIGNMENT_NOT_ALLOWED - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Assignment '=' encountered in macro by Scanner.
SCANNER_BAD_CHARACTER - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Bad character encountered by Scanner.
SCANNER_BAD_CONDITIONAL_EXPRESSION - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Division by 0 encountered in macro by Scanner.
SCANNER_BAD_DECIMAL_FORMAT - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Bad decimal encountered by Scanner.
SCANNER_BAD_FLOATING_POINT - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Bad floating point encountered by Scanner.
SCANNER_BAD_HEX_FORMAT - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Bad hexidecimal encountered by Scanner.
SCANNER_BAD_OCTAL_FORMAT - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Bad octal encountered by Scanner.
SCANNER_DIVIDE_BY_ZERO - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Division by 0 encountered in macro by Scanner.
SCANNER_EXPRESSION_SYNTAX_ERROR - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Expression syntax error encountered in macro by Scanner.
SCANNER_ILLEGAL_IDENTIFIER - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Expression syntax error encountered in macro by Scanner.
SCANNER_INVALID_ESCAPECHAR - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Invalid escape sequence encountered by Scanner.
SCANNER_MISSING_R_PAREN - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Missing ')' encountered in macro by Scanner.
SCANNER_PROBLEM - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTranslationUnit
SCANNER_PROBLEM represents the relationship between an IASTTranslationUnit and it's nested IASTProblem.
SCANNER_RELATED - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
IProblem relates to a valid error on the Scanner
SCANNER_UNBOUNDED_STRING - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Unbounded literal string encountered by Scanner.
SCANNER_UNEXPECTED_EOF - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
Unexpected EOF encountered by Scanner.
search(IWorkspace, ICSearchPattern, ICSearchScope, ICSearchResultCollector, boolean) - Method in class org.eclipse.cdt.core.search.SearchEngine
 
search(IWorkspace, ICSearchPattern, ICSearchScope, ICSearchResultCollector, boolean, IMatchLocator) - Method in class org.eclipse.cdt.core.search.SearchEngine
 
SearchEngine - Class in org.eclipse.cdt.core.search
 
SearchEngine() - Constructor for class org.eclipse.cdt.core.search.SearchEngine
 
SearchEngine(IWorkingCopy[]) - Constructor for class org.eclipse.cdt.core.search.SearchEngine
 
SEGMENT_NAME - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTQualifiedName
Each IASTName segment has property being SEGMENT_NAME.
select() - Method in interface org.eclipse.cdt.debug.core.cdi.ICDITraceSnapshot
Selects this snapshot.
selectNodeForLocation(String, int, int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTTranslationUnit
Select the node in the treet that best fits the offset/length/file path.
SEMANTIC_AMBIGUOUS_LOOKUP - Static variable in interface org.eclipse.cdt.core.dom.ast.IProblemBinding
Ambiguous lookup for given name.
SEMANTIC_BAD_SCOPE - Static variable in interface org.eclipse.cdt.core.dom.ast.IProblemBinding
there was a problem creating the scope
SEMANTIC_CIRCULAR_INHERITANCE - Static variable in interface org.eclipse.cdt.core.dom.ast.IProblemBinding
circular inheritance was detected for a class
SEMANTIC_DEFINITION_NOT_FOUND - Static variable in interface org.eclipse.cdt.core.dom.ast.IProblemBinding
the definition for the class/function can not be found
SEMANTIC_INVALID_OVERLOAD - Static variable in interface org.eclipse.cdt.core.dom.ast.IProblemBinding
Invalid overload of a particular name.
SEMANTIC_INVALID_REDECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.IProblemBinding
invalid redeclaration of the name
SEMANTIC_INVALID_REDEFINITION - Static variable in interface org.eclipse.cdt.core.dom.ast.IProblemBinding
invalid redefinition of the name
SEMANTIC_INVALID_TYPE - Static variable in interface org.eclipse.cdt.core.dom.ast.IProblemBinding
Invalid type provided Required attribugtes: A_TYPE_NAME
SEMANTIC_INVALID_USING - Static variable in interface org.eclipse.cdt.core.dom.ast.IProblemBinding
Invalid using directive.
SEMANTIC_KNR_PARAMETER_DECLARATION_NOT_FOUND - Static variable in interface org.eclipse.cdt.core.dom.ast.IProblemBinding
the declaration for the K&R style function parameter can not be found
SEMANTIC_LABEL_STATEMENT_NOT_FOUND - Static variable in interface org.eclipse.cdt.core.dom.ast.IProblemBinding
a label statement can not be found to match a goto statement
SEMANTIC_MEMBER_DECLARATION_NOT_FOUND - Static variable in interface org.eclipse.cdt.core.dom.ast.IProblemBinding
 
SEMANTIC_NAME_NOT_FOUND - Static variable in interface org.eclipse.cdt.core.dom.ast.IProblemBinding
Attempt to use a symbol that was not found.
SEMANTICS_RELATED - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
IProblem relates to a valid semantical error in the parser
setAbstractDeclarator(IASTDeclarator) - Method in interface org.eclipse.cdt.core.dom.ast.IASTTypeId
Set the abstract declarator.
setAddressBreakpoint(int, ICDIAddressLocation, ICDICondition, boolean) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpointManagement
Set an address Breakpoint
setAlias(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNamespaceAlias
Set the new alias name.
setArguments(String[]) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIRuntimeOptions
Program/Inferior arguments.
setArrayExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTArraySubscriptExpression
Set the expression that represents the array.
setAssembly(String) - Method in interface org.eclipse.cdt.core.dom.ast.IASTASMDeclaration
Set the assembly value.
setAttribute(String, String) - Method in interface org.eclipse.cdt.debug.core.cdi.ICDISession
Sets the value of a debug session attribute.
setBinding(IBinding) - Method in interface org.eclipse.cdt.core.dom.ast.IASTName
Set the semantic object for this name to be the given binding
setBitFieldSize(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFieldDeclarator
Set the bitfield size.
setBody(IASTStatement) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDoStatement
Set the body of the loop.
setBody(IASTStatement) - Method in interface org.eclipse.cdt.core.dom.ast.IASTForStatement
Set the body of the for loop.
setBody(IASTStatement) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFunctionDefinition
Set the body of the function.
setBody(IASTStatement) - Method in interface org.eclipse.cdt.core.dom.ast.IASTSwitchStatement
Set the body for the switch statement.
setBody(IASTStatement) - Method in interface org.eclipse.cdt.core.dom.ast.IASTWhileStatement
Set the body of the while loop.
setCatchBody(IASTStatement) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCatchHandler
Set the catch body.
setComplex(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTSimpleDeclSpecifier
Set the number to be complex.
setComplex(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier
Set the number to be complex.
setCompoundStatement(IASTCompoundStatement) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTCompoundStatementExpression
Set the compound statement.
setCondition(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDoStatement
Set the condition for the loop.
setCondition(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTWhileStatement
Set the condition of the while loop.
setCondition(ICDICondition) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint
Sets the condition of this breakpoint.
setConditionDeclaration(IASTDeclaration) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTForStatement
 
setConditionDeclaration(IASTDeclaration) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTIfStatement
 
setConditionDeclaration(IASTDeclaration) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTWhileStatement
Set the condition declaration.
setConditionExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTForStatement
Set the condition expression for the loop.
setConditionExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTIfStatement
Set the condition in the if statement.
setConst(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTArrayModifier
Set true/false that the const modifier is used.
setConst(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator
Set the method to be const or not.
setConst(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier
Set const modifier used.
setConst(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.IASTPointer
Set this to be a const pointer (true/false).
setConst(boolean) - Method in class org.eclipse.cdt.core.search.BasicSearchMatch
 
setConstantExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTArrayModifier
Set the constant expression that represents the size of the array.
setContents(char[]) - Method in interface org.eclipse.cdt.core.model.IBuffer
Sets the contents of this buffer to the given character array.
setContents(String) - Method in interface org.eclipse.cdt.core.model.IBuffer
Sets the contents of this buffer to the given String.
setControllerDeclaration(IASTDeclaration) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSwitchStatement
In C++, a switch statement can be contorller by a declaration.
setControllerExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTSwitchStatement
Set the controlling expression for the switch.
setDeclaration(IASTDeclaration) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCatchHandler
Set the declaration.
setDeclaration(IASTDeclaration) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTExplicitTemplateInstantiation
Set the owned declaration.
setDeclaration(IASTDeclaration) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateDeclaration
Set the templated declaration.
setDeclaration(IASTDeclaration) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateSpecialization
Set the declaration.
setDeclaration(IASTDeclaration) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclarationStatement
Set the declaration for this statement.
setDeclarator(IASTFunctionDeclarator) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFunctionDefinition
Set the declarator for the function.
setDeclarator(IASTDeclarator) - Method in interface org.eclipse.cdt.core.dom.ast.IASTParameterDeclaration
Set the declarator.
setDeclSpecifier(IASTDeclSpecifier) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFunctionDefinition
Set the decl specifier for the function.
setDeclSpecifier(IASTDeclSpecifier) - Method in interface org.eclipse.cdt.core.dom.ast.IASTParameterDeclaration
Set the decl specifier.
setDeclSpecifier(IASTDeclSpecifier) - Method in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclaration
Set the decl specifier.
setDeclSpecifier(IASTDeclSpecifier) - Method in interface org.eclipse.cdt.core.dom.ast.IASTTypeId
Set the decl specifier.
setDefaultType(IASTTypeId) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeTemplateParameter
Set the default type.
setDefaultValue(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplatedTypeTemplateParameter
Set default value for template type.
setElseClause(IASTStatement) - Method in interface org.eclipse.cdt.core.dom.ast.IASTIfStatement
Set the else clause.
setEnabled(boolean) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint
Sets the enabled state of this breakpoint.
setEnabled(boolean) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITracepoint
Sets the enabled state of this tracepoint.
setEnvironment(Properties) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIRuntimeOptions
Program/Inferior environment settings.
setExceptionBreakpoint(String, boolean, boolean) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpointManagement
Set an exception point.
setExpansion(String) - Method in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorMacroDefinition
Set the macro expansion.
setExplicit(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeclSpecifier
Set this to be an explicit constructor.
setExported(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateDeclaration
Should the export keyword be used?
setExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorInitializer
Set the arguments to the constructor.
setExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTCaseStatement
Set the expression.
setExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTExpressionStatement
Set the expression statement.
setExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTInitializerExpression
Set the initializer's expression.
setFieldName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFieldReference
Set the name of the field.
setFieldOwner(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFieldReference
Set the expression for the object containing the field.
setFriend(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeclSpecifier
Set this to be a friend declaration true/false.
setFrozen(boolean) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIMemoryBlock
A memoryBlock set frozen means that the block will not update and check for new data.
setFullyCached(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.IScope
Set whether or not all the names in this scope have been cached
setFullyQualified(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTQualifiedName
Set this name to be fully qualified or not (true/false).
setFunctionBreakpoint(int, ICDIFunctionLocation, ICDICondition, boolean) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpointManagement
Set a function breakpoint.
setFunctionNameExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFunctionCallExpression
Set the function name expression.
setImaginary(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTSimpleDeclSpecifier
Set the number to be imaginary.
setImaginary(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier
Set the number to be imaginary.
setInitializer(IASTInitializer) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTTypeIdInitializerExpression
Set the initializer.
setInitializer(IASTInitializer) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclarator
Set the optional initializer.
setInitializerStatement(IASTStatement) - Method in interface org.eclipse.cdt.core.dom.ast.IASTForStatement
 
setInitializerValue(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorChainInitializer
Set the initializer value.
setInitialValue(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
Set the initial value.
setInitialValue(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypenameExpression
Set initial value.
setInline(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier
Set inline modifier used.
setIsCatchAll(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCatchHandler
Set is catch all handler.
setIsGlobal(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeleteExpression
Set this to be the global delete function called.
setIsGlobal(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression
Set this expression to bea global ::new expression (or not).
setIsNewTypeId(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression
Set the type ID to be a new type ID.
setIsPointerDereference(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFieldReference
Set whether or not this is a pointer dereference (default == no).
setIsTemplate(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFieldReference
Set the template keyword used.
setIsTemplate(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypenameExpression
Was template token consumed?
setIsTypename(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNamedTypeSpecifier
Set this value.
setIsTypename(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTUsingDeclaration
Was the typename keyword used?
setIsVectored(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeleteExpression
Set this to be a vector delete. ([])
setIterationExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTForStatement
Set the expression that is evaluated after the completion of an iteration of the loop.
setKey(int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTCompositeTypeSpecifier
Set the type (key) of this composite specifier.
setKind(int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTElaboratedTypeSpecifier
Set the kind.
setKind(int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTLiteralExpression
Set the literal expression kind.
setLineBreakpoint(int, ICDILineLocation, ICDICondition, boolean) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpointManagement
Set a line breakpoint.
setLiteral(String) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTLinkageSpecification
Set the "literal" that represents the linkage.
setLocatable(IMatchLocatable) - Method in class org.eclipse.cdt.core.search.BasicSearchMatch
 
setLogicalConditionExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTConditionalExpression
Set the logical condition expression.
setLong(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
Change as to if the type is modified by the keyword long.
setLongLong(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTSimpleDeclSpecifier
Set long long to be 'value'.
setLongLong(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier
Encountered "long long" - set true or false.
setMappingName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNamespaceAlias
Set the mapping name.
setMemberInitializerId(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConstructorChainInitializer
Set the field name.
setModifier(int) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTExplicitTemplateInstantiation
Set the modifier value.
setName(String) - Method in class org.eclipse.cdt.core.dom.ast.ASTNodeProperty
 
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTFieldDesignator
Set the field name.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCompositeTypeSpecifier.ICPPASTBaseSpecifier
Set the name.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNamespaceDefinition
Set the name.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTPointerToMember
Set the name.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeTemplateParameter
Set the name.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplatedTypeTemplateParameter
Set name.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypenameExpression
Set the name.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTUsingDeclaration
Set the name.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.IASTCompositeTypeSpecifier
Set the name for this composite type.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclarator
Set the name of he declarator.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.IASTElaboratedTypeSpecifier
Set the name.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.IASTEnumerationSpecifier.IASTEnumerator
Set the enumerator's name.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.IASTEnumerationSpecifier
Set the enum's name.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.IASTGotoStatement
Set the name for a goto statement label.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.IASTIdExpression
Set the name to be used inthe expression.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.IASTLabelStatement
Set the name for a label.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNamedTypeSpecifier
Set the name.
setName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.IASTPreprocessorMacroDefinition
Set the macro name.
setName(String) - Method in class org.eclipse.cdt.core.search.BasicSearchMatch
 
setNegativeResultExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTConditionalExpression
Set negative result expression.
setNestedDeclarator(IASTDeclarator) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclarator
 
setNestedStatement(IASTStatement) - Method in interface org.eclipse.cdt.core.dom.ast.IASTLabelStatement
 
setNewInitializer(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression
 
setNewPlacement(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression
Set the new placement expression.
setOperand(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeleteExpression
 
setOperand(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTCastExpression
Set the expression being cast.
setOperand(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
Set the operand.
setOperand1(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
Set the first operand.
setOperand2(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
 
setOperandInitializer(IASTInitializer) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTDesignatedInitializer
Set the nested initializer.
setOperator(int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
Set the operator.
setOperator(int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTCastExpression
Set the operator (type of cast).
setOperator(int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
Set the operator for the expression.
setOperator(int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
Set the operator/kind.
setOption(String, String) - Method in interface org.eclipse.cdt.core.model.ICProject
Helper method for setting one option value only.
setOptions(Map) - Method in interface org.eclipse.cdt.core.model.ICProject
Sets the project custom options.
setParameter(String) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFunctionStyleMacroParameter
Set the parameter name.
setParameterDeclarations(IASTDeclaration[]) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.c.ICASTKnRFunctionDeclarator
Overrwrite the parameter lists.
setParameterExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTFunctionCallExpression
Set the parameters expression.
setParameterNames(IASTName[]) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.c.ICASTKnRFunctionDeclarator
Overwrite the parameter names.
setParameters(String[]) - Method in class org.eclipse.cdt.core.search.BasicSearchMatch
 
setParameterType(int) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeTemplateParameter
Set the parameter type.
setParent(IASTNode) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNode
Set the parent node of this node in the tree.
setParentName(String) - Method in class org.eclipse.cdt.core.search.BasicSearchMatch
 
setPassCount(int) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITracepoint
Sets the passcount of this tracepoint.
setPath(IPath) - Method in class org.eclipse.cdt.core.search.BasicSearchMatch
 
setPathEntryContainer(ICProject[], IPathEntryContainer, IProgressMonitor) - Static method in class org.eclipse.cdt.core.model.CoreModel
Bind a container reference path to some actual containers (IPathEntryContainer).
setPathEntryStore(IProject, IPathEntryStore) - Static method in class org.eclipse.cdt.core.model.CoreModel
Set in the map the store, but not persisted.
setPositiveResultExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTConditionalExpression
Set positive result expression.
setProblem(IASTProblem) - Method in interface org.eclipse.cdt.core.dom.ast.IASTProblemHolder
Set the problem.
setProgressMonitor(IProgressMonitor) - Method in class org.eclipse.cdt.core.search.BasicSearchResultCollector
 
setProgressMonitor(IProgressMonitor) - Method in interface org.eclipse.cdt.core.search.IMatchLocator
 
setPropertyInParent(ASTNodeProperty) - Method in interface org.eclipse.cdt.core.dom.ast.IASTNode
Set the parent property of the node.
setPureVirtual(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator
Set thid method to be pure virtual.
setQualifiedName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTUsingDirective
Set the qualified name.
setQualifiedName(String[]) - Method in class org.eclipse.cdt.core.search.BasicSearchMatch
 
setRangeCeiling(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTArrayRangeDesignator
Set the ceiling expression of the range.
setRangeFloor(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTArrayRangeDesignator
Set the floor expression of the range.
setRawPathEntries(ICProject, IPathEntry[], IProgressMonitor) - Static method in class org.eclipse.cdt.core.model.CoreModel
Sets the pathentries of this project using a list of entries.
setRawPathEntries(IPathEntry[], IProgressMonitor) - Method in interface org.eclipse.cdt.core.model.ICProject
Sets the entries for this project.
setReferringElement(IPath) - Method in class org.eclipse.cdt.core.search.BasicSearchMatch
 
setResource(IResource) - Method in class org.eclipse.cdt.core.search.BasicSearchMatch
 
setRestrict(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTArrayModifier
Set true/false that the restrict modifier is used.
setRestrict(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTDeclSpecifier
Set restrict to value.
setRestrict(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTPointer
Set this pointer to be restrict pointer.
setRestrict(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTDeclSpecifier
Set restrict-modifier-encountered to value.
setRestrict(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTPointer
Set restrict-keyword-encountered to true or false.
setReturnType(String) - Method in class org.eclipse.cdt.core.search.BasicSearchMatch
 
setReturnValue(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTReturnStatement
Set the return value.
setShort(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
Change as to if the type is modified by the keyword short.
setSigned(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
Change as to if the type is modified by the keyword signed.
setSimpleType(int) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeConstructorExpression
Set the simple type.
setSourcePaths(String[]) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDISourceManagement
Set the source search paths for the debug session.
setStatic(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTArrayModifier
Set true/false that the static modifier is used.
setStatic(boolean) - Method in class org.eclipse.cdt.core.search.BasicSearchMatch
 
setStorageClass(int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier
Set the storage class.
setSubscriptExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTArrayDesignator
Set the subscript expression.
setSubscriptExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTArraySubscriptExpression
Set the subscript expression.
setTemplateName(IASTName) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateId
Set the name.
setThenClause(IASTStatement) - Method in interface org.eclipse.cdt.core.dom.ast.IASTIfStatement
Set the statement that is executed if the condition is true.
setTracepoint(ICDILocation) - Method in interface org.eclipse.cdt.debug.core.cdi.ICDITraceManager
Sets a tracepoint at the given location.
setTryBody(IASTStatement) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTryBlockStatement
Set try body.
setType(int) - Method in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
Set this decl specifier type to type.
setType(int) - Method in class org.eclipse.cdt.core.search.BasicSearchMatch
 
setTypeId(IASTTypeId) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTTypeIdInitializerExpression
Set the typeId.
setTypeId(IASTTypeId) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTConversionName
Sets the IASTTypeId for the ICPPASTConversionName.
setTypeId(IASTTypeId) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNewExpression
Set the type Id.
setTypeId(IASTTypeId) - Method in interface org.eclipse.cdt.core.dom.ast.IASTCastExpression
Set the typeId.
setTypeId(IASTTypeId) - Method in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
Set the type Id.
setTypeName(String) - Method in interface org.eclipse.cdt.core.model.IVariableDeclaration
Sets the variable declaration type name.
setTypeofExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTSimpleDeclSpecifier
Set the typeof() expression.
setTypeofExpression(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTSimpleDeclSpecifier
Set the typeof() expression.
setUnsigned(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.IASTSimpleDeclSpecifier
Change as to if the type is modified by the keyword unsigned.
setValue(IASTExpression) - Method in interface org.eclipse.cdt.core.dom.ast.IASTEnumerationSpecifier.IASTEnumerator
Set enumerator value.
setValue(String) - Method in interface org.eclipse.cdt.core.dom.ast.IASTLiteralExpression
Set the value of the literal expression.
setValue(long, byte[]) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIMemoryBlock
Sets the value of the bytes in this memory block at the specified offset within this memory block to the spcified bytes.
setValue(String) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIRegister
Attempts to set the value of this variable to the value of the given expression.
setValue(ICDIValue) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIRegister
Sets the value of this variable to the given value.
setValue(String) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIVariable
Attempts to set the value of this variable to the value of the given expression.
setValue(ICDIValue) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIVariable
Sets the value of this variable to the given value.
setVarArgs(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.IASTStandardFunctionDeclarator
Set whether or not this function takes a variable number or arguments.
setVariableSized(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTArrayModifier
Set the array to be variable sized dependent upon value.
setVirtual(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCompositeTypeSpecifier.ICPPASTBaseSpecifier
Set the virtual flag on/off.
setVirtual(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeclSpecifier
Set this declaration to be virutal.
setVisibility(int) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCompositeTypeSpecifier.ICPPASTBaseSpecifier
Set the visibility.
setVisibility(int) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTVisiblityLabel
Set visibility.
setVisibility(int) - Method in class org.eclipse.cdt.core.search.BasicSearchMatch
 
setVolatile(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.c.ICASTArrayModifier
Set true/false that the volatile modifier is used.
setVolatile(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTFunctionDeclarator
Set the method to be volatile or not.
setVolatile(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.IASTDeclSpecifier
Set volatile modifier used.
setVolatile(boolean) - Method in interface org.eclipse.cdt.core.dom.ast.IASTPointer
Set this to be a volatile pointer (true/false).
setVolatile(boolean) - Method in class org.eclipse.cdt.core.search.BasicSearchMatch
 
setWaitingPolicy(int) - Method in class org.eclipse.cdt.core.search.SearchEngine
Policy is one of ICSearchConstants.FORCE_IMMEDIATE_SEARCH, ICSearchConstants.CANCEL_IF_NOT_READY_TO_SEARCH or ICSearchConstants.WAIT_UNTIL_READY_TO_SEARCH
setWatchpoint(int, int, String, ICDICondition) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpointManagement
Set a watchpoint.
setWorkingDirectory(String) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIRuntimeOptions
Program/Inferior working directory.
shortValue() - Method in interface org.eclipse.cdt.debug.core.cdi.model.type.ICDIIntegralValue
 
shouldVisitBaseSpecifiers - Variable in class org.eclipse.cdt.core.dom.ast.cpp.CPPASTVisitor
Overide this value if you wish to visit base specifiers off composite types.
shouldVisitDeclarations - Variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
 
shouldVisitDeclarators - Variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
 
shouldVisitDeclSpecifiers - Variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
 
shouldVisitDesignators - Variable in class org.eclipse.cdt.core.dom.ast.c.CASTVisitor
Override this value in your subclass if you do wish to visit designators.
shouldVisitEnumerators - Variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
 
shouldVisitExpressions - Variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
 
shouldVisitInitializers - Variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
 
shouldVisitNames - Variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
These values should be overriden in the implementation subclass.
shouldVisitNamespaces - Variable in class org.eclipse.cdt.core.dom.ast.cpp.CPPASTVisitor
Overide this value if you wish to visit namespaces.
shouldVisitParameterDeclarations - Variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
 
shouldVisitProblems - Variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
 
shouldVisitStatements - Variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
 
shouldVisitTemplateParameters - Variable in class org.eclipse.cdt.core.dom.ast.cpp.CPPASTVisitor
Overide this value if you wish to visit template parameters.
shouldVisitTranslationUnit - Variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
 
shouldVisitTypeIds - Variable in class org.eclipse.cdt.core.dom.ast.ASTVisitor
 
shutdown() - Method in class org.eclipse.cdt.core.model.CoreModel
 
signal() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDISignal
Continue program giving it this signal.
signal() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
Deprecated.  
signal(ICDISignal) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
Deprecated.  
signal() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIThread
Deprecated.  
signal(ICDISignal) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIThread
Deprecated.  
size() - Method in class org.eclipse.cdt.core.search.DOMSearchUtil.CNameCollector
 
size() - Method in class org.eclipse.cdt.core.search.DOMSearchUtil.CPPNameCollector
 
sizeof() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIVariableDescriptor
Returns the size of this variable descriptor.
st_class - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeTemplateParameter
st_class represents a class.
st_typename - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTSimpleTypeTemplateParameter
st_typename represents a typename.
startIndexing() - Method in class org.eclipse.cdt.core.model.CoreModel
 
startTracing() - Method in interface org.eclipse.cdt.debug.core.cdi.ICDITraceManager
Starts the tracing and begins collecting data.
startup() - Method in class org.eclipse.cdt.core.model.CoreModel
 
STATEMENT - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTCompoundStatementExpression
STATEMENT describes the relationship between IGNUASTCompoundStatementExpression and IASTCompoundStatement.
STEP_INTO - Static variable in interface org.eclipse.cdt.debug.core.cdi.event.ICDIResumedEvent
 
STEP_INTO_INSTRUCTION - Static variable in interface org.eclipse.cdt.debug.core.cdi.event.ICDIResumedEvent
 
STEP_OVER - Static variable in interface org.eclipse.cdt.debug.core.cdi.event.ICDIResumedEvent
 
STEP_OVER_INSTRUCTION - Static variable in interface org.eclipse.cdt.debug.core.cdi.event.ICDIResumedEvent
 
STEP_RETURN - Static variable in interface org.eclipse.cdt.debug.core.cdi.event.ICDIResumedEvent
 
stepInto(int) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIExecuteStep
Steps into the current source line.
stepInto() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
Deprecated.  
stepInto() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIThread
Deprecated.  
stepIntoInstruction(int) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIExecuteStep
Steps into the current machine instruction.
stepIntoInstruction() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
Deprecated.  
stepIntoInstruction() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIThread
Deprecated.  
stepOver(int) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIExecuteStep
Steps over the current source line.
stepOver() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
Deprecated.  
stepOver() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIThread
Deprecated.  
stepOverInstruction(int) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIExecuteStep
Steps over the current machine instruction.
stepOverInstruction() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITarget
Deprecated.  
stepOverInstruction() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIThread
Deprecated.  
stepReturn() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIExecuteStepReturn
Continue execution until the frame return.
stepReturn(ICDIValue) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIExecuteStepReturn
Cancel execution of the frame and return with value.
stepReturn() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIThread
Deprecated.  
stepUntil(ICDILocation) - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDIExecuteStep
Continues running until location is reached.
stopTracing() - Method in interface org.eclipse.cdt.debug.core.cdi.ICDITraceManager
Stops the tracing and ends collecting data.
STRUCT - Static variable in interface org.eclipse.cdt.core.search.ICSearchConstants
The searched element is a struct.
SUBSCRIPT - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTArraySubscriptExpression
Node property that describes the relationship between an IASTArraySubscriptExpression and an IASTExpression representing the array.
SUBSCRIPT_CEILING_EXPRESSION - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTArrayRangeDesignator
SUSBCRIPT_CEILING_EXPRESSION represents the higher value in the range of expressions.
SUBSCRIPT_EXPRESSION - Static variable in interface org.eclipse.cdt.core.dom.ast.c.ICASTArrayDesignator
SUBSCRIPT_EXPRESSION represents the relationship between the designator and the subscript expression.
SUBSCRIPT_FLOOR_EXPRESSION - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.c.IGCCASTArrayRangeDesignator
SUSBCRIPT_FLOOR_EXPRESSION represents the lower value in the range of expressions.
supportsBreakpoints() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITargetConfiguration
Returns whether this target supports breakpoints.
supportsDisconnect() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITargetConfiguration
Returns whether this target supports disconnecting.
supportsExpressionEvaluation() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITargetConfiguration
Returns whether this target supports expression evaluation.
supportsInstructionStepping() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITargetConfiguration
Returns whether this target supports instruction stepping.
supportsMemoryModification() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITargetConfiguration
Returns whether this target supports memory modification.
supportsMemoryRetrieval() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITargetConfiguration
Returns whether this target supports memory retrieval.
supportsRegisterModification() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITargetConfiguration
Returns whether this target supports register modification.
supportsRegisters() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITargetConfiguration
Returns whether this target supports registers.
supportsRestart() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITargetConfiguration
Returns whether this target supports restarting.
supportsResume() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITargetConfiguration
Returns whether this target supports Resume.
supportsSharedLibrary() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITargetConfiguration
Returns whether this target supports shared library.
supportsStepping() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITargetConfiguration
Returns whether this target supports stepping.
supportsSuspend() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITargetConfiguration
Returns whether this target supports suspend.
supportsTerminate() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDITargetConfiguration
Returns whether this target supports termination.
suspend() - Method in interface org.eclipse.cdt.debug.core.cdi.model.ICDISuspend
Causes this target/thread to suspend its execution.
SYNTAX_ERROR - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
 
SYNTAX_RELATED - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTProblem
IProblem relates to a valid syntax error in the parser

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.