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

O

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
op_alignOf is used for __alignOf( typeId ) type expressions.
op_alignOf - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTUnaryExpression
op_alignOf is used for __alignOf( unaryExpression ) 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 gnu 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_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
Deprecated. all constants should be declared in IASTTypeIdExpression
op_last - Static variable in interface org.eclipse.cdt.core.dom.ast.cpp.ICPPASTUnaryExpression
Deprecated. all constants to be defined in IASTUnaryExpression
op_last - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.cpp.IGPPASTBinaryExpression
Deprecated. all constants must be defined in IASTBinaryExpression to avoid using a constant twice.
op_last - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTTypeIdExpression
Deprecated. all constants must be declared in IASTTypeIdExpression
op_last - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTUnaryExpression
Deprecated. all constants to be defined in IASTUnaryExpression.
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_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_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
op_typeof is used for typeof( typeId ) type expressions.
op_typeof - Static variable in interface org.eclipse.cdt.core.dom.ast.gnu.IGNUASTUnaryExpression
op_typeof is used for typeof( unaryExpression ) 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
for gnu parsers, only.
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 represents the relationship between ICASTDesignatedInitializer and its IASTInitializer.
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.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.
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
Option for ILanguage.getASTTranslationUnit(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, int, IParserLogService) Instructs the parser to add comment nodes to the ast.
OPTION_IS_SOURCE_UNIT - Static variable in interface org.eclipse.cdt.core.model.ILanguage
Option for ILanguage.getASTTranslationUnit(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, int, IParserLogService) Marks the ast as being based on a source-file rather than a header-file.
OPTION_NO_IMAGE_LOCATIONS - Static variable in interface org.eclipse.cdt.core.model.ILanguage
Option for ILanguage.getASTTranslationUnit(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, int, IParserLogService) Performance optimization, instructs the parser not to create image-locations.
OPTION_SKIP_FUNCTION_BODIES - Static variable in interface org.eclipse.cdt.core.model.ILanguage
Option for ILanguage.getASTTranslationUnit(CodeReader, IScannerInfo, ICodeReaderFactory, IIndex, int, IParserLogService) Instructs the parser to skip function and method bodies.
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
 
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 it's nested IASTDeclaration's.

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.