|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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. |
StringBuffer | _style
The cached element style. |
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 String _text
public long _classes
public boolean _continuationLine
public StringBuffer _style
public CobolParser.ParseElement _next
Constructor Detail |
public CobolParser.ParseElement()
Method Detail |
public void init(int element)
public void flush()
public boolean active()
|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |