Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.IASTTypeId

Packages that use IASTTypeId
org.eclipse.cdt.core.dom.ast   
org.eclipse.cdt.core.dom.ast.c   
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of IASTTypeId in org.eclipse.cdt.core.dom.ast
 

Subinterfaces of IASTTypeId in org.eclipse.cdt.core.dom.ast
 interface IASTProblemTypeId
          This interface represents a parse problem where we tried to match against a type-id.
 

Fields in org.eclipse.cdt.core.dom.ast declared as IASTTypeId
static IASTTypeId[] IASTTypeId.EMPTY_TYPEID_ARRAY
          Constant.
 

Methods in org.eclipse.cdt.core.dom.ast that return IASTTypeId
 IASTTypeId IASTTypeIdExpression.getTypeId()
          Get the type Id.
 IASTTypeId IASTCastExpression.getTypeId()
          Get the typeId.
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IASTTypeId
 void IASTTypeIdExpression.setTypeId(IASTTypeId typeId)
          Set the type Id.
static String ASTTypeUtil.getType(IASTTypeId typeId)
          Retuns the type representation of the IASTTypeId as a String.
 void IASTCastExpression.setTypeId(IASTTypeId typeId)
          Set the typeId.
static String ASTSignatureUtil.getSignature(IASTTypeId typeId)
          Returns the String representation of the signature for the IASTTypeId.
 int ASTVisitor.visit(IASTTypeId typeId)
           
 int ASTVisitor.leave(IASTTypeId typeId)
           
 

Uses of IASTTypeId in org.eclipse.cdt.core.dom.ast.c
 

Methods in org.eclipse.cdt.core.dom.ast.c that return IASTTypeId
 IASTTypeId ICASTTypeIdInitializerExpression.getTypeId()
          Get the type-id.
 

Methods in org.eclipse.cdt.core.dom.ast.c with parameters of type IASTTypeId
 void ICASTTypeIdInitializerExpression.setTypeId(IASTTypeId typeId)
          Set the typeId.
 

Uses of IASTTypeId in org.eclipse.cdt.core.dom.ast.cpp
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return IASTTypeId
 IASTTypeId ICPPASTConversionName.getTypeId()
          Returns the IASTTypeId for the ICPPASTConversionName.
 IASTTypeId[] ICPPASTFunctionDeclarator.getExceptionSpecification()
          Get the exception specification.
 IASTTypeId ICPPASTSimpleTypeTemplateParameter.getDefaultType()
          Get the default type.
 IASTTypeId ICPPASTNewExpression.getTypeId()
          Get the type Id.
 

Methods in org.eclipse.cdt.core.dom.ast.cpp with parameters of type IASTTypeId
 void ICPPASTConversionName.setTypeId(IASTTypeId typeId)
          Sets the IASTTypeId for the ICPPASTConversionName.
 void ICPPASTFunctionDeclarator.addExceptionSpecificationTypeId(IASTTypeId typeId)
          Add an exception specification type Id.
 void ICPPASTTemplateId.addTemplateArgument(IASTTypeId typeId)
          Add template argument.
 void ICPPASTSimpleTypeTemplateParameter.setDefaultType(IASTTypeId typeId)
          Set the default type.
 void ICPPASTNewExpression.setTypeId(IASTTypeId typeId)
          Set the type Id.
 


Eclipse CDT
Pre-release 3.0

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