Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
Cloneable, IBinding, IType

public interface ITypedef
extends IBinding, IType


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY
 
Method Summary
 IType getType()
          Returns the type that this thing is a typedef of
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
getName, getNameCharArray, getScope
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 

Method Detail

getType

IType getType()
              throws DOMException
Returns the type that this thing is a typedef of

Returns:
Throws:
DOMException

Eclipse CDT
Pre-release 3.0

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