Eclipse CDT
7.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPAliasTemplate

All Superinterfaces:
java.lang.Cloneable, IBinding, ICPPBinding, ICPPTemplateDefinition, IType

public interface ICPPAliasTemplate
extends IType, ICPPTemplateDefinition

Represents an alias template (14.5.7).

Since:
5.5

Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY, TYPE_MATCHER
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
 
Method Summary
 IType getType()
          Returns the aliased type.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPTemplateDefinition
getTemplateParameters
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBinding
getQualifiedName, getQualifiedNameCharArray, isGloballyQualified
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
getLinkage, getName, getNameCharArray, getOwner, getScope
 

Method Detail

getType

IType getType()
Returns the aliased type.


Eclipse CDT
7.0

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