Class CompoundExpression
Inheritance
System.Object
CompoundExpression
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class CompoundExpression : SpelNode, ISpelNode
Constructors
|
Edit this page
View Source
CompoundExpression(Int32, Int32, SpelNode[])
Declaration
public CompoundExpression(int startPos, int endPos, params SpelNode[] expressionComponents)
Parameters
Type |
Name |
Description |
System.Int32 |
startPos |
|
System.Int32 |
endPos |
|
SpelNode[] |
expressionComponents |
|
Methods
|
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
IsWritable(ExpressionState)
Declaration
public override bool IsWritable(ExpressionState state)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
SetValue(ExpressionState, Object)
Declaration
public override void SetValue(ExpressionState state, object newValue)
Parameters
Overrides
|
Edit this page
View Source
ToStringAST()
Declaration
public override string ToStringAST()
Returns
Type |
Description |
System.String |
|
Overrides
Implements