Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
Cloneable
All Known Subinterfaces:
IArrayType, IBasicType, ICArrayType, ICBasicType, ICompositeType, ICPointerType, ICPPBasicType, ICPPClassType, ICPPFunctionType, ICPPPointerToMemberType, ICPPReferenceType, ICPPTemplateTypeParameter, ICQualifierType, IEnumeration, IFunctionType, IGPPBasicType, IGPPPointerToMemberType, IGPPPointerType, IGPPQualifierType, IPointerType, IProblemBinding, IQualifierType, ITypedef

public interface IType
extends Cloneable


Field Summary
static IType[] EMPTY_TYPE_ARRAY
           
 
Method Summary
 Object clone()
           
 boolean isSameType(IType type)
          is the given type the same as this type?
 

Field Detail

EMPTY_TYPE_ARRAY

static final IType[] EMPTY_TYPE_ARRAY
Method Detail

clone

Object clone()

isSameType

boolean isSameType(IType type)
is the given type the same as this type?

Parameters:
type -
Returns:

Eclipse CDT
Pre-release 3.0

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