C# Класс Mosa.Compiler.MosaTypeSystem.MosaExceptionHandler

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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