private static class DynamicConversionHelper.InjectVariableContext
extends java.lang.Object
DynamicConversionHelper.injectVariableHelper(InjectVariableContext), and also be able to remember the
changes made to the values of the class instance.| Modifier and Type | Field and Description |
|---|---|
private BaseDataType |
baseDataTypeObj
The object to be converted.
|
private java.lang.String |
className
Variable used to save the name of the class to which the object was converted to.
|
private int |
literalType
The current type of the object that need to be converted.
|
private java.lang.String |
text
String value of the object to be converted.
|
private ProgressAst |
type
Variable used to save the new data type of the object.
|
private int |
var4glType
ProgressParserTokenTypes correspondent of the data type the object need
to be converted to. |
private int |
varType
ProgressParserTokenTypes value that corresponds to a variable with the type
the objects needs converting to. |
| Modifier | Constructor and Description |
|---|---|
private |
InjectVariableContext() |
private BaseDataType baseDataTypeObj
private ProgressAst type
private java.lang.String className
private java.lang.String text
private int var4glType
ProgressParserTokenTypes correspondent of the data type the object need
to be converted to.private int literalType
private int varType
ProgressParserTokenTypes value that corresponds to a variable with the type
the objects needs converting to.