Class AllocatorAction
- java.lang.Object
-
- ru.ispras.microtesk.test.engine.allocator.AllocatorAction
-
public final class AllocatorAction extends java.lang.Object
AllocatorAction
describes allocator actions. These actions modify allocation flags (free, reserved, visible) of the registers.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AllocatorAction.Kind
-
Constructor Summary
Constructors Constructor Description AllocatorAction(AllocatorAction other)
AllocatorAction(Primitive primitive, AllocatorAction.Kind kind, boolean value, boolean applyToAll)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllocatorAction.Kind
getKind()
Primitive
getPrimitive()
boolean
getValue()
boolean
isApplyToAll()
java.lang.String
toString()
-
-
-
Constructor Detail
-
AllocatorAction
public AllocatorAction(Primitive primitive, AllocatorAction.Kind kind, boolean value, boolean applyToAll)
-
AllocatorAction
public AllocatorAction(AllocatorAction other)
-
-
Method Detail
-
getPrimitive
public Primitive getPrimitive()
-
getKind
public AllocatorAction.Kind getKind()
-
getValue
public boolean getValue()
-
isApplyToAll
public boolean isApplyToAll()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-