Package org.fife.ui.rsyntaxtextarea
Class TokenMap.TokenMapToken
- java.lang.Object
-
- org.fife.ui.rsyntaxtextarea.TokenMap.TokenMapToken
-
-
Constructor Summary
Constructors Modifier Constructor Description private
TokenMapToken(char[] text, int tokenType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
text
private char[] text
-
offset
private int offset
-
length
private int length
-
tokenType
private int tokenType
-
nextToken
private TokenMap.TokenMapToken nextToken
-
-