C# Class NOpenType.NPushB

Inheritance: Instruction
Mostrar archivo Open project: prepare/HTML-Renderer

Public Methods

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

Method Details

EatInstructionStream() public method

public EatInstructionStream ( byte instructions, int ip, Stack stack ) : int
instructions byte
ip int
stack Stack
return int

Execute() public method

public Execute ( GraphicState state, Stack stack ) : void
state GraphicState
stack Stack
return void

Matches() public method

public Matches ( byte opcode ) : bool
opcode byte
return bool