C# 클래스 QL.QLController

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

공개 메소드들

메소드 설명
BuildAST ( string inputString ) : Questionnaire
GenerateGUI ( ) : void
GetParseTreeString ( ) : string
QLController ( ) : System.Collections.Generic

메소드 상세

BuildAST() 공개 메소드

public BuildAST ( string inputString ) : Questionnaire
inputString string
리턴 QL.QLClasses.Questionnaire

GenerateGUI() 공개 메소드

public GenerateGUI ( ) : void
리턴 void

GetParseTreeString() 공개 메소드

public GetParseTreeString ( ) : string
리턴 string

QLController() 공개 메소드

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