Interface | Description |
---|---|
IAIF |
Represents the value and type of the variable in AIF format
|
IAIFType |
Represents type of AIF object
|
IAIFTypeAddress |
Represents an address type
|
IAIFTypeAggregate |
Represents a class or struct type
|
IAIFTypeArray |
Represents array type.
|
IAIFTypeBool |
Represents boolean type in IAIFType
|
IAIFTypeChar |
Represents char type in IAIFType
|
IAIFTypeCharPointer |
Represents char pointer type in IAIFType
|
IAIFTypeEnum |
Represents enum type in IAIFType
|
IAIFTypeFloat |
Represents float type in this IAIFType
|
IAIFTypeFunction |
Represents function type in IAIFType
|
IAIFTypeInt |
Represents int type in IAIFType
|
IAIFTypeLong |
Represents long type in IAIFType
|
IAIFTypeLongLong |
Represents long long type in IAIFType
|
IAIFTypeNamed |
Represents a named type.
|
IAIFTypePointer |
Represents a pointer type.
|
IAIFTypeRange |
Represents a range type.
|
IAIFTypeReference |
Represents reference type in IAIFType
|
IAIFTypeShort |
Represents short type in IAIFType
|
IAIFTypeString |
Represents a string type.
|
IAIFTypeUnion |
Represents a union type.
|
IAIFTypeVoid |
Represents void type in IAIFType
|
IAIFValue |
Represents value of AIF object
|
IAIFValueAddress |
Represents the value of an address type
|
IAIFValueAggregate |
Represents class value of IAIFValue
|
IAIFValueArray |
Represents the values of an array type
|
IAIFValueBool |
Represents boolean value of IAIFValue
|
IAIFValueChar |
Represents char value of IAIFValue
|
IAIFValueCharPointer |
Represents char pointer value of IAIFValue
|
IAIFValueEnum |
Represents enum value of IAIFValue
|
IAIFValueFloat |
Represents float value of IAIFValue
|
IAIFValueFunction |
Represents function value of IAIFValue
|
IAIFValueInt |
Represents int value of IAIFValue
|
IAIFValueNamed |
Represents named value in IAIFValue
|
IAIFValuePointer |
Represents the value of a pointer type (i.e. the object
pointed to by the pointer)
|
IAIFValueReference |
Represents reference value in IAIFValue
|
IAIFValueString |
Represents string value in IAIFValue
|
IAIFValueUnion |
Represents union value in IAIFValue
|
ITypeDerived |
Represents a derived type
|
ITypeIntegral |
Represents integral type of IAIFType
|
IValueDerived |
Represents a value for a derived type
|
IValueIntegral |
Represents integral value of IAIFValue
|
IValueParent |
Represents value that has a parent
|
Exception | Description |
---|---|
AIFException |
AIF Exception
|
AIFFormatException |
AIF Format Exception
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.