public class InstrApplyActions extends Instruction
APPLY_ACTIONS.version| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActionList()
Returns the list of actions, in the order they were defined
in the flow instruction structure.
|
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 List<Action> getActionList()
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.