C# 클래스 Mono.CSharp.Linq.ARangeVariableQueryClause

상속: AQueryClause
파일 보기 프로젝트 열기: kumpera/mono

보호된 프로퍼티들

프로퍼티 타입 설명
identifier RangeVariable

보호된 메소드들

메소드 설명
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

메소드 상세

ARangeVariableQueryClause() 보호된 메소드

protected ARangeVariableQueryClause ( QueryBlock block, RangeVariable identifier, Expression expr, Location loc ) : System
block QueryBlock
identifier RangeVariable
expr Expression
loc Location
리턴 System

CreateCastExpression() 보호된 메소드

protected CreateCastExpression ( Expression lSide ) : Invocation
lSide Expression
리턴 Invocation

CreateChildrenParameters() 보호된 메소드

protected CreateChildrenParameters ( Parameter parameter ) : Parameter
parameter Parameter
리턴 Parameter

CreateRangeVariableType() 보호된 정적인 메소드

protected static CreateRangeVariableType ( ResolveContext rc, Parameter parameter, RangeVariable name, Expression init ) : Expression
rc ResolveContext
parameter Parameter
name RangeVariable
init Expression
리턴 Expression

GetIntoVariable() 보호된 메소드

protected GetIntoVariable ( ) : RangeVariable
리턴 RangeVariable

프로퍼티 상세

identifier 보호되어 있는 프로퍼티

protected RangeVariable,Mono.CSharp.Linq identifier
리턴 RangeVariable