C# Class XSpect.Yacq.Expressions.AmbiguousParameterExpression

Represents an ambiguous parameter expression, a parameter expression which may be type-unfixed.
Inheritance: YacqExpression
Afficher le fichier Open project: takeshik/yacq Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : String

Returns a String that represents this expression.

Méthodes protégées

Méthode Description
ReduceImpl ( SymbolTable symbols, Type expectedType ) : Expression

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

Private Methods

Méthode Description
AmbiguousParameterExpression ( SymbolTable symbols, Type type, String name ) : System

Method Details

ReduceImpl() protected méthode

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.
Résultat System.Linq.Expressions.Expression

ToString() public méthode

Returns a String that represents this expression.
public ToString ( ) : String
Résultat String