C# Class NOpenType.NPushB

Inheritance: Instruction
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

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

Method Details

EatInstructionStream() public méthode

public EatInstructionStream ( byte instructions, int ip, Stack stack ) : int
instructions byte
ip int
stack Stack
Résultat int

Execute() public méthode

public Execute ( GraphicState state, Stack stack ) : void
state GraphicState
stack Stack
Résultat void

Matches() public méthode

public Matches ( byte opcode ) : bool
opcode byte
Résultat bool