protected abstract class Struct.AbstractBoolean extends Struct.AbstractMember
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBoolean(NativeType type) |
protected |
AbstractBoolean(NativeType 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. |
getMemory, offset, structprotected AbstractBoolean(NativeType type)
protected AbstractBoolean(NativeType 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.Copyright © 2017. All rights reserved.