Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.gnu.cpp
Interface IGPPBasicType

All Superinterfaces:
Cloneable, IBasicType, ICPPBasicType, IType

public interface IGPPBasicType
extends ICPPBasicType


Field Summary
static int t_typeof
           
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBasicType
t_bool, 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
 IType getTypeofType()
           
 boolean isComplex()
          Is complex number?
 boolean isImaginary()
          Is imaginary number?
 boolean isLongLong()
           
 
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_typeof

static final int t_typeof
See Also:
Constant Field Values
Method Detail

isComplex

boolean isComplex()
Is complex number? e.g. _Complex t;

Returns:
true if it is a complex number, false otherwise

isImaginary

boolean isImaginary()
Is imaginary number? e.g. _Imaginr

Returns:
true if it is an imaginary number, false otherwise

isLongLong

boolean isLongLong()
                   throws DOMException
Throws:
DOMException

getTypeofType

IType getTypeofType()
                    throws DOMException
Throws:
DOMException

Eclipse CDT
Pre-release 3.0

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