public final class AllocatorAction
extends java.lang.Object
AllocatorAction
class describes an allocator actions.
These actions modify allocation flags (free, reserved, visible) for a registers.Modifier and Type | Class and Description |
---|---|
static class |
AllocatorAction.Kind |
Constructor and Description |
---|
AllocatorAction(AllocatorAction other) |
AllocatorAction(Primitive primitive,
AllocatorAction.Kind kind,
boolean value,
boolean applyToAll) |
Modifier and Type | Method and Description |
---|---|
AllocatorAction.Kind |
getKind() |
Primitive |
getPrimitive() |
boolean |
getValue() |
boolean |
isApplyToAll() |
java.lang.String |
toString() |
public AllocatorAction(Primitive primitive, AllocatorAction.Kind kind, boolean value, boolean applyToAll)
public AllocatorAction(AllocatorAction other)
public Primitive getPrimitive()
public AllocatorAction.Kind getKind()
public boolean getValue()
public boolean isApplyToAll()
public java.lang.String toString()
toString
in class java.lang.Object