Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.parsers
Class ISeriesEditorRPGILEFreeFormConverter.OpcodeInfo

java.lang.Object
  extended by com.ibm.etools.iseries.parsers.ISeriesEditorRPGILEFreeFormConverter.OpcodeInfo
Enclosing class:
ISeriesEditorRPGILEFreeFormConverter

public class ISeriesEditorRPGILEFreeFormConverter.OpcodeInfo
extends Object

This class describes how to handle each opcode


Constructor Summary
ISeriesEditorRPGILEFreeFormConverter.OpcodeInfo(String op, int spec, int out, int in, int nr, int er, int eof, int eq, int cvtToOp, String oper, int specialHandling)
          Constuctor for OpcodeInfo
 
Method Summary
 String getConditionalOperator()
           
 int getConvertToOpcode()
           
 int getEOFAllowed()
           
 int getEQAllowed()
           
 int getERAllowed()
           
 int getIndentValue()
           
 int getNRAllowed()
           
 String getOpcode()
           
 int getOutdentValue()
           
 int getSpecialHandling()
           
 int getSpecType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISeriesEditorRPGILEFreeFormConverter.OpcodeInfo

public ISeriesEditorRPGILEFreeFormConverter.OpcodeInfo(String op,
                                                       int spec,
                                                       int out,
                                                       int in,
                                                       int nr,
                                                       int er,
                                                       int eof,
                                                       int eq,
                                                       int cvtToOp,
                                                       String oper,
                                                       int specialHandling)
Constuctor for OpcodeInfo

Method Detail

getOpcode

public String getOpcode()

getSpecType

public int getSpecType()

getOutdentValue

public int getOutdentValue()

getIndentValue

public int getIndentValue()

getNRAllowed

public int getNRAllowed()

getERAllowed

public int getERAllowed()

getEOFAllowed

public int getEOFAllowed()

getEQAllowed

public int getEQAllowed()

getConvertToOpcode

public int getConvertToOpcode()

getConditionalOperator

public String getConditionalOperator()

getSpecialHandling

public int getSpecialHandling()

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.