C# Класс Nexus.Client.Games.Fallout3.Scripting.XmlScript.CPL.FO3CplConverter

A converter that translates CPL to and from an ICondition,
Наследование: Nexus.Client.ModManagement.Scripting.XmlScript.CPL.CPLConverter
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FO3CplConverter ( ICplParserFactory p_pftParserFactory ) : System

A simple constructor that initializes the ICplParserFactory to use.

Защищенные методы

Метод Описание
BuildCompositeCondition ( ITree p_astCPL ) : ICondition

Builds an ICondition representing the given CPL.

GenerateCpl ( ICondition p_cndCondition ) : string

Generates the CPL representing to given ICondition.

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

BuildCompositeCondition() защищенный Метод

Builds an ICondition representing the given CPL.
protected BuildCompositeCondition ( ITree p_astCPL ) : ICondition
p_astCPL ITree The CPL abstract syntax tree for which to create an .
Результат ICondition

FO3CplConverter() публичный Метод

A simple constructor that initializes the ICplParserFactory to use.
public FO3CplConverter ( ICplParserFactory p_pftParserFactory ) : System
p_pftParserFactory ICplParserFactory The to use to create the /// parser to use to build the AST.
Результат System

GenerateCpl() защищенный Метод

Generates the CPL representing to given ICondition.
protected GenerateCpl ( ICondition p_cndCondition ) : string
p_cndCondition ICondition The to translate into CPL.
Результат string