Eclipse CDT
7.0

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

All Superinterfaces:
java.lang.Cloneable, IBinding, IType
All Known Subinterfaces:
ICPPAliasTemplateInstance

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, TYPE_MATCHER
 
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
getLinkage, getName, getNameCharArray, getOwner, getScope
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 

Method Detail

getType

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


Eclipse CDT
7.0

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