Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi.model.aif |
Modifier and Type | Interface and Description |
---|---|
interface |
IAIFTypeAddress
Represents an address type
|
interface |
IAIFTypeAggregate
Represents a class or struct type
|
interface |
IAIFTypeArray
Represents array type.
|
interface |
IAIFTypeBool
Represents boolean type in IAIFType
|
interface |
IAIFTypeChar
Represents char type in IAIFType
|
interface |
IAIFTypeCharPointer
Represents char pointer type in IAIFType
|
interface |
IAIFTypeEnum
Represents enum type in IAIFType
|
interface |
IAIFTypeFloat
Represents float type in this IAIFType
|
interface |
IAIFTypeFunction
Represents function type in IAIFType
|
interface |
IAIFTypeInt
Represents int type in IAIFType
|
interface |
IAIFTypeLong
Represents long type in IAIFType
|
interface |
IAIFTypeLongLong
Represents long long type in IAIFType
|
interface |
IAIFTypeNamed
Represents a named type.
|
interface |
IAIFTypePointer
Represents a pointer type.
|
interface |
IAIFTypeRange
Represents a range type.
|
interface |
IAIFTypeReference
Represents reference type in IAIFType
|
interface |
IAIFTypeShort
Represents short type in IAIFType
|
interface |
IAIFTypeString
Represents a string type.
|
interface |
IAIFTypeUnion
Represents a union type.
|
interface |
IAIFTypeVoid
Represents void type in IAIFType
|
interface |
ITypeDerived
Represents a derived type
|
interface |
ITypeIntegral
Represents integral type of IAIFType
|
Modifier and Type | Method and Description |
---|---|
IAIFType[] |
IAIFTypeFunction.getArgumentTypes()
Get the function argument types
|
IAIFType |
ITypeDerived.getBaseType()
Returns base type of this type
|
IAIFType |
IAIFTypeArray.getBaseType()
Returns base type of this array
|
IAIFType[] |
IAIFTypeUnion.getFieldTypes()
Returns an array containing the types of each field
|
IAIFType[] |
IAIFTypeAggregate.getFieldTypes(int access)
Returns an array containing the types of each field for fields of the
given access modifier
|
IAIFType |
IAIFTypeFunction.getReturnType()
Get the return type of the function
|
IAIFType |
IAIFValue.getType()
Returns IAIFType of the value
|
IAIFType |
IAIF.getType()
Returns the declared type of this AIF object
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.