C# Class QL.QLController

Datei anzeigen Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Public Methods

Method Description
BuildAST ( string inputString ) : Questionnaire
GenerateGUI ( ) : void
GetParseTreeString ( ) : string
QLController ( ) : System.Collections.Generic

Method Details

BuildAST() public method

public BuildAST ( string inputString ) : Questionnaire
inputString string
return QL.QLClasses.Questionnaire

GenerateGUI() public method

public GenerateGUI ( ) : void
return void

GetParseTreeString() public method

public GetParseTreeString ( ) : string
return string

QLController() public method

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