Class TokenMarker.LineInfo
java.lang.Object
mars.venus.editor.jeditsyntax.tokenmarker.TokenMarker.LineInfo
- Enclosing class:
- TokenMarker
Inner class for storing information about tokenized lines.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLineInfo()
Creates a new LineInfo object with token =Token.NULL
and obj = null.Creates a new LineInfo object with the specified parameters. -
Method Summary
-
Field Details
-
token
public byte tokenThe id of the last token of the line. -
obj
This is for use by the token marker implementations themselves. It can be used to store anything that is an object and that needs to exist on a per-line basis.
-
-
Constructor Details
-
LineInfo
public LineInfo()Creates a new LineInfo object with token =Token.NULL
and obj = null. -
LineInfo
Creates a new LineInfo object with the specified parameters.
-