|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.editor.ISeriesEditorNativeInterface
com.ibm.etools.iseries.editor.ISeriesEditorCOBOLNativeInterface
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 | |
---|---|
ISeriesEditorCOBOLNativeInterface()
|
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 void |
issueMessage(com.ibm.etools.systems.core.messages.SystemMessage message)
Pop up a dialog with the given message |
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.editor.ISeriesEditorNativeInterface |
---|
convertUrlStringToOsPath, getDllsPath, getMessageFileName, getMessageFilePath |
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 ISeriesEditorCOBOLNativeInterface()
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()
public static void issueMessage(com.ibm.etools.systems.core.messages.SystemMessage message)
ISeriesEditorNativeInterface
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |