C# Class QL.QLMemory

Mostra file Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Public Methods

Method 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 method

public Declare ( string name, QType type ) : void
name string
type QL.QLClasses.Types.QType
return void

DeclareComputedValue() public method

public DeclareComputedValue ( string name, ExpressionBase value ) : void
name string
value QL.QLClasses.Expressions.ExpressionBase
return void

DeclareLabel() public method

public DeclareLabel ( string label ) : void
label string
return void

DeclareValue() public method

public DeclareValue ( string name, QValue value ) : void
name string
value QL.QLClasses.Values.QValue
return void

GetDeclaredType() public method

public GetDeclaredType ( string name ) : QType
name string
return QL.QLClasses.Types.QType

GetDeclaredValue() public method

public GetDeclaredValue ( string name ) : QValue
name string
return QL.QLClasses.Values.QValue

IsDeclared() public method

public IsDeclared ( string name ) : bool
name string
return bool

LabelIsDeclared() public method

public LabelIsDeclared ( string label ) : bool
label string
return bool

QLMemory() public method

public QLMemory ( ) : System.Collections.Generic
return System.Collections.Generic

ValueIsDeclared() public method

public ValueIsDeclared ( string name ) : bool
name string
return bool