C# 클래스 NOpenType.NPushB

상속: Instruction
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
EatInstructionStream ( byte instructions, int ip, Stack stack ) : int
Execute ( GraphicState state, Stack stack ) : void
Matches ( byte opcode ) : bool

메소드 상세

EatInstructionStream() 공개 메소드

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

Execute() 공개 메소드

public Execute ( GraphicState state, Stack stack ) : void
state GraphicState
stack Stack
리턴 void

Matches() 공개 메소드

public Matches ( byte opcode ) : bool
opcode byte
리턴 bool