public class StructPair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Vector<java.lang.Integer> |
arrays |
java.lang.String |
name |
int |
offset |
Type |
type |
Constructor and Description |
---|
StructPair() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.lang.String name
public Type type
public int offset
public java.util.Vector<java.lang.Integer> arrays