Eclipse CDT
7.0

Uses of Class
org.eclipse.cdt.core.dom.ast.IASTBinaryTypeIdExpression.Operator

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

Uses of IASTBinaryTypeIdExpression.Operator in org.eclipse.cdt.core.dom.ast
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTBinaryTypeIdExpression.Operator
 IASTBinaryTypeIdExpression.Operator IASTBinaryTypeIdExpression.getOperator()
          Get the operator for the expression.
static IASTBinaryTypeIdExpression.Operator IASTBinaryTypeIdExpression.Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IASTBinaryTypeIdExpression.Operator[] IASTBinaryTypeIdExpression.Operator.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTBinaryTypeIdExpression.Operator
 void IASTBinaryTypeIdExpression.setOperator(IASTBinaryTypeIdExpression.Operator value)
          Set the operator for the expression.
 

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

Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type IASTBinaryTypeIdExpression.Operator
 IASTExpression ICPPNodeFactory.newBinaryTypeIdExpression(IASTBinaryTypeIdExpression.Operator op, IASTTypeId type1, IASTTypeId type2)
           
 


Eclipse CDT
7.0

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