org.eclipse.cdt.core.dom.ast.gnu.cpp
Interface IGPPBasicType
- All Superinterfaces:
- Cloneable, IBasicType, ICPPBasicType, IType
public interface IGPPBasicType
- extends ICPPBasicType
t_typeof
static final int t_typeof
- See Also:
- Constant Field Values
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
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.