C# Class Ancestry.Daisy.Statements.StaticAnalysis

Datei anzeigen Open project: Ancestry/Daisy Class Usage Examples

Public Methods

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

Method Details

CreateConverter() public static method

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

ExtractProceedFunction() public static method

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

ExtractProceedFunctionType() public static method

public static ExtractProceedFunctionType ( Type func ) : Type
func System.Type
return System.Type

IsAggregateMethod() public static method

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

IsProceedFunction() public static method

public static IsProceedFunction ( Type func ) : bool
func System.Type
return bool

IsStatementController() public static method

public static IsStatementController ( Type type ) : bool
type System.Type
return bool

IsStatementMethod() public static method

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