iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.editor
Class ISeriesEditorRPGOPMNativeInterface

java.lang.Object
  extended bycom.ibm.etools.iseries.editor.ISeriesEditorNativeInterface
      extended bycom.ibm.etools.iseries.editor.ISeriesEditorRPGOPMNativeInterface

public class ISeriesEditorRPGOPMNativeInterface
extends ISeriesEditorNativeInterface

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
ISeriesEditorRPGOPMNativeInterface()
           
 
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.editor.ISeriesEditorNativeInterface
convertUrlStringToOsPath, getDllsPath, getMessageFileName, getMessageFilePath, 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

ISeriesEditorRPGOPMNativeInterface

public ISeriesEditorRPGOPMNativeInterface()
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.


iSeries Remote Systems
v6.0.0

Copyright © 2005 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.