public interface IType extends Cloneable
| Modifier and Type | Field and Description |
|---|---|
static IType[] |
EMPTY_TYPE_ARRAY |
static ASTTypeMatcher |
TYPE_MATCHER |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
isSameType(IType type)
Test whether this type is the same as the given one.
|
static final IType[] EMPTY_TYPE_ARRAY
static final ASTTypeMatcher TYPE_MATCHER
Object clone()
boolean isSameType(IType type)
ICPPTemplateTemplateParameter.isSameType(IType) or
ICPPTemplateTypeParameter.isSameType(IType) for the semantics of comparing template
parameters denoting types.Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.