public class StackMachine extends java.lang.Object implements ExecutionEngine
ExecutionEngine interface that is implemented using a simple stack machine. This engine
takes Opcodes generated by the StackMachineCompiler.| Constructor and Description |
|---|
StackMachine()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
evaluate(java.util.Vector<Opcode> opcodes) |
public java.lang.Boolean evaluate(java.util.Vector<Opcode> opcodes) throws PolicyProcessException
evaluate in interface ExecutionEnginePolicyProcessExceptionCopyright © 2010-2019 The Direct Project. All Rights Reserved.