|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.editor.tokenmarker.TokenMarker.LineInfo
@Deprecated public class TokenMarker.LineInfo
Inner class for storing information about tokenized lines.
TokenMarker.lineInfo
Field Summary | |
---|---|
Object |
obj
Deprecated. This is for use by the token marker implementations themselves. |
byte |
token
Deprecated. The id of the last token of the line. |
Constructor Summary | |
---|---|
TokenMarker.LineInfo()
Deprecated. Creates a new LineInfo object with token = Token.NULL and obj = null. |
|
TokenMarker.LineInfo(byte token,
Object obj)
Deprecated. Creates a new LineInfo object with the specified parameters. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public byte token
public Object obj
Constructor Detail |
---|
public TokenMarker.LineInfo()
public TokenMarker.LineInfo(byte token, Object obj)
token
- the tokenobj
- the token related object
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |