C# 클래스 DelegateDecompiler.Processor.ProcessorState

파일 보기 프로젝트 열기: hazzik/DelegateDecompiler

공개 메소드들

메소드 설명
Clone ( Mono.Reflection.Instruction instruction, Mono.Reflection.Instruction last = null ) : ProcessorState
Final ( ) : Expression
Merge ( Expression test, ProcessorState leftState, ProcessorState rightState ) : void
ProcessorState ( Stack
stack, DelegateDecompiler.VariableInfo locals, IList
args, Mono.Reflection.Instruction instruction, Mono.Reflection.Instruction last = null, Address>.IDictionary delegates = null ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( Mono.Reflection.Instruction instruction, Mono.Reflection.Instruction last = null ) : ProcessorState
instruction Mono.Reflection.Instruction
last Mono.Reflection.Instruction
리턴 ProcessorState

Final() 공개 메소드

public Final ( ) : Expression
리턴 System.Linq.Expressions.Expression

Merge() 공개 메소드

public Merge ( Expression test, ProcessorState leftState, ProcessorState rightState ) : void
test System.Linq.Expressions.Expression
leftState ProcessorState
rightState ProcessorState
리턴 void

ProcessorState() 공개 메소드

public ProcessorState ( Stack
stack, DelegateDecompiler.VariableInfo locals, IList
args, Mono.Reflection.Instruction instruction, Mono.Reflection.Instruction last = null, Address>.IDictionary delegates = null ) : System
stack Stack
locals DelegateDecompiler.VariableInfo
args IList
instruction Mono.Reflection.Instruction
last Mono.Reflection.Instruction
delegates Address>.IDictionary
리턴 System