|
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.TokenFragment
A TokenFragment contains information about part of a token. If a token extends over multiple lines, then several TokenFragment objects will be needed to describe the entire token.
Field Summary | |
---|---|
int | _element
The element for this token fragment. |
int | _endBytePosition
The end byte position of this token fragment. |
int | _endCharacterPosition
The end character position of this token fragment. |
CobolParser.TokenFragment | _next
The next token fragment. |
int | _startBytePosition
The start byte position of this token fragment. |
int | _startCharacterPosition
The start character position of this token fragment. |
Constructor Summary | |
---|---|
CobolParser.TokenFragment()
Construct a new token fragment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int _element
public int _startCharacterPosition
public int _startBytePosition
public int _endCharacterPosition
public int _endBytePosition
public CobolParser.TokenFragment _next
Constructor Detail |
public CobolParser.TokenFragment()
|
SWT LPEX v3.0.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |