|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAIFTypeAggregate
Represents a class or struct type
| Field Summary | |
|---|---|
static int |
AIF_CLASS_ACCESS_ALL
|
static int |
AIF_CLASS_ACCESS_PACKAGE
|
static int |
AIF_CLASS_ACCESS_PRIVATE
|
static int |
AIF_CLASS_ACCESS_PROTECTED
|
static int |
AIF_CLASS_ACCESS_PUBLIC
|
| Method Summary | |
|---|---|
String[] |
getFieldNames(int access)
Returns an array containing the field names of this type for the given access modifiers. |
IAIFType[] |
getFieldTypes(int access)
Returns an array containing the types of each field for fields of the given access modifier |
String |
getName()
Returns name of this type |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.aif.IAIFType |
|---|
sizeof |
| Field Detail |
|---|
static final int AIF_CLASS_ACCESS_PUBLIC
static final int AIF_CLASS_ACCESS_PROTECTED
static final int AIF_CLASS_ACCESS_PRIVATE
static final int AIF_CLASS_ACCESS_PACKAGE
static final int AIF_CLASS_ACCESS_ALL
| Method Detail |
|---|
String getName()
String[] getFieldNames(int access)
access - access modifiers
IAIFType[] getFieldTypes(int access)
access - access modifiers
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||