C# Class Mono.CSharp.Linq.QueryBlock

Inheritance: ToplevelBlock
Show file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
AddRangeVariable ( RangeVariable variable ) : void
Error_AlreadyDeclared ( string name, INamedBlockVariable variable ) : void
Error_AlreadyDeclared ( string name, INamedBlockVariable variable, string reason ) : void
Error_AlreadyDeclaredTypeParameter ( string name, Location loc ) : void
QueryBlock ( CompilerContext ctx, Block parent, Location start ) : System
SetParameter ( Parameter parameter ) : void
SetParameters ( Parameter first, Parameter second ) : void

Method Details

AddRangeVariable() public method

public AddRangeVariable ( RangeVariable variable ) : void
variable RangeVariable
return void

Error_AlreadyDeclared() public method

public Error_AlreadyDeclared ( string name, INamedBlockVariable variable ) : void
name string
variable INamedBlockVariable
return void

Error_AlreadyDeclared() public method

public Error_AlreadyDeclared ( string name, INamedBlockVariable variable, string reason ) : void
name string
variable INamedBlockVariable
reason string
return void

Error_AlreadyDeclaredTypeParameter() public method

public Error_AlreadyDeclaredTypeParameter ( string name, Location loc ) : void
name string
loc Location
return void

QueryBlock() public method

public QueryBlock ( CompilerContext ctx, Block parent, Location start ) : System
ctx CompilerContext
parent Block
start Location
return System

SetParameter() public method

public SetParameter ( Parameter parameter ) : void
parameter Parameter
return void

SetParameters() public method

public SetParameters ( Parameter first, Parameter second ) : void
first Parameter
second Parameter
return void