edu.princeton.toy
protected static class TOptionsFrame.IntStruct extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
value |
Modifier | Constructor and Description |
---|---|
protected |
TOptionsFrame.IntStruct()
Instantiates a new IntStruct.
|
protected |
TOptionsFrame.IntStruct(int value)
Instantiates a new IntStruct.
|
protected |
TOptionsFrame.IntStruct(TOptionsFrame.IntStruct intStruct)
Instantiates a new IntStruct.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Override toString to output the value of the IntStruct.
|
protected TOptionsFrame.IntStruct()
protected TOptionsFrame.IntStruct(TOptionsFrame.IntStruct intStruct)
protected TOptionsFrame.IntStruct(int value)