C# Class Ancestry.QueryProcessor.Type.TupleType

Datei anzeigen Open project: Ancestry/DotQL Class Usage Examples

Public Methods

Method Description
BuildDOM ( ) : Parse.TypeDeclaration
BuildDefault ( ) : Parse.Expression
CompileBinaryExpression ( Compiler compiler, Frame frame, ExpressionContext left, Parse expression, Type typeHint ) : ExpressionContext
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetKeyAttributes ( ) : IEnumerable
GetNative ( Emitter emitter ) : Type
operator ( ) : bool

Protected Methods

Method Description
EmitBinaryOperator ( MethodContext method, Compiler compiler, ExpressionContext left, ExpressionContext right, Parse expression ) : void

Private Methods

Method Description
CompileDereference ( Compiler compiler, Frame frame, ExpressionContext left, Parse expression, Type typeHint ) : ExpressionContext

Method Details

BuildDOM() public method

public BuildDOM ( ) : Parse.TypeDeclaration
return Parse.TypeDeclaration

BuildDefault() public method

public BuildDefault ( ) : Parse.Expression
return Parse.Expression

CompileBinaryExpression() public method

public CompileBinaryExpression ( Compiler compiler, Frame frame, ExpressionContext left, Parse expression, Type typeHint ) : ExpressionContext
compiler Compiler
frame Frame
left ExpressionContext
expression Parse
typeHint System.Type
return ExpressionContext

EmitBinaryOperator() protected method

protected EmitBinaryOperator ( MethodContext method, Compiler compiler, ExpressionContext left, ExpressionContext right, Parse expression ) : void
method MethodContext
compiler Compiler
left ExpressionContext
right ExpressionContext
expression Parse
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetKeyAttributes() public method

public GetKeyAttributes ( ) : IEnumerable
return IEnumerable

GetNative() public method

public GetNative ( Emitter emitter ) : Type
emitter Emitter
return System.Type

operator() public static method

public static operator ( ) : bool
return bool