Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.verifiers
Class VerifierViewLpexView

java.lang.Object
  extended by com.ibm.etools.iseries.edit.verifiers.VerifierViewLpexView
All Implemented Interfaces:
IVerifierView

public class VerifierViewLpexView
extends Object
implements IVerifierView

Lpex version of verifier.


Field Summary
protected  boolean _bPrefix
           
protected static String _strEmpty
           
protected static String _strEmptyPrefix
           
protected  LpexView _view
           
static String copyright
           
 
Constructor Summary
VerifierViewLpexView(LpexView view)
          Constructor that takes a resource and converts it to an input stream.
 
Method Summary
 String getElementPrefixText(int iElement)
          Returns the prefix text at the beginning of a line.
 String getElementText(int iElement)
          Returns the code part of the line without the prefix part.
 String getLinePrefixText(int iLine)
          Deprecated.  
 String getLineText(int iLine)
          Deprecated.  
 int getNextElement(int iElement)
          Returns the next line number ot the given line number or zero.
 int getNextLine(int iLine)
          Returns the next line number ot the given line number or zero.
 int getPreviousElement(int iElement)
          Returns the previous Element number to the given Element number or zero.
 int getPreviousLine(int iLine)
          Returns the previous line number to the given line number or zero.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright

_strEmpty

protected static String _strEmpty

_strEmptyPrefix

protected static String _strEmptyPrefix

_view

protected LpexView _view

_bPrefix

protected boolean _bPrefix
Constructor Detail

VerifierViewLpexView

public VerifierViewLpexView(LpexView view)
Constructor that takes a resource and converts it to an input stream.

Method Detail

getLinePrefixText

public String getLinePrefixText(int iLine)
Deprecated. 

Returns the prefix text at the beginning of a line.

Specified by:
getLinePrefixText in interface IVerifierView

getElementPrefixText

public String getElementPrefixText(int iElement)
Returns the prefix text at the beginning of a line.


getLineText

public String getLineText(int iLine)
Deprecated. 

Returns the code part of the line without the prefix part.

Specified by:
getLineText in interface IVerifierView

getElementText

public String getElementText(int iElement)
Returns the code part of the line without the prefix part.


getNextLine

public int getNextLine(int iLine)
Returns the next line number ot the given line number or zero.

Specified by:
getNextLine in interface IVerifierView

getNextElement

public int getNextElement(int iElement)
Returns the next line number ot the given line number or zero.


getPreviousLine

public int getPreviousLine(int iLine)
Returns the previous line number to the given line number or zero.

Specified by:
getPreviousLine in interface IVerifierView

getPreviousElement

public int getPreviousElement(int iElement)
Returns the previous Element number to the given Element number or zero.


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.