Methods
Modifier and Type |
Method and Description |
protected void |
addConnectiveFieldRestriction(StringBuilder buf,
int type,
String fieldType,
String operator,
Map<String,String> parameters,
String value,
ExpressionFormLine expression,
GeneratorContext gctx,
boolean spaceBeforeOperator) |
protected void |
buildDefaultFieldValue(String operator,
String value,
StringBuilder buf) |
protected void |
buildExpressionFieldValue(ExpressionFormLine expression,
StringBuilder buf) |
protected void |
buildLiteralFieldValue(String operator,
int type,
String fieldType,
String value,
StringBuilder buf) |
protected StringBuilder |
buildOperatorParameterDRL(Map<String,String> parameters) |
protected void |
buildReturnValueFieldValue(String value,
StringBuilder buf) |
protected void |
buildTemplateFieldValue(int type,
String fieldType,
String value,
StringBuilder buf) |
protected void |
generateConstraint(FieldConstraint con,
GeneratorContext gctx)
Recursively process the nested constraints.
|
void |
generateSeparator(FieldConstraint constr,
GeneratorContext gctx) |
void |
postGenerateNestedConnector(GeneratorContext gctx) |
void |
postGenerateNestedConstraint(GeneratorContext gctx) |
void |
preGenerateConstraints(GeneratorContext gctx) |
void |
preGenerateNestedConnector(GeneratorContext gctx) |
void |
preGenerateNestedConstraint(GeneratorContext gctx) |
void |
visitCompositeFactPattern(CompositeFactPattern pattern) |
void |
visitDSLSentence(DSLSentence sentence) |
void |
visitFactPattern(FactPattern pattern) |
void |
visitFreeFormLine(FreeFormLine ffl) |
void |
visitFromAccumulateCompositeFactPattern(FromAccumulateCompositeFactPattern pattern) |
void |
visitFromAccumulateCompositeFactPattern(FromAccumulateCompositeFactPattern pattern,
boolean isSubPattern) |
void |
visitFromCollectCompositeFactPattern(FromCollectCompositeFactPattern pattern) |
void |
visitFromCollectCompositeFactPattern(FromCollectCompositeFactPattern pattern,
boolean isSubPattern) |
void |
visitFromCompositeFactPattern(FromCompositeFactPattern pattern) |
void |
visitFromCompositeFactPattern(FromCompositeFactPattern pattern,
boolean isSubPattern) |
void |
visitFromEntryPointFactPattern(FromEntryPointFactPattern pattern) |
void |
visitFromEntryPointFactPattern(FromEntryPointFactPattern pattern,
boolean isSubPattern) |