Method | Description | |
---|---|---|
CreateMutableString ( string suffix ) : |
||
CreateRegex ( string suffix ) : |
||
CreateSymbol ( string suffix ) : |
||
MakeArrayOpCall ( IList |
||
Yield ( int parameterCount ) : MethodInfo | ||
Yield ( int argumentCount, bool hasSplattedArgument, bool hasRhsArgument, bool &hasArgumentArray ) : MethodInfo | ||
YieldSplat ( int parameterCount ) : MethodInfo |
Method | Description | |
---|---|---|
GetConstructor ( |
||
GetMethod ( |
||
GetMethod ( |
public static CreateMutableString ( string suffix ) : |
||
suffix | string | |
return |
public static CreateRegex ( string suffix ) : |
||
suffix | string | |
return |
public static CreateSymbol ( string suffix ) : |
||
suffix | string | |
return |
public static MakeArrayOpCall ( IList |
||
args | IList |
|
return |
public static Yield ( int parameterCount ) : MethodInfo | ||
parameterCount | int | |
return | MethodInfo |
public static Yield ( int argumentCount, bool hasSplattedArgument, bool hasRhsArgument, bool &hasArgumentArray ) : MethodInfo | ||
argumentCount | int | |
hasSplattedArgument | bool | |
hasRhsArgument | bool | |
hasArgumentArray | bool | |
return | MethodInfo |
public static YieldSplat ( int parameterCount ) : MethodInfo | ||
parameterCount | int | |
return | MethodInfo |