com.ibm.etools.iseries.edit.jni
Class IBMiEditorRPGOPMNativeInterface
java.lang.Object
com.ibm.etools.iseries.edit.jni.IBMiEditorNativeInterface
com.ibm.etools.iseries.edit.jni.IBMiEditorRPGOPMNativeInterface
public class IBMiEditorRPGOPMNativeInterface
- extends IBMiEditorNativeInterface
This is the interface between this package and the OPM RPG syntax
chekcer DLLs.
Each method in this class has a corresponding native method of the same
name appended with the string 'Native'.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final String copyright
- See Also:
- Constant Field Values
IBMiEditorRPGOPMNativeInterface
public IBMiEditorRPGOPMNativeInterface()
loadSCLibraries
public static void loadSCLibraries()
- Loads the DLL that contains the interface to the syntax checker.
getSyntaxCheckerStatusRPGOPM
public static int getSyntaxCheckerStatusRPGOPM()
- Returns the status of the syntax checker
syntaxCheckRPGOPM
public static int syntaxCheckRPGOPM(ISeriesEditorRPGOPMSyntaxChecker syntaxChecker,
byte[] baHostAlias,
byte[] baLine,
byte[] baSpecialChars)
- Syntax checks RPG OPM.
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.