Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.parsers
Class ISeriesEditorCLParser.ParserState

java.lang.Object
  extended by com.ibm.etools.iseries.parsers.ISeriesEditorCLParser.ParserState
Enclosing class:
ISeriesEditorCLParser

protected class ISeriesEditorCLParser.ParserState
extends Object


Field Summary
 boolean bIfDo
           
 boolean bIfEndDo
           
 boolean bIfEndSelect
           
 boolean bIfSelect
           
 boolean bInsideComment
           
 char cFont
           
 char cQuote
           
 int iCommandIndentation
           
 int iLength
           
 int iTokenType
           
 long lClasses
           
 
Constructor Summary
protected ISeriesEditorCLParser.ParserState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bIfDo

public boolean bIfDo

bIfEndDo

public boolean bIfEndDo

bIfEndSelect

public boolean bIfEndSelect

bIfSelect

public boolean bIfSelect

bInsideComment

public boolean bInsideComment

cFont

public char cFont

cQuote

public char cQuote

iCommandIndentation

public int iCommandIndentation

iLength

public int iLength

iTokenType

public int iTokenType

lClasses

public long lClasses
Constructor Detail

ISeriesEditorCLParser.ParserState

protected ISeriesEditorCLParser.ParserState()

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.