public abstract class Struct.AbstractBoolean extends Struct.AbstractMember
| Modifier | Constructor and Description |
|---|---|
|
Struct.AbstractBoolean(Type type) |
protected |
Struct.AbstractBoolean(Type type,
Struct.Offset offset) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
get()
Gets the value for this field.
|
abstract void |
set(boolean value)
Sets the field to a new value.
|
java.lang.String |
toString()
Returns a string representation of this
Address. |
getMemoryIO, offset, structpublic Struct.AbstractBoolean(Type type)
protected Struct.AbstractBoolean(Type type, Struct.Offset offset)
public abstract boolean get()
public abstract void set(boolean value)
value - The new value.public java.lang.String toString()
Address.toString in class java.lang.ObjectAddress.