C# 클래스 QL.QLMemory

파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Declare() 공개 메소드

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

DeclareComputedValue() 공개 메소드

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

DeclareLabel() 공개 메소드

public DeclareLabel ( string label ) : void
label string
리턴 void

DeclareValue() 공개 메소드

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

GetDeclaredType() 공개 메소드

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

GetDeclaredValue() 공개 메소드

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

IsDeclared() 공개 메소드

public IsDeclared ( string name ) : bool
name string
리턴 bool

LabelIsDeclared() 공개 메소드

public LabelIsDeclared ( string label ) : bool
label string
리턴 bool

QLMemory() 공개 메소드

public QLMemory ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ValueIsDeclared() 공개 메소드

public ValueIsDeclared ( string name ) : bool
name string
리턴 bool