|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.debug.internal.core.model.CType
public class CType
The CDI-based implementation of ICType
.
Constructor Summary | |
---|---|
CType(org.eclipse.cdt.debug.core.cdi.model.type.ICDIType cdiType)
Constructor for CType. |
Method Summary | |
---|---|
void |
dispose()
|
int[] |
getArrayDimensions()
Returns the array dimensions for array types, otherwise returns an empty array. |
java.lang.String |
getName()
Returns the name of this type. |
boolean |
isArray()
Returns whether this is an array type. |
boolean |
isCharacter()
Returns whether this is a character type. |
boolean |
isFloatingPointType()
Returns whether this is a floating point type. |
boolean |
isIntegralType()
Returns whether this is an integral type. |
boolean |
isPointer()
Returns whether this is a pointer type. |
boolean |
isReference()
Returns whether this is a reference type. |
boolean |
isStructure()
Returns whether this is a structure or a class type. |
boolean |
isUnsigned()
Returns whether this is an unsigned type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CType(org.eclipse.cdt.debug.core.cdi.model.type.ICDIType cdiType)
Method Detail |
---|
public java.lang.String getName()
ICType
getName
in interface ICType
public void dispose()
public int[] getArrayDimensions()
ICType
getArrayDimensions
in interface ICType
public boolean isArray()
ICType
isArray
in interface ICType
public boolean isCharacter()
ICType
isCharacter
in interface ICType
public boolean isFloatingPointType()
ICType
isFloatingPointType
in interface ICType
public boolean isPointer()
ICType
isPointer
in interface ICType
public boolean isReference()
ICType
isReference
in interface ICType
public boolean isStructure()
ICType
isStructure
in interface ICType
public boolean isUnsigned()
ICType
isUnsigned
in interface ICType
public boolean isIntegralType()
ICType
isIntegralType
in interface ICType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |