C# Class XSpect.Yacq.Expressions.ListExpression

Represents a list, the basic expression of YACQ to call functions, methods and constructors.
Inheritance: YacqSequenceExpression
Show file Open project: takeshik/yacq Class Usage Examples

Public Methods

Method Description
ToString ( ) : String

Returns a String that represents this expression.

Protected Methods

Method Description
ReduceImpl ( SymbolTable symbols, Type expectedType ) : Expression

Reduces this node to a simpler expression with additional symbol tables.

Private Methods

Method Description
ListExpression ( SymbolTable symbols, YacqList elements ) : System

Method Details

ReduceImpl() protected method

Reduces this node to a simpler expression with additional symbol tables.
protected ReduceImpl ( SymbolTable symbols, Type expectedType ) : Expression
symbols XSpect.Yacq.Symbols.SymbolTable The additional symbol table for reducing.
expectedType System.Type The type which is expected as the type of reduced expression.
return System.Linq.Expressions.Expression

ToString() public method

Returns a String that represents this expression.
public ToString ( ) : String
return String