public class DebugStructType extends DebugType
Constructor and Description |
---|
DebugStructType(String name,
int size,
boolean union) |
Modifier and Type | Method and Description |
---|---|
void |
addField(DebugField field) |
DebugField[] |
getDebugFields() |
String |
getName() |
int |
getSize() |
boolean |
isUnion() |
public DebugStructType(String name, int size, boolean union)
public int getSize()
public String getName()
public boolean isUnion()
public DebugField[] getDebugFields()
public void addField(DebugField field)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.