Package org.eclipse.cdt.core.dom.ast
Interface IASTTypeIdExpression
-
- All Superinterfaces:
IASTExpression,IASTInitializerClause,IASTNode
- All Known Subinterfaces:
ICPPASTTypeIdExpression,IGNUASTTypeIdExpression
public interface IASTTypeIdExpression extends IASTExpression
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.cdt.core.dom.ast.IASTExpression
IASTExpression.ValueCategory
-
Nested classes/interfaces inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
IASTNode.CopyStyle
-
-
Field Summary
Fields Modifier and Type Field Description static intop_alignofFor gnu-parsers, only.static intop_has_nothrow_assignBuilt-in type trait of g++.static intop_has_nothrow_constructorBuilt-in type trait of g++.static intop_has_nothrow_copyBuilt-in type trait of g++.static intop_has_trivial_assignBuilt-in type trait of g++.static intop_has_trivial_constructorBuilt-in type trait of g++.static intop_has_trivial_copyBuilt-in type trait of g++.static intop_has_trivial_destructorBuilt-in type trait of g++.static intop_has_virtual_destructorBuilt-in type trait of g++.static intop_is_abstractBuilt-in type trait of g++.static intop_is_classBuilt-in type trait of g++.static intop_is_emptyBuilt-in type trait of g++.static intop_is_enumBuilt-in type trait of g++.static intop_is_finalBuilt-in type trait of g++.static intop_is_literal_typeBuilt-in type trait of g++.static intop_is_podBuilt-in type trait of g++.static intop_is_polymorphicBuilt-in type trait of g++.static intop_is_standard_layoutBuilt-in type trait of g++.static intop_is_trivialBuilt-in type trait of g++.static intop_is_trivially_copyableBuilt-in type trait of g++.static intop_is_unionBuilt-in type trait of g++.static intop_sizeofop_sizeofsizeof (typeId) expressionstatic intop_sizeofParameterPackop_sizeofParameterPackis used for sizeof...static intop_typeidFor c++, only.static intop_typeofFor gnu-parsers, only.static ASTNodePropertyTYPE_IDTYPEIDrepresents the relationship between anIASTTypeIdExpressionand it's nestedIASTTypeId.-
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTExpression
EMPTY_EXPRESSION_ARRAY
-
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IASTTypeIdExpressioncopy()Returns a mutable copy of the tree rooted at this node.IASTTypeIdExpressioncopy(IASTNode.CopyStyle style)Returns a mutable copy of the tree rooted at this node.intgetOperator()Returns the operator for the expression.IASTTypeIdgetTypeId()Get the type Id.voidsetOperator(int value)Sets the operator for the expression.voidsetTypeId(IASTTypeId typeId)Set the type Id.-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTExpression
getExpressionType, getValueCategory, isLValue
-
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, contains, getChildren, getContainingFilename, getFileLocation, getLeadingSyntax, getNodeLocations, getOriginalNode, getParent, getPropertyInParent, getRawSignature, getSyntax, getTrailingSyntax, getTranslationUnit, isActive, isFrozen, isPartOfTranslationUnitFile, setParent, setPropertyInParent
-
-
-
-
Field Detail
-
op_sizeof
static final int op_sizeof
op_sizeofsizeof (typeId) expression- See Also:
- Constant Field Values
-
op_typeid
static final int op_typeid
For c++, only.- See Also:
- Constant Field Values
-
op_alignof
static final int op_alignof
For gnu-parsers, only.op_alignOfis used for __alignOf( typeId ) type expressions.- See Also:
- Constant Field Values
-
op_typeof
static final int op_typeof
For gnu-parsers, only.op_typeofis used for typeof( typeId ) type expressions.- See Also:
- Constant Field Values
-
op_has_nothrow_assign
static final int op_has_nothrow_assign
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_has_nothrow_copy
static final int op_has_nothrow_copy
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_has_nothrow_constructor
static final int op_has_nothrow_constructor
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_has_trivial_assign
static final int op_has_trivial_assign
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_has_trivial_copy
static final int op_has_trivial_copy
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_has_trivial_constructor
static final int op_has_trivial_constructor
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_has_trivial_destructor
static final int op_has_trivial_destructor
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_has_virtual_destructor
static final int op_has_virtual_destructor
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_is_abstract
static final int op_is_abstract
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_is_class
static final int op_is_class
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_is_empty
static final int op_is_empty
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_is_enum
static final int op_is_enum
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_is_pod
static final int op_is_pod
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_is_polymorphic
static final int op_is_polymorphic
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_is_union
static final int op_is_union
Built-in type trait of g++.- Since:
- 5.3
- See Also:
- Constant Field Values
-
op_is_literal_type
static final int op_is_literal_type
Built-in type trait of g++.- Since:
- 5.5
- See Also:
- Constant Field Values
-
op_is_standard_layout
static final int op_is_standard_layout
Built-in type trait of g++.- Since:
- 5.5
- See Also:
- Constant Field Values
-
op_is_trivial
static final int op_is_trivial
Built-in type trait of g++.- Since:
- 5.5
- See Also:
- Constant Field Values
-
op_sizeofParameterPack
static final int op_sizeofParameterPack
op_sizeofParameterPackis used for sizeof... ( typeid ) expressions.- Since:
- 5.5
- See Also:
- Constant Field Values
-
op_is_final
static final int op_is_final
Built-in type trait of g++.- Since:
- 5.6
- See Also:
- Constant Field Values
-
op_is_trivially_copyable
static final int op_is_trivially_copyable
Built-in type trait of g++.- Since:
- 6.0
- See Also:
- Constant Field Values
-
TYPE_ID
static final ASTNodeProperty TYPE_ID
TYPEIDrepresents the relationship between anIASTTypeIdExpressionand it's nestedIASTTypeId.
-
-
Method Detail
-
getOperator
int getOperator()
Returns the operator for the expression.- Returns:
- int
-
setOperator
void setOperator(int value)
Sets the operator for the expression.- Parameters:
value- int
-
setTypeId
void setTypeId(IASTTypeId typeId)
Set the type Id.- Parameters:
typeId-
-
getTypeId
IASTTypeId getTypeId()
Get the type Id.
-
copy
IASTTypeIdExpression copy()
Description copied from interface:IASTNodeReturns a mutable copy of the tree rooted at this node. The following postconditions hold:copy.getParent() == null copy.getPropertyInParent() == null copy.isFrozen() == false
Preprocessor nodes do not currently support being copied. Implicit name nodes are not copied, instead they can be regenerated if required.Calling this method is equivalent to
copy(CopyStyle.withoutLocations).- Specified by:
copyin interfaceIASTExpression- Specified by:
copyin interfaceIASTInitializerClause- Specified by:
copyin interfaceIASTNode- Since:
- 5.1
-
copy
IASTTypeIdExpression copy(IASTNode.CopyStyle style)
Description copied from interface:IASTNodeReturns a mutable copy of the tree rooted at this node. The following postconditions hold:copy.getParent() == null copy.getPropertyInParent() == null copy.isFrozen() == false
Preprocessor nodes do not currently support being copied. Implicit name nodes are not copied, instead they can be regenerated if required.- Specified by:
copyin interfaceIASTExpression- Specified by:
copyin interfaceIASTInitializerClause- Specified by:
copyin interfaceIASTNode- Parameters:
style-IASTNode.CopyStylecreate a copy with or without locations. Please seeIASTNode.CopyStylefor restrictions on copies with Locations.- Since:
- 5.3
-
-