C# Класс Unicoen.Languages.Python2.Python2Factory

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CodeGenerator Unicoen.Languages.Python2.CodeGenerators.Python2CodeGenerator
ProgramGenerator Unicoen.Languages.Python2.ProgramGenerators.Python2ProgramGenerator

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

Метод Описание
GenerateCode ( UnifiedElement model ) : string
GenerateModel ( string code ) : UnifiedProgram

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

Метод Описание
Python2Factory ( ) : Unicoen.Languages.Python2.CodeGenerators

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

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

public static GenerateCode ( UnifiedElement model ) : string
model Unicoen.Model.UnifiedElement
Результат string

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

public static GenerateModel ( string code ) : UnifiedProgram
code string
Результат UnifiedProgram

Описание свойств

CodeGenerator публичное статическое свойство

public static Python2CodeGenerator,Unicoen.Languages.Python2.CodeGenerators CodeGenerator
Результат Unicoen.Languages.Python2.CodeGenerators.Python2CodeGenerator

ProgramGenerator публичное статическое свойство

public static Python2ProgramGenerator,Unicoen.Languages.Python2.ProgramGenerators ProgramGenerator
Результат Unicoen.Languages.Python2.ProgramGenerators.Python2ProgramGenerator