Eclipse CDT
7.0

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

All Superinterfaces:
java.lang.Cloneable, IBasicType, IType
All Known Subinterfaces:
IGPPBasicType

public interface ICPPBasicType
extends IBasicType


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.cdt.core.dom.ast.IBasicType
IBasicType.Kind
 
Field Summary
static int LAST
          Deprecated. 
static int t_bool
          Deprecated. 
static int t_wchar_t
          Deprecated. 
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBasicType
IS_COMPLEX, IS_IMAGINARY, IS_LONG, IS_LONG_LONG, IS_SHORT, IS_SIGNED, IS_UNSIGNED, t_char, t_double, t_float, t_int, t_unspecified, t_void
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY, TYPE_MATCHER
 
Method Summary
 int getQualifierBits()
          Deprecated. use IBasicType.getModifiers(), instead.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBasicType
getKind, getModifiers, getType, getValue, isComplex, isImaginary, isLong, isLongLong, isShort, isSigned, isUnsigned
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 

Field Detail

LAST

@Deprecated
static final int LAST
Deprecated. 
See Also:
Constant Field Values

t_bool

@Deprecated
static final int t_bool
Deprecated. 
See Also:
Constant Field Values

t_wchar_t

@Deprecated
static final int t_wchar_t
Deprecated. 
See Also:
Constant Field Values
Method Detail

getQualifierBits

@Deprecated
int getQualifierBits()
Deprecated. use IBasicType.getModifiers(), instead.

Returns:
a combination of qualifiers.
Since:
4.0

Eclipse CDT
7.0

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