C# 클래스 Ancestry.Daisy.Statements.StaticAnalysis

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

공개 메소드들

메소드 설명
CreateConverter ( Type destType ) : TransformPredicate

Converts a predicate of Func to Func of the given type.

ExtractProceedFunction ( MethodInfo m ) : ParameterInfo
ExtractProceedFunctionType ( Type func ) : Type
IsAggregateMethod ( MethodInfo m ) : bool
IsProceedFunction ( Type func ) : bool
IsStatementController ( Type type ) : bool
IsStatementMethod ( MethodInfo m ) : bool

메소드 상세

CreateConverter() 공개 정적인 메소드

Converts a predicate of Func to Func of the given type.
public static CreateConverter ( Type destType ) : TransformPredicate
destType System.Type Type of the dest.
리턴 TransformPredicate

ExtractProceedFunction() 공개 정적인 메소드

public static ExtractProceedFunction ( MethodInfo m ) : ParameterInfo
m System.Reflection.MethodInfo
리턴 System.Reflection.ParameterInfo

ExtractProceedFunctionType() 공개 정적인 메소드

public static ExtractProceedFunctionType ( Type func ) : Type
func System.Type
리턴 System.Type

IsAggregateMethod() 공개 정적인 메소드

public static IsAggregateMethod ( MethodInfo m ) : bool
m System.Reflection.MethodInfo
리턴 bool

IsProceedFunction() 공개 정적인 메소드

public static IsProceedFunction ( Type func ) : bool
func System.Type
리턴 bool

IsStatementController() 공개 정적인 메소드

public static IsStatementController ( Type type ) : bool
type System.Type
리턴 bool

IsStatementMethod() 공개 정적인 메소드

public static IsStatementMethod ( MethodInfo m ) : bool
m System.Reflection.MethodInfo
리턴 bool