|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.sp.jedit.syntax.TokenMarker.LineInfo
Inner class for storing information about tokenized lines.
Field Summary | |
java.lang.Object |
obj
This is for use by the token marker implementations themselves. |
byte |
token
The id of the last token of the line. |
int |
width
|
Constructor Summary | |
TokenMarker.LineInfo()
Creates a new LineInfo object with token = Token.NULL and obj = null. |
|
TokenMarker.LineInfo(byte token,
java.lang.Object obj)
Creates a new LineInfo object with the specified parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int width
public byte token
public java.lang.Object obj
Constructor Detail |
public TokenMarker.LineInfo()
public TokenMarker.LineInfo(byte token, java.lang.Object obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |