C# Class Mono.CSharp.Linq.ARangeVariableQueryClause

Inheritance: AQueryClause
Afficher le fichier Open project: kumpera/mono

Protected Properties

Свойство Type Description
identifier RangeVariable

Méthodes protégées

Méthode Description
ARangeVariableQueryClause ( QueryBlock block, RangeVariable identifier, Expression expr, Location loc ) : System
CreateCastExpression ( Expression lSide ) : Invocation
CreateChildrenParameters ( Parameter parameter ) : Parameter
CreateRangeVariableType ( ResolveContext rc, Parameter parameter, RangeVariable name, Expression init ) : Expression
GetIntoVariable ( ) : RangeVariable

Method Details

ARangeVariableQueryClause() protected méthode

protected ARangeVariableQueryClause ( QueryBlock block, RangeVariable identifier, Expression expr, Location loc ) : System
block QueryBlock
identifier RangeVariable
expr Expression
loc Location
Résultat System

CreateCastExpression() protected méthode

protected CreateCastExpression ( Expression lSide ) : Invocation
lSide Expression
Résultat Invocation

CreateChildrenParameters() protected méthode

protected CreateChildrenParameters ( Parameter parameter ) : Parameter
parameter Parameter
Résultat Parameter

CreateRangeVariableType() protected static méthode

protected static CreateRangeVariableType ( ResolveContext rc, Parameter parameter, RangeVariable name, Expression init ) : Expression
rc ResolveContext
parameter Parameter
name RangeVariable
init Expression
Résultat Expression

GetIntoVariable() protected méthode

protected GetIntoVariable ( ) : RangeVariable
Résultat RangeVariable

Property Details

identifier protected_oe property

protected RangeVariable,Mono.CSharp.Linq identifier
Résultat RangeVariable