C# Class Mosa.Compiler.MosaTypeSystem.MosaExceptionHandler

Exibir arquivo Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
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 )

Method Details

IsLabelWithinHandler() public method

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

IsLabelWithinTry() public method

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

MosaExceptionHandler() public method

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