private static class DynamicValidationHelper.WorkArea
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
astFile
The name of the converted
ProgressAst tree. |
private java.util.ArrayList<Buffer> |
buffers
The buffers used by the validation expression.
|
private java.lang.String |
dictFile
The name of the
ProgressAst tree with the temp-table objects for schema worker. |
private java.lang.String |
dynExprFile
The file name of the class containing the converted validation expression code.
|
private java.lang.String |
jastFile
The name of the generated
JavaAst tree. |
private java.lang.String |
p2oFile
The name of the
DataModelAst tree with the temp-table
objects for this validation expression. |
private java.lang.String |
valExpr
The validation expression being converted.
|
| Modifier | Constructor and Description |
|---|---|
private |
WorkArea() |
private java.lang.String valExpr
private java.util.ArrayList<Buffer> buffers
private java.lang.String dynExprFile
private java.lang.String jastFile
JavaAst tree.private java.lang.String astFile
ProgressAst tree.private java.lang.String p2oFile
DataModelAst tree with the temp-table
objects for this validation expression.private java.lang.String dictFile
ProgressAst tree with the temp-table objects for schema worker.