public class CobolVarExternalHelper extends CobolVarHelper
CobolVarHelper.Occurs, CobolVarHelper.OccursDynamic, CobolVarHelper.XmlAttrsdecimalPointIsComma, LINKAGE_SECTION_NAME, name, opts_CP, _CV, _D64, _DC_MASK, _DCA, _DCB, _DCD, _DCDM, _DCI, _DCII, _DCM, _DCMI, _DCN, _DCR, _DCV, _DPNTCO, _DZ, T_DOUBLE, T_FLOAT, T_GROUP, T_INT, T_LONG, T_NATIVEINT, T_NATIVELONG, T_NATIVESHORT, T_OBJECTVAR, T_PIC1, T_PIC1BIT, T_PIC9COMP1, T_PIC9COMP2, T_PIC9COMP3, T_PIC9COMP4, T_PIC9COMP5, T_PIC9COMP6, T_PIC9COMP9, T_PIC9COMPN, T_PIC9COMPX, T_PIC9DISPLAY, T_PICALPEDIT, T_PICG, T_PICGANYLEN, T_PICN, T_PICNANYLEN, T_PICNUMEDIT, T_PICX, T_PICXANYLEN, T_POINTER, T_SHORT| Constructor and Description |
|---|
CobolVarExternalHelper(int opts)
Constructs an helper that allows to declare 'EXTERNAL' COBOL
variables.
|
childrenElements, condName, endGroup, get, get, getAllElementary, getBitLength, getBitOffset, getCondName, getDecimals, getDynamicData, getExternalHelper, getHelper, getLength, getNum, getNumDimension, getOccurs, getOffset, getParent, getPicture, getRedefines, getRenames, getSectionHelper, getSizeDimension, getSizeInBytes, getType, getValue, getXmlAttributes, group, isInDynamic, isJustified, isLinkage, isSection, isSigned, isSignLeading, isSignSeparate, justRight, objectVar, occurs, occurs, occursDynamic, occursDynamic, pic1, pic1Bit, pic9, pic9Comp, pic9Comp1, pic9Comp2, pic9Comp3, pic9Comp4, pic9Comp5, pic9Comp6, pic9Comp9, pic9CompN, pic9CompX, picAlphaEdit, picBinary, picDouble, picFloat, picG, picGAnyLength, picInt, picLong, picN, picNAnyLength, picNativeInt, picNativeLong, picNativeShort, picNumEdit, picS9, picS9Comp, picS9Comp2, picS9Comp3, picS9Comp4, picS9Comp5, picS9Comp9, picSBinary, picShort, picSNativeInt, picSNativeLong, picSNativeShort, picX, picXAnyLength, pointer, redefines, renames, setOffset, setVariable, signLeading, signSeparate, value, xmlAttribute, xmlBase64Binary, xmlBoolean, xmlCdata, xmlCount, xmlCount, xmlHexBinary, xmlIdentifier, xmlIdentifier, xmlNamespace, xmlNamespace, xmlNullable, xmlProcessingInstruction, xmlRawpublic CobolVarExternalHelper(int opts)
:
CobolVarHelper._DCA
CobolVarHelper._DCI
CobolVarHelper._DCM
CobolVarHelper._DCMI
CobolVarHelper._DCII
CobolVarHelper._DCD
CobolVarHelper._DCN
CobolVarHelper._DCDM
CobolVarHelper._DCB
CobolVarHelper._DCR
CobolVarHelper._DCV
to this value, one or more of the following values can be 'ored':
CobolVarHelper._CP
CobolVarHelper._CV
CobolVarHelper._DZ
CobolVarHelper._DPNTCO
The last one doesn't correspond to a compiler option, it means that
the COBOL program to call uses the clause DECIMAL POINT IS COMMA and
it is useful only for displaying purposes.opts - options used in compiling the program to call