C# 클래스 Mosa.Compiler.MosaTypeSystem.MosaExceptionHandler

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
IsLabelWithinHandler ( int label ) : bool

Determines whether [is label within handler] [the specified label].

IsLabelWithinTry ( int label ) : bool

Determines whether [is label within try] [the specified label].

MosaExceptionHandler ( ExceptionHandlerType ehType, int tryStart, int tryEnd, int handlerStart, int handlerEnd, MosaType type, int filterOffset )

메소드 상세

IsLabelWithinHandler() 공개 메소드

Determines whether [is label within handler] [the specified label].
public IsLabelWithinHandler ( int label ) : bool
label int The label.
리턴 bool

IsLabelWithinTry() 공개 메소드

Determines whether [is label within try] [the specified label].
public IsLabelWithinTry ( int label ) : bool
label int The label.
리턴 bool

MosaExceptionHandler() 공개 메소드

public MosaExceptionHandler ( ExceptionHandlerType ehType, int tryStart, int tryEnd, int handlerStart, int handlerEnd, MosaType type, int filterOffset )
ehType ExceptionHandlerType
tryStart int
tryEnd int
handlerStart int
handlerEnd int
type MosaType
filterOffset int