Class TokenMap.TokenMapToken
java.lang.Object
org.fife.ui.rsyntaxtextarea.TokenMap.TokenMapToken
- Enclosing class:
TokenMap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
text
private char[] text -
offset
private int offset -
length
private int length -
tokenType
private int tokenType -
nextToken
-
-
Constructor Details
-
TokenMapToken
private TokenMapToken(char[] text, int tokenType)
-
-
Method Details
-
toString
-