|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICType
Represents a type of a varibale. Used by the UI responsible components for variable rendering.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.lang.String getName()
boolean isArray()
int[] getArrayDimensions()
boolean isStructure()
boolean isCharacter()
boolean isFloatingPointType()
boolean isPointer()
boolean isReference()
boolean isUnsigned()
boolean isIntegralType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |