- get() - Method in class com.iscobol.java.CobolVarHelper
-
Returns the global ICobolVar created by this object.
- get(String) - Method in class com.iscobol.java.CobolVarHelper
-
Returns the ICobolVar whose name is specified as argument.
- get() - Method in class com.iscobol.java.CondName
-
- getAllElementary() - Method in class com.iscobol.java.CobolVarHelper
-
Returns an array of ICobolVar that are elementary items.
- getBitLength() - Method in class com.iscobol.java.CobolVarHelper
-
- getBitOffset() - Method in class com.iscobol.java.CobolVarHelper
-
- getBytes(byte[], int) - Method in interface com.iscobol.rts.ICobolVar
-
writes the bytes contained in the memory buffer in the array specified by dest
- getBytes() - Method in interface com.iscobol.rts.ICobolVar
-
returns the bytes contained in the memory buffer
- getCause() - Method in exception com.iscobol.rts.IscobolRuntimeException
-
- getChildren() - Method in interface com.iscobol.rts.ICobolVar
-
if the variable is a group-item, returns an Enumeration of the child variables or an empty Enumeration otherwise
- getCondName(String) - Method in class com.iscobol.java.CobolVarHelper
-
- getCurrencyChar() - Method in interface com.iscobol.rts.IPicNumEdit
-
returns the currency character
- getDecimals() - Method in class com.iscobol.java.CobolVarHelper
-
- getDependingDelta() - Method in interface com.iscobol.rts.ICobolVar
-
for internal use only
- getDependingOn() - Method in interface com.iscobol.rts.ICobolVar
-
for internal use only
- getDimensions() - Method in interface com.iscobol.rts.ICobolVar
-
if the variable is a table, it returns an int array with its dimensions, or null otherwise
- getDynamicCapacity(int[]) - Method in interface com.iscobol.rts.ICobolVar
-
for internal use only
- getDynamicCapacity(int[], boolean) - Method in interface com.iscobol.rts.ICobolVar
-
for internal use only
- getDynamicData() - Method in class com.iscobol.java.CobolVarHelper
-
- getEnvironment(String) - Static method in class com.iscobol.java.IsCobol
-
Returns the value of a property.
- getEnvironmentList() - Static method in class com.iscobol.java.IsCobol
-
Returns the list of the iscobol properties currently set
- getErrNum() - Method in exception com.iscobol.rts.IscobolRuntimeException
-
Returns the error number.
- getErrorDesc(int) - Static method in exception com.iscobol.rts.IscobolRuntimeException
-
Returns the textual description of the given error number.
- getExitCode() - Method in exception com.iscobol.java.StopRunAsException
-
Returns the exit code set by the STOP RUN statement.
- getExternalHelper() - Method in class com.iscobol.java.CobolVarHelper
-
- getFields() - Method in class com.iscobol.java.EFDHelper.Key
-
Returns a String array containing the fields name of the key.
- getFileName() - Method in interface com.iscobol.logger.Logger
-
Returns the name of the log file
- getHelper(String) - Method in class com.iscobol.java.CobolVarHelper
-
- getId() - Method in interface com.iscobol.rts.INumericVar
-
if the variable is an handle, it returns the resource associated to this handle or null otherwise
- getIParent() - Method in interface com.iscobol.rts.ICobolVar
-
if the variable is a sub-item, it returns its parent, or null otherwise
- getIXMLAttributes() - Method in interface com.iscobol.rts.ICobolVar
-
returns the XML attributes associated to this variable
- getKeyCount() - Method in class com.iscobol.java.EFDHelper
-
Return the number of keys.
- getKeys() - Method in class com.iscobol.java.EFDHelper
-
Return an array containing all the keys.
- getLastDimension() - Method in interface com.iscobol.rts.ICobolVar
-
for internal use only
- getLength() - Method in class com.iscobol.java.CobolVarHelper
-
- getLength() - Method in interface com.iscobol.rts.ICobolVar
-
returns the variable length
if the variable contains an OCCURS DEPENDING, it returns the length
considering the current value of the DEPENDING ON variable
if the variable is in the LINKAGE SECTION and it is not linked, it returns 0
- getMaxDimension() - Method in interface com.iscobol.rts.ICobolVar
-
for internal use only
- getMaxLength() - Method in interface com.iscobol.rts.ICobolVar
-
returns the variable length
if the variable contains an OCCURS DEPENDING, it returns the maximum possible length
- getMemoryLength() - Method in interface com.iscobol.rts.ICobolVar
-
returns the length of the memory buffer currently associated to the variable
if the variable is a sub-item, it returns the length of the memory of the 01 level
if the variable is in the LINKAGE SECTION, it returns the length of the memory
of the linked variable, or 0 if it is not linked
- getName() - Method in interface com.iscobol.rts.ICobolVar
-
returns the cobol name of the variable
- getNum(String) - Method in class com.iscobol.java.CobolVarHelper
-
Returns the INumericVar whose name is specified as argument.
- getNumDimension() - Method in class com.iscobol.java.CobolVarHelper
-
- getOccurs() - Method in class com.iscobol.java.CobolVarHelper
-
- getOffset() - Method in class com.iscobol.java.CobolVarHelper
-
- getOffset() - Method in interface com.iscobol.rts.ICobolVar
-
if the variable is a sub-item, it returns its offset in the group-item, or 0 otherwise
- getOId() - Method in interface com.iscobol.rts.ICobolVar
-
for internal use only
- getParent() - Method in class com.iscobol.java.CobolVarHelper
-
- getPicture() - Method in class com.iscobol.java.CobolVarHelper
-
- getPicture() - Method in interface com.iscobol.rts.IPicAlphaEdit
-
returns the cobol picture associated to this variable
- getPicture() - Method in interface com.iscobol.rts.IPicNumEdit
-
returns the cobol picture associated to this variable
- getRedefines() - Method in class com.iscobol.java.CobolVarHelper
-
- getRedefines() - Method in interface com.iscobol.rts.ICobolVar
-
if the variable is a group-item, returns an Enumeration of the REDEFINES variables contained in this group-item or an empty Enumeration otherwise
- getRenames() - Method in class com.iscobol.java.CobolVarHelper
-
- getReplace() - Method in class com.iscobol.compiler.custpreproc.ProcessResult
-
- getResult() - Method in exception com.iscobol.compiler.custpreproc.ProcessException
-
- getResultSets() - Static method in class com.iscobol.java.IsCobol
-
returns the the java.sql.ResultSet instances created by the
isCOBOL application from the last call of the 'registerResultSets' method,
terminates and clears the registration
- getSectionHelper(String, int) - Static method in class com.iscobol.java.CobolVarHelper
-
- getSeverity() - Method in exception com.iscobol.compiler.custpreproc.ProcessException
-
- getSizeDimension() - Method in class com.iscobol.java.CobolVarHelper
-
- getSizeInBytes() - Method in class com.iscobol.java.CobolVarHelper
-
- getStackTrace(Throwable) - Static method in class com.iscobol.java.IsCobol
-
return a string containing the stack trace of the specified java.lang.Throwable object
- getType() - Method in class com.iscobol.java.CobolVarHelper
-
- getType() - Method in interface com.iscobol.rts.ICobolVar
-
for internal use only
- getValue() - Method in class com.iscobol.java.CobolVarHelper
-
- getVarHelper(int) - Method in class com.iscobol.java.EFDHelper
-
Returns the structured variable built on the XML description.
- getVarHelper() - Method in class com.iscobol.java.EFDHelper
-
Convenient method for getVarHelper (CobolVarHelper.
- getXmlAttributes() - Method in class com.iscobol.java.CobolVarHelper
-
- group(String) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a structured variable without any PICTURE.