C# 클래스 Ancestry.QueryProcessor.Type.TupleType

파일 보기 프로젝트 열기: Ancestry/DotQL 1 사용 예제들

공개 메소드들

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

보호된 메소드들

메소드 설명
EmitBinaryOperator ( MethodContext method, Compiler compiler, ExpressionContext left, ExpressionContext right, Parse expression ) : void

비공개 메소드들

메소드 설명
CompileDereference ( Compiler compiler, Frame frame, ExpressionContext left, Parse expression, Type typeHint ) : ExpressionContext

메소드 상세

BuildDOM() 공개 메소드

public BuildDOM ( ) : Parse.TypeDeclaration
리턴 Parse.TypeDeclaration

BuildDefault() 공개 메소드

public BuildDefault ( ) : Parse.Expression
리턴 Parse.Expression

CompileBinaryExpression() 공개 메소드

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

EmitBinaryOperator() 보호된 메소드

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

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetKeyAttributes() 공개 메소드

public GetKeyAttributes ( ) : IEnumerable
리턴 IEnumerable

GetNative() 공개 메소드

public GetNative ( Emitter emitter ) : Type
emitter Emitter
리턴 System.Type

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool