public abstract class Struct extends Object
Constructor and Description |
---|
Struct() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Object[] |
getParameters()
Returns the struct contents in order.
|
String |
toString()
Returns this struct as a string.
|