|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.lpex.cobol.CobolParser.ParseElement
The ParseElement class contains cached information about a document element.
Field Summary | |
long |
_classes
The cached element classes. |
boolean |
_continuationLine
Indicates that the cached element is a continuation line. |
int |
_element
The cached element number. |
CobolParser.ParseElement |
_next
The next cached element. |
java.lang.StringBuffer |
_style
The cached element style. |
java.lang.String |
_text
The cached element text. |
Constructor Summary | |
CobolParser.ParseElement()
Construct an instance of ParseElement. |
Method Summary | |
boolean |
active()
Determine if the cached parse element is still being used in parsing. |
void |
flush()
Decache the cached element. |
void |
init(int element)
Cache the specified element in this ParseElement. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int _element
public java.lang.String _text
public long _classes
public boolean _continuationLine
public java.lang.StringBuffer _style
public CobolParser.ParseElement _next
Constructor Detail |
public CobolParser.ParseElement()
Method Detail |
public void init(int element)
public void flush()
public boolean active()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |