C# 클래스 NOpenType.Instruction

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
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 abstract Execute ( GraphicState state, Stack stack ) : void
state GraphicState
stack Stack
리턴 void

Matches() 공개 추상적인 메소드

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