public class InstrWriteActions extends Instruction
WRITE_ACTIONS.version| Modifier and Type | Method and Description |
|---|---|
Set<Action> |
getActionSet()
Returns the set of actions defined
in the flow instruction.
|
String |
toDebugString(int indent)
Returns a string representation useful for debugging.
|
String |
toString() |
getInstructionType, getTotalLength, toDebugStringgetVersion, hex, hex, validatepublic String toString()
toString in class Instructionpublic Set<Action> getActionSet()
public String toDebugString(int indent)
InstructionInstruction.toString(), but
subclasses are free to override this behavior.toDebugString in class Instructionindent - the number of spaces with which to prefix each lineCopyright © 2014. All Rights Reserved.