- perform(int, int) - Method in class com.iscobol.java.IsCobol
-
empty implementation of com.iscobol.rts.IscobolModule.perform(int, int)
- pic1(String, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a variable whose picture is made by all '1'.
- pic1Bit(String, int, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a variable whose picture is made by all '1' and has usage BIT.
- pic9(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares an unsigned numeric variable whose usage is DISPLAY.
- pic9Comp(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares an unsigned numeric variable whose usage is COMP.
- pic9Comp1(String) - Method in class com.iscobol.java.CobolVarHelper
-
Declares an unsigned numeric variable whose usage is COMP-1.
- pic9Comp2(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares an unsigned numeric variable whose usage is COMP-2.
- pic9Comp3(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares an unsigned numeric variable whose usage is COMP-3.
- pic9Comp4(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares an unsigned numeric variable whose usage is COMP-4.
- pic9Comp5(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares an unsigned numeric variable whose usage is COMP-5.
- pic9Comp6(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares an unsigned numeric variable whose usage is COMP-6.
- pic9Comp9(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares an unsigned numeric variable whose usage is COMP-9.
- pic9CompN(String, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares an unsigned numeric variable whose usage is COMP-N.
- pic9CompX(String, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares an unsigned numeric variable whose usage is COMP-X.
- picAlphaEdit(String, int, String) - Method in class com.iscobol.java.CobolVarHelper
-
- picBinary(String, int, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
- picDouble(String) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a signed numeric variable whose usage is DOUBLE.
- picFloat(String) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a signed numeric variable whose usage is FLOAT.
- picG(String, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a variable whose picture is made by all 'G'.
- picGAnyLength(String) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a variable whose picture is G ANY LENGTH.
- picInt(String) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a signed numeric variable whose usage is INT.
- picLong(String) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a signed numeric variable whose usage is LONG.
- picN(String, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a variable whose picture is made by all 'N'.
- picNAnyLength(String) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a variable whose picture is N ANY LENGTH.
- picNativeInt(String) - Method in class com.iscobol.java.CobolVarHelper
-
- picNativeLong(String) - Method in class com.iscobol.java.CobolVarHelper
-
- picNativeShort(String) - Method in class com.iscobol.java.CobolVarHelper
-
- picNumEdit(String, int, String) - Method in class com.iscobol.java.CobolVarHelper
-
- picS9(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a signed numeric variable whose usage is DISPLAY.
- picS9Comp(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a signed numeric variable whose usage is COMP.
- picS9Comp2(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a signed numeric variable whose usage is COMP-2.
- picS9Comp3(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a signed numeric variable whose usage is COMP-3.
- picS9Comp4(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a signed numeric variable whose usage is COMP-4.
- picS9Comp5(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a signed numeric variable whose usage is COMP-5.
- picS9Comp9(String, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a signed numeric variable whose usage is COMP-9.
- picSBinary(String, int, int, int) - Method in class com.iscobol.java.CobolVarHelper
-
- picShort(String) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a signed numeric variable whose usage is SHORT.
- picSNativeInt(String) - Method in class com.iscobol.java.CobolVarHelper
-
- picSNativeLong(String) - Method in class com.iscobol.java.CobolVarHelper
-
- picSNativeShort(String) - Method in class com.iscobol.java.CobolVarHelper
-
- picX(String, int) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a variable whose picture is made by all 'X'.
- picXAnyLength(String) - Method in class com.iscobol.java.CobolVarHelper
-
Declares a variable whose picture is X ANY LENGTH.
- pointer(String) - Method in class com.iscobol.java.CobolVarHelper
-
- process(String, int, String, int, String[], ProcessResult) - Method in interface com.iscobol.compiler.custpreproc.LinePreProcessor
-
processes the cobol line and fills the result object
- ProcessException - Exception in com.iscobol.compiler.custpreproc
-
- ProcessException(int, String) - Constructor for exception com.iscobol.compiler.custpreproc.ProcessException
-
- ProcessException(int, String, ProcessResult) - Constructor for exception com.iscobol.compiler.custpreproc.ProcessException
-
- processingInstr - Variable in class com.iscobol.java.CobolVarHelper.XmlAttrs
-
- ProcessResult - Class in com.iscobol.compiler.custpreproc
-
- ProcessResult() - Constructor for class com.iscobol.compiler.custpreproc.ProcessResult
-