Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
Cloneable, IBasicType, IType
All Known Subinterfaces:
IGPPBasicType

public interface ICPPBasicType
extends IBasicType


Field Summary
static int t_bool
           
static int t_wchar_t
           
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBasicType
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
 
Method Summary
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBasicType
getType, getValue, isLong, isShort, isSigned, isUnsigned
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 

Field Detail

t_bool

static final int t_bool
See Also:
Constant Field Values

t_wchar_t

static final int t_wchar_t
See Also:
Constant Field Values

Eclipse CDT
Pre-release 3.0

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