|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.edit.jni.IBMiEditorNativeInterface com.ibm.etools.iseries.edit.jni.IBMiEditorCOBOLNativeInterface
public class IBMiEditorCOBOLNativeInterface
This is the interface between this package and COBOL program verifier and syntax checker DLLs. Each method in this class has a corresponding native method of the same name appended with the string 'Native'. All methods return one of the listed return codes.
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
IBMiEditorCOBOLNativeInterface()
|
Method Summary | |
---|---|
static String |
getMessageFile()
|
static boolean |
getProgramVerifierLoadStatusCOBOLILE()
Returns the whether an attempt was made to load the required DLLs |
static int |
getProgramVerifierStatusCobolILE()
Returns the status of the syntax checker |
static int |
getSyntaxCheckerStatusCobolILE()
Returns the status of the syntax checker |
static int |
syntaxCheckCobolILE(ISeriesEditorCobolSyntaxChecker syntaxChecker,
int iLineStart,
int iLineEnd)
Syntax checks Cobol ILE. |
static int |
verifyProgramCobolILE(VerifierCobolILE verifier,
VerifierCobolILEOptions PVoptions)
Program verifies Cobol ILE |
Methods inherited from class com.ibm.etools.iseries.edit.jni.IBMiEditorNativeInterface |
---|
convertUrlStringToOsPath, getDllsPath, getMessageFileName, getMessageFilePath, getQSYSSubSystemDllPath, issueMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
Constructor Detail |
---|
public IBMiEditorCOBOLNativeInterface()
Method Detail |
---|
public static boolean getProgramVerifierLoadStatusCOBOLILE()
public static int getProgramVerifierStatusCobolILE()
public static int getSyntaxCheckerStatusCobolILE()
public static int syntaxCheckCobolILE(ISeriesEditorCobolSyntaxChecker syntaxChecker, int iLineStart, int iLineEnd)
public static int verifyProgramCobolILE(VerifierCobolILE verifier, VerifierCobolILEOptions PVoptions)
public static String getMessageFile()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |