Method | Description | |
---|---|---|
EatInstructionStream ( byte instructions, int ip, Stack |
||
Execute ( GraphicState state, Stack |
||
Matches ( byte opcode ) : bool |
public EatInstructionStream ( byte instructions, int ip, Stack |
||
instructions | byte | |
ip | int | |
stack | Stack |
|
return | int |
public abstract Execute ( GraphicState state, Stack |
||
state | GraphicState | |
stack | Stack |
|
return | void |
public abstract Matches ( byte opcode ) : bool | ||
opcode | byte | |
return | bool |