Eclipse CDT
7.0

Uses of Class
org.eclipse.cdt.core.dom.ast.cpp.ICPPUnaryTypeTransformation.Operator

Packages that use ICPPUnaryTypeTransformation.Operator
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of ICPPUnaryTypeTransformation.Operator in org.eclipse.cdt.core.dom.ast.cpp
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPUnaryTypeTransformation.Operator
 ICPPUnaryTypeTransformation.Operator ICPPUnaryTypeTransformation.getOperator()
          Returns the type transformation operator being applied.
 ICPPUnaryTypeTransformation.Operator ICPPASTTypeTransformationSpecifier.getOperator()
          Returns the type transformation operator being applied.
static ICPPUnaryTypeTransformation.Operator ICPPUnaryTypeTransformation.Operator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ICPPUnaryTypeTransformation.Operator[] ICPPUnaryTypeTransformation.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type ICPPUnaryTypeTransformation.Operator
 ICPPASTTypeTransformationSpecifier ICPPNodeFactory.newTypeTransformationSpecifier(ICPPUnaryTypeTransformation.Operator kind, ICPPASTTypeId typeId)
           
 


Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.