|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswingx.text.code.CodeToken
Code Token.
Field Summary | |
static int |
CHAR
Char token type (the value is 4). |
static int |
COMMENT_END
Comment end token type (the value is 1). |
static int |
COMMENT_START
Comment start token type (the value is 0). |
static int |
EOCB
End of comment block token type (the value is 7). |
static int |
EOF
End of file token type (the value is 8). |
static int |
INLINE_COMMENT
Inline comment token type (the value is 2). |
static int |
KEYWORD
Keyword token type (the value is 6). |
int |
length
The token length. |
static int |
NUMBER
Number token type (the value is 3). |
int |
start
The token start. |
static int |
STRING
String token type (the value is 5). |
int |
type
The token type. |
Constructor Summary | |
CodeToken()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int COMMENT_START
public static final int COMMENT_END
public static final int INLINE_COMMENT
public static final int NUMBER
public static final int CHAR
public static final int STRING
public static final int KEYWORD
public static final int EOCB
public static final int EOF
public int start
public int length
public int type
Constructor Detail |
public CodeToken()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |