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

상속: BaseType
파일 보기 프로젝트 열기: Ancestry/DotQL

공개 메소드들

메소드 설명
BuildDOM ( ) : Parse.TypeDeclaration
BuildDefault ( ) : Parse.Expression
CompileExtractExpression ( Compiler compiler, Frame frame, ExpressionContext left, Parse expression, BaseType typeHint ) : ExpressionContext
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetNative ( Emitter emitter ) : Type
ScalarType ( System native ) : System
ToString ( ) : string
operator ( ) : bool

메소드 상세

BuildDOM() 공개 메소드

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

BuildDefault() 공개 메소드

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

CompileExtractExpression() 공개 메소드

public CompileExtractExpression ( Compiler compiler, Frame frame, ExpressionContext left, Parse expression, BaseType typeHint ) : ExpressionContext
compiler Compiler
frame Frame
left Ancestry.QueryProcessor.Compile.ExpressionContext
expression Parse
typeHint BaseType
리턴 Ancestry.QueryProcessor.Compile.ExpressionContext

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetNative() 공개 메소드

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

ScalarType() 공개 메소드

public ScalarType ( System native ) : System
native System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool