Method | Description | |
---|---|---|
CPLConverter ( ICplParserFactory p_pftParserFactory ) : System |
A simple constructor that initializes the ICplParserFactory to use.
|
|
ConditionToCpl ( ICondition p_cndCondition ) : string |
Converts the given ICondition into CPL.
|
|
CplToCondition ( string p_strCplCode ) : ICondition |
Converts the given CPL into a ICondition.
|
Method | Description | |
---|---|---|
BuildCompositeCondition ( ITree p_astCPL ) : ICondition | ||
GenerateCpl ( ICondition p_cndCondition ) : string |
Method | Description | |
---|---|---|
GenerateAst ( string p_strCplCode ) : ITree |
Parses the given CPL into an AST.
|
protected BuildCompositeCondition ( ITree p_astCPL ) : ICondition | ||
p_astCPL | ITree | |
return | ICondition |
public CPLConverter ( ICplParserFactory p_pftParserFactory ) : System | ||
p_pftParserFactory | ICplParserFactory | The |
return | System |
public ConditionToCpl ( ICondition p_cndCondition ) : string | ||
p_cndCondition | ICondition | The condition to convert. |
return | string |
public CplToCondition ( string p_strCplCode ) : ICondition | ||
p_strCplCode | string | The CPL to convert. |
return | ICondition |
protected GenerateCpl ( ICondition p_cndCondition ) : string | ||
p_cndCondition | ICondition | |
return | string |