- OCTAL - Static variable in interface org.eclipse.cdt.debug.core.cdi.ICDIFormat
-
- op_alignof - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTTypeIdExpression
-
Deprecated.
op_alignOf
is used for __alignOf( typeId ) type
expressions.
- op_alignof - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
For gnu-parsers, only.
- op_alignOf - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
For GCC parsers, only.
- op_amper - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
Operator ampersand.
- op_assign - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
assignment =
- op_binaryAnd - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
binary and &
- op_binaryAndAssign - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
binary and assign &=
- op_binaryOr - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
binary Or |
- op_binaryOrAssign - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
binary Or assign |=
- op_binaryXor - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
binary Xor ^
- op_binaryXorAssign - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
binary Xor assign ^=
- op_bracketedPrimary - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
A bracketed expression.
- op_cast - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTCastExpression
-
op_cast
represents a traditional cast.
- op_const_cast - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCastExpression
-
op_const_cast
is used for const_cast<>'s.
- op_divide - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
divide /
- op_divideAssign - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
divide assignemnt /=
- op_dynamic_cast - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCastExpression
-
op_dynamic_cast
is used for dynamic_cast<>'s.
- op_ellipses - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
For gcc compilers, only.
- op_equals - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
equals ==
- op_greaterEqual - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
greater than or equals >=
- op_greaterThan - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
greater than >
- op_has_nothrow_assign - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_has_nothrow_constructor - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_has_nothrow_copy - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_has_trivial_assign - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_has_trivial_constructor - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_has_trivial_copy - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_has_trivial_destructor - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_has_virtual_destructor - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_is_abstract - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_is_class - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_is_empty - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_is_enum - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_is_final - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_is_literal_type - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_is_pod - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_is_polymorphic - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_is_standard_layout - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_is_trivial - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_is_union - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Built-in type trait of g++.
- op_labelReference - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
For GCC parsers, only.
- op_last - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTBinaryExpression
-
Deprecated.
all constants must be defined in IASTBinaryExpression
, to avoid
duplicate usage of the same constant.
- op_last - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCastExpression
-
op_last
is for subinterfaces to extend.
- op_last - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypeIdExpression
-
- op_last - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTUnaryExpression
-
- op_last - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTBinaryExpression
-
- op_last - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTTypeIdExpression
-
- op_last - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
Deprecated.
all constants must be defined here, to avoid using the same value twice.
- op_last - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTCastExpression
-
op_last
for subinterfaces
- op_last - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
Deprecated.
constants should be declared here, to avoid using the same constant in different
interfaces.
- op_last - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
Deprecated.
all constants must be defined in this interface
- op_lessEqual - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
less than or equals <=
- op_lessThan - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
less than <
- op_logicalAnd - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
logical and &&
- op_logicalOr - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
logical or ||
- op_max - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTBinaryExpression
-
op_max
represents >?
- op_max - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
For g++, only.
- op_min - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTBinaryExpression
-
op_min
represents
- op_min - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
For g++, only.
- op_minus - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
minus -
- op_minus - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
Operator minus.
- op_minusAssign - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
minus assignment -=
- op_modulo - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
modulo %
- op_moduloAssign - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
modulo assignment %=
- op_multiply - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
multiply *
- op_multiplyAssign - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
multiply assignment *=
- op_noexcept - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
For C++, only: noexcept ( expression )
- op_not - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
not.
- op_notequals - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
not equals !
- op_plus - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
plus +
- op_plus - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
Operator plus.
- op_plusAssign - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
plus assignment +=
- op_pmarrow - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTBinaryExpression
-
op_pmarrow
pointer-to-member pointer dereference.
- op_pmarrow - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
For c++, only.
- op_pmdot - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTBinaryExpression
-
op_pmdot
pointer-to-member field dereference.
- op_pmdot - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
For c==, only.
- op_postFixDecr - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
Postfix decrement.
- op_postFixIncr - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
Postfix increment.
- op_prefixDecr - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
Prefix decrement.
- op_prefixIncr - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
Prefix increment.
- op_reinterpret_cast - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCastExpression
-
op_reinterpret_cast is used for reinterpret_cast<>'s.
- op_shiftLeft - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
shift left <<
- op_shiftLeftAssign - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
shift left assignment <<=
- op_shiftRight - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
shift right >>
- op_shiftRightAssign - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
shift right assign >>=
- op_sizeof - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
op_sizeof
sizeof (typeId) expression
- op_sizeof - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
sizeof.
- op_sizeofParameterPack - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
op_sizeofParameterPack
is used for sizeof... ( typeid ) expressions.
- op_sizeofParameterPack - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
For C++, only: 'sizeof... ( parameterPack )'
- op_star - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
Operator star.
- op_static_cast - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTCastExpression
-
op_static_cast
is used for static_cast<>'s.
- op_throw - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTUnaryExpression
-
op_throw
throw exp
- op_throw - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
For C++, only.
- op_tilde - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
Operator tilde.
- op_typeid - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypeIdExpression
-
- op_typeid - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTUnaryExpression
-
op_typeid
= typeid( exp )
- op_typeid - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
For c++, only.
- op_typeid - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
For C++, only.
- op_typeof - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTTypeIdExpression
-
Deprecated.
op_typeof
is used for typeof( typeId ) type expressions.
- op_typeof - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression
-
For gnu-parsers, only.
- op_typeof - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
Deprecated.
Shall not be used, 'typeof something' is not an expression, it's a declaration specifier.
- open(IProgressMonitor) - Method in interface org.eclipse.cdt.core.model.IOpenable
-
Opens this element and all parent elements that are not already open.
- OPERAND - Static variable in interface org.eclipse.cdt.core.dom.ast.c.ICASTDesignatedInitializer
-
- OPERAND - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeleteExpression
-
OPERAND
is the expression representing the pointer being
deleted.
- OPERAND - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTypeTransformationSpecifier
-
OPERAND
represents the relationship between an ICPPASTTypeTransformationSpecifier
and
its nested IASTTypeId
.
- OPERAND - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTCastExpression
-
OPERAND
represents the relationship between a cast
expression and the expression it is casting (operand).
- OPERAND - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTUnaryExpression
-
OPERAND
represents the relationship between an IASTUnaryExpression
and
it's nested IASTExpression
.
- OPERAND1 - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryTypeIdExpression
-
- OPERAND2 - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryTypeIdExpression
-
- OPERAND_ONE - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
Node property that describes the relationship between an
IASTBinaryExpression
and an IASTExpression
representing the lhs.
- OPERAND_TWO - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTBinaryExpression
-
Node property that describes the relationship between an
IASTBinaryExpression
and an IASTExpression
representing the rhs.
- OPTION_ADD_COMMENTS - Static variable in interface org.eclipse.cdt.core.model.ILanguage
-
Deprecated.
- OPTION_IS_SOURCE_UNIT - Static variable in interface org.eclipse.cdt.core.model.ILanguage
-
- OPTION_NO_IMAGE_LOCATIONS - Static variable in interface org.eclipse.cdt.core.model.ILanguage
-
- OPTION_PARSE_INACTIVE_CODE - Static variable in interface org.eclipse.cdt.core.model.ILanguage
-
- OPTION_SKIP_FUNCTION_BODIES - Static variable in interface org.eclipse.cdt.core.model.ILanguage
-
- OPTION_SKIP_TRIVIAL_EXPRESSIONS_IN_AGGREGATE_INITIALIZERS - Static variable in interface org.eclipse.cdt.core.model.ILanguage
-
- org.eclipse.cdt.core - package org.eclipse.cdt.core
-
- org.eclipse.cdt.core.dom.ast - package org.eclipse.cdt.core.dom.ast
-
- org.eclipse.cdt.core.dom.ast.c - package org.eclipse.cdt.core.dom.ast.c
-
- org.eclipse.cdt.core.dom.ast.cpp - package org.eclipse.cdt.core.dom.ast.cpp
-
- org.eclipse.cdt.core.dom.ast.gnu - package org.eclipse.cdt.core.dom.ast.gnu
-
- org.eclipse.cdt.core.dom.ast.gnu.c - package org.eclipse.cdt.core.dom.ast.gnu.c
-
- org.eclipse.cdt.core.dom.ast.gnu.cpp - package org.eclipse.cdt.core.dom.ast.gnu.cpp
-
- org.eclipse.cdt.core.model - package org.eclipse.cdt.core.model
-
- org.eclipse.cdt.debug.core.cdi - package org.eclipse.cdt.debug.core.cdi
-
- org.eclipse.cdt.debug.core.cdi.event - package org.eclipse.cdt.debug.core.cdi.event
-
- org.eclipse.cdt.debug.core.cdi.model - package org.eclipse.cdt.debug.core.cdi.model
-
- org.eclipse.cdt.debug.core.cdi.model.type - package org.eclipse.cdt.debug.core.cdi.model.type
-
- org.eclipse.cdt.utils.pty - package org.eclipse.cdt.utils.pty
-
- org.eclipse.cdt.utils.spawner - package org.eclipse.cdt.utils.spawner
-
- OWNED_DECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTExplicitTemplateInstantiation
-
OWNED_DECLARATION
represents the role of the inner
declaration that this template refers to.
- OWNED_DECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTLinkageSpecification
-
OWNED_DECLARATION
is the owned declaration role for
linkages.
- OWNED_DECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTNamespaceDefinition
-
OWNED_DECLARATION
is the role served by all the nested
declarations.
- OWNED_DECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateDeclaration
-
OWNED_DECLARATION
is the subdeclaration that we maintain grammatically.
- OWNED_DECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTTemplateSpecialization
-
The declaration that the specialization affects.
- OWNED_DECLARATION - Static variable in interface org.eclipse.cdt.core.dom.ast.IASTTranslationUnit
-
OWNED_DECLARATION
represents the relationship between an IASTTranslationUnit
and its nested IASTDeclaration
's.