Eclipse CDT
Pre-release 3.0

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

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

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

Subinterfaces of IType in org.eclipse.cdt.core.dom.ast
 interface IArrayType
           
 interface IBasicType
           
 interface ICompositeType
           
 interface IEnumeration
           
 interface IFunctionType
           
 interface IPointerType
           
 interface IProblemBinding
           
 interface IQualifierType
           
 interface ITypedef
           
 

Fields in org.eclipse.cdt.core.dom.ast declared as IType
static IType[] IType.EMPTY_TYPE_ARRAY
           
 

Methods in org.eclipse.cdt.core.dom.ast that return IType
 IType[] IFunctionType.getParameterTypes()
          get the adjusted parameter types ISO C99 6.7.5.3, ISO C++98 8.3.4-3
 IType IFunctionType.getReturnType()
          get the return type of this function type
 IType IVariable.getType()
           
 IType ITypedef.getType()
          Returns the type that this thing is a typedef of
 IType IQualifierType.getType()
          get the type that this is qualifying
 IType IPointerType.getType()
          get the type that this is a pointer to
 IType IEnumerator.getType()
          returns the type of this enumeration.
 IType IArrayType.getType()
          get the type that this is an array of
 

Methods in org.eclipse.cdt.core.dom.ast with parameters of type IType
static String ASTTypeUtil.getType(IType type)
          Returns the type represntation of the IType as a String.
static boolean ASTTypeUtil.isConst(IType type)
          This can be used to invoke the IType's isConst() if it has an isConst() method.
 boolean IType.isSameType(IType type)
          is the given type the same as this type?
 

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

Subinterfaces of IType in org.eclipse.cdt.core.dom.ast.c
 interface ICArrayType
           
 interface ICBasicType
           
 interface ICPointerType
           
 interface ICQualifierType
           
 

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

Subinterfaces of IType in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPBasicType
           
 interface ICPPClassType
          Represents a C++ class.
 interface ICPPFunctionType
           
 interface ICPPPointerToMemberType
           
 interface ICPPReferenceType
           
 interface ICPPTemplateTypeParameter
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return IType
 IType[] ICPPTemplateInstance.getArguments()
          get the types of the arguments the template was instantiated with.
 IType[] ICPPClassTemplatePartialSpecialization.getArguments()
          get the arguments to this specialization
 IType ICPPTemplateTypeParameter.getDefault()
          The default type for this parameter.
 IType ICPPTemplateTemplateParameter.getDefault()
          The default type for this parameter.
 IType ICPPReferenceType.getType()
          get the type that this is a reference of
 

Uses of IType in org.eclipse.cdt.core.dom.ast.gnu.cpp
 

Subinterfaces of IType in org.eclipse.cdt.core.dom.ast.gnu.cpp
 interface IGPPBasicType
           
 interface IGPPPointerToMemberType
           
 interface IGPPPointerType
           
 interface IGPPQualifierType
           
 

Methods in org.eclipse.cdt.core.dom.ast.gnu.cpp that return IType
 IType IGPPBasicType.getTypeofType()
           
 


Eclipse CDT
Pre-release 3.0

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