Class MethodReference
Inheritance
System.Object
MethodReference
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class MethodReference : SpelNode, ISpelNode
Constructors
|
Edit this page
View Source
MethodReference(Boolean, String, Int32, Int32, SpelNode[])
Declaration
public MethodReference(bool nullSafe, string methodName, int startPos, int endPos, params SpelNode[] arguments)
Parameters
Type |
Name |
Description |
System.Boolean |
nullSafe |
|
System.String |
methodName |
|
System.Int32 |
startPos |
|
System.Int32 |
endPos |
|
SpelNode[] |
arguments |
|
Properties
|
Edit this page
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ComputeExitDescriptor(Object, Type)
Declaration
protected TypeDescriptor ComputeExitDescriptor(object result, Type propertyReturnType)
Parameters
Type |
Name |
Description |
System.Object |
result |
|
Type |
propertyReturnType |
|
Returns
|
Edit this page
View Source
GenerateCode(ILGenerator, CodeFlow)
Declaration
public override void GenerateCode(ILGenerator gen, CodeFlow cf)
Parameters
Type |
Name |
Description |
ILGenerator |
gen |
|
CodeFlow |
cf |
|
Overrides
|
Edit this page
View Source
GetValueInternal(ExpressionState)
Declaration
public override ITypedValue GetValueInternal(ExpressionState state)
Parameters
Returns
Type |
Description |
ITypedValue |
|
Overrides
|
Edit this page
View Source
GetValueRef(ExpressionState)
Declaration
protected override IValueRef GetValueRef(ExpressionState state)
Parameters
Returns
Overrides
|
Edit this page
View Source
IsCompilable()
Declaration
public override bool IsCompilable()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
ToStringAST()
Declaration
public override string ToStringAST()
Returns
Type |
Description |
System.String |
|
Overrides
Implements