public class StackMachine extends 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.
|
public Boolean evaluate(Vector<Opcode> opcodes) throws PolicyProcessException
evaluate in interface ExecutionEnginePolicyProcessExceptionCopyright © 2010-2016 The Direct Project. All Rights Reserved.