Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.jni
Class IBMiEditorRPGOPMNativeInterface

java.lang.Object
  extended by com.ibm.etools.iseries.edit.jni.IBMiEditorNativeInterface
      extended by 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'.


Field Summary
static String copyright
           
 
Constructor Summary
IBMiEditorRPGOPMNativeInterface()
           
 
Method Summary
static int getSyntaxCheckerStatusRPGOPM()
          Returns the status of the syntax checker
static void loadSCLibraries()
          Loads the DLL that contains the interface to the syntax checker.
static int syntaxCheckRPGOPM(ISeriesEditorRPGOPMSyntaxChecker syntaxChecker, byte[] baHostAlias, byte[] baLine, byte[] baSpecialChars)
          Syntax checks RPG OPM.
 
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

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

IBMiEditorRPGOPMNativeInterface

public IBMiEditorRPGOPMNativeInterface()
Method Detail

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.


Rational Developer for Power Systems Software
V7.6

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.