C# Class QL.QLMemory

Afficher le fichier Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Méthodes publiques

Méthode Description
Declare ( string name, QType type ) : void
DeclareComputedValue ( string name, ExpressionBase value ) : void
DeclareLabel ( string label ) : void
DeclareValue ( string name, QValue value ) : void
GetDeclaredType ( string name ) : QType
GetDeclaredValue ( string name ) : QValue
IsDeclared ( string name ) : bool
LabelIsDeclared ( string label ) : bool
QLMemory ( ) : System.Collections.Generic
ValueIsDeclared ( string name ) : bool

Method Details

Declare() public méthode

public Declare ( string name, QType type ) : void
name string
type QL.QLClasses.Types.QType
Résultat void

DeclareComputedValue() public méthode

public DeclareComputedValue ( string name, ExpressionBase value ) : void
name string
value QL.QLClasses.Expressions.ExpressionBase
Résultat void

DeclareLabel() public méthode

public DeclareLabel ( string label ) : void
label string
Résultat void

DeclareValue() public méthode

public DeclareValue ( string name, QValue value ) : void
name string
value QL.QLClasses.Values.QValue
Résultat void

GetDeclaredType() public méthode

public GetDeclaredType ( string name ) : QType
name string
Résultat QL.QLClasses.Types.QType

GetDeclaredValue() public méthode

public GetDeclaredValue ( string name ) : QValue
name string
Résultat QL.QLClasses.Values.QValue

IsDeclared() public méthode

public IsDeclared ( string name ) : bool
name string
Résultat bool

LabelIsDeclared() public méthode

public LabelIsDeclared ( string label ) : bool
label string
Résultat bool

QLMemory() public méthode

public QLMemory ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ValueIsDeclared() public méthode

public ValueIsDeclared ( string name ) : bool
name string
Résultat bool