C# 클래스 Ypsilon.Assembler.Guard

파일 보기 프로젝트 열기: ZaneDubya/YCPU

공개 메소드들

메소드 설명
RequireOpcodeFlag ( OpcodeFlag flag, OpcodeFlag acceptable ) : void
RequireParamCountExact ( List param, int count ) : void
RequireParamCountMinMax ( List param, int min, int max ) : void

메소드 상세

RequireOpcodeFlag() 공개 정적인 메소드

public static RequireOpcodeFlag ( OpcodeFlag flag, OpcodeFlag acceptable ) : void
flag OpcodeFlag
acceptable OpcodeFlag
리턴 void

RequireParamCountExact() 공개 정적인 메소드

public static RequireParamCountExact ( List param, int count ) : void
param List
count int
리턴 void

RequireParamCountMinMax() 공개 정적인 메소드

public static RequireParamCountMinMax ( List param, int min, int max ) : void
param List
min int
max int
리턴 void