public interface IType
extends java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static IType[] |
EMPTY_TYPE_ARRAY |
static ASTTypeMatcher |
TYPE_MATCHER |
Modifier and Type | Method and Description |
---|---|
java.lang.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
java.lang.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.