C# Class Padre.PostSharp.Weaver.OnThrowTransformation.Instance.Visitor

Inheritance: IMethodBodyVisitor
ファイルを表示 Open project: TripleEmcoder/Padre

Public Methods

Method Description
EnterExceptionHandler ( ExceptionHandler exceptionHandler ) : void
EnterInstructionBlock ( InstructionBlock instructionBlock, InstructionBlockExceptionHandlingKind exceptionHandlingKind ) : void
EnterInstructionSequence ( InstructionSequence instructionSequence ) : void
LeaveExceptionHandler ( ExceptionHandler exceptionHandler ) : void
LeaveInstructionBlock ( InstructionBlock instructionBlock, InstructionBlockExceptionHandlingKind exceptionHandlingKind ) : void
LeaveInstructionSequence ( InstructionSequence instructionSequence ) : void
VisitInstruction ( InstructionReader reader ) : void
Visitor ( Instance instance, MethodBodyTransformationContext context ) : System

Method Details

EnterExceptionHandler() public method

public EnterExceptionHandler ( ExceptionHandler exceptionHandler ) : void
exceptionHandler ExceptionHandler
return void

EnterInstructionBlock() public method

public EnterInstructionBlock ( InstructionBlock instructionBlock, InstructionBlockExceptionHandlingKind exceptionHandlingKind ) : void
instructionBlock InstructionBlock
exceptionHandlingKind InstructionBlockExceptionHandlingKind
return void

EnterInstructionSequence() public method

public EnterInstructionSequence ( InstructionSequence instructionSequence ) : void
instructionSequence InstructionSequence
return void

LeaveExceptionHandler() public method

public LeaveExceptionHandler ( ExceptionHandler exceptionHandler ) : void
exceptionHandler ExceptionHandler
return void

LeaveInstructionBlock() public method

public LeaveInstructionBlock ( InstructionBlock instructionBlock, InstructionBlockExceptionHandlingKind exceptionHandlingKind ) : void
instructionBlock InstructionBlock
exceptionHandlingKind InstructionBlockExceptionHandlingKind
return void

LeaveInstructionSequence() public method

public LeaveInstructionSequence ( InstructionSequence instructionSequence ) : void
instructionSequence InstructionSequence
return void

VisitInstruction() public method

public VisitInstruction ( InstructionReader reader ) : void
reader InstructionReader
return void

Visitor() public method

public Visitor ( Instance instance, MethodBodyTransformationContext context ) : System
instance Instance
context MethodBodyTransformationContext
return System