SWT LPEX
v3.0.5

Uses of Class
com.ibm.lpex.cobol.CobolParser.ParseElement

Packages that use CobolParser.ParseElement
com.ibm.lpex.cobol This package provides COBOL (Common Business Oriented Language) document parsers. 
 

Uses of CobolParser.ParseElement in com.ibm.lpex.cobol
 

Fields in com.ibm.lpex.cobol declared as CobolParser.ParseElement
 CobolParser.ParseElement CobolParser.ParseElement._next
          The next cached element.
protected  CobolParser.ParseElement CobolParser._parseElements
          A reference to the first ParseElement in a list of active ParseElements.
protected  CobolParser.ParseElement CobolParser._freeParseElements
          A reference to the first ParseElement in a list of unused ParseElements.
 

Methods in com.ibm.lpex.cobol that return CobolParser.ParseElement
protected  CobolParser.ParseElement CobolParser.findParseElement(int element)
          Finds the active ParseElement for the specified element.
 


SWT LPEX
v3.0.5

(C) Copyright IBM Corporation 1998, 2005.  All Rights Reserved.