public class StackMachineEntry extends Object implements Opcode
Opcode interface specific to the StackMachine execution engine.| Modifier and Type | Class and Description |
|---|---|
static class |
StackMachineEntry.EntryType
Enumerates the type of machine entry
|
| Constructor and Description |
|---|
StackMachineEntry(PolicyOperator operator) |
StackMachineEntry(PolicyValue<?> value) |
| Modifier and Type | Method and Description |
|---|---|
StackMachineEntry.EntryType |
getEntryType() |
PolicyOperator |
getOperator() |
PolicyValue<?> |
getValue() |
String |
toString() |
public StackMachineEntry(PolicyOperator operator)
public StackMachineEntry(PolicyValue<?> value)
public PolicyValue<?> getValue()
public PolicyOperator getOperator()
public StackMachineEntry.EntryType getEntryType()
Copyright © 2010-2016 The Direct Project. All Rights Reserved.