C# Class Ancestry.QueryProcessor.Type.EnumType

Inheritance: BaseType
Datei anzeigen Open project: Ancestry/DotQL

Public Methods

Method Description
BuildDOM ( ) : Parse.TypeDeclaration
BuildDefault ( ) : Parse.Expression
EmitLiteral ( Compile method, object value ) : void
EnumType ( Name name ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetNative ( Compile emitter ) : Type
ToString ( ) : string
operator ( ) : bool

Method Details

BuildDOM() public method

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

BuildDefault() public method

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

EmitLiteral() public method

public EmitLiteral ( Compile method, object value ) : void
method Compile
value object
return void

EnumType() public method

public EnumType ( Name name ) : System
name Name
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetNative() public method

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

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool