C# Класс clafer.org.ir.ClaferIR.ClaferToXML

The class provides functions to convert the text clafer model to Clafer IR XML . The clafer.exe compiler is used for the conversion.
Показать файл Открыть проект

Открытые методы

Метод Описание
loadFromCfr ( string claferFile ) : Module

Loads a module containing xml from a clafer model file

readIRXml ( string clafer ) : string

The function uses the clafer compiler to get the clafer IR for the input text clafer model.

Приватные методы

Метод Описание
ErrorHandler ( object sendingProcess, DataReceivedEventArgs errLine ) : void

handles errors from the clafer2xml tool

Описание методов

loadFromCfr() публичный статический Метод

Loads a module containing xml from a clafer model file
public static loadFromCfr ( string claferFile ) : Module
claferFile string the name of the .cfr file
Результат System.Reflection.Module

readIRXml() публичный статический Метод

The function uses the clafer compiler to get the clafer IR for the input text clafer model.
public static readIRXml ( string clafer ) : string
clafer string text of the clafer model
Результат string