C# Class Ancestry.QueryProcessor.Type.OptionalType

Inheritance: BaseType, IComponentType
Afficher le fichier Open project: Ancestry/DotQL

Méthodes publiques

Méthode Description
BuildDOM ( ) : Parse.TypeDeclaration
BuildDefault ( ) : Parse.Expression
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetNative ( Emitter emitter ) : Type
OptionalType ( BaseType of ) : System
ToString ( ) : string
operator ( ) : bool

Method Details

BuildDOM() public méthode

public BuildDOM ( ) : Parse.TypeDeclaration
Résultat Parse.TypeDeclaration

BuildDefault() public méthode

public BuildDefault ( ) : Parse.Expression
Résultat Parse.Expression

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetNative() public méthode

public GetNative ( Emitter emitter ) : Type
emitter Ancestry.QueryProcessor.Compile.Emitter
Résultat System.Type

OptionalType() public méthode

public OptionalType ( BaseType of ) : System
of BaseType
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool