org.eclipse.cdt.core.dom.ast.gnu.cpp
Interface IGPPBasicType
- All Superinterfaces:
- Cloneable, IBasicType, ICPPBasicType, IType
- public interface IGPPBasicType
- extends ICPPBasicType
t_typeof
public static final int t_typeof
- See Also:
- Constant Field Values
isComplex
public boolean isComplex()
- Is complex number? e.g. _Complex t;
- Returns:
- true if it is a complex number, false otherwise
isImaginary
public boolean isImaginary()
- Is imaginary number? e.g. _Imaginr
- Returns:
- true if it is an imaginary number, false otherwise
isLongLong
public boolean isLongLong()
throws DOMException
- Throws:
DOMException
getTypeofType
public IType getTypeofType()
throws DOMException
- Throws:
DOMException
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.