C# 클래스 Expressive.Decompilation.Steps.IndividualDecompilationContext

파일 보기 프로젝트 열기: ashmind/expressive 1 사용 예제들

공개 메소드들

메소드 설명
CapturePreceding ( ) : Expression
GetPreceding ( ) : Expression
IndividualDecompilationContext ( IList elements, Stack branchStack ) : System
VerifyPrecedingCount ( int requiredCount, Func getMessage ) : void

비공개 메소드들

메소드 설명
FindPrecedingIndex ( int startingIndex, BranchStackFrame frame, IEnumerator stack ) : int
GetPrecedingIndex ( ) : int
ImportPrecedingIntoBranches ( IEnumerator stack ) : void
ToExpression ( IElement element ) : Expression

메소드 상세

CapturePreceding() 공개 메소드

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

GetPreceding() 공개 메소드

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

IndividualDecompilationContext() 공개 메소드

public IndividualDecompilationContext ( IList elements, Stack branchStack ) : System
elements IList
branchStack Stack
리턴 System

VerifyPrecedingCount() 공개 메소드

public VerifyPrecedingCount ( int requiredCount, Func getMessage ) : void
requiredCount int
getMessage Func
리턴 void