|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editor.jscomment.lexing.JSCommentTokenTypes
public final class JSCommentTokenTypes
| Field Summary | |
|---|---|
static int |
END_MULTILINE_COMMENT
END_MULTILINE_COMMENT |
static int |
ERROR
ERROR |
static int |
LINE_TERMINATOR
LINE_TERMINATOR |
static int |
MAX_VALUE
MAX_VALUE |
static int |
START_MULTILINE_COMMENT
START_MULTILINE_COMMENT |
static int |
START_SINGLELINE_COMMENT
START_SINGLELINE_COMMENT |
static int |
TEXT
TEXT |
| Constructor Summary | |
|---|---|
protected |
JSCommentTokenTypes()
JSCommentTokenTypes |
| Method Summary | |
|---|---|
static int |
getIntValue(java.lang.String name)
getIntValue |
static java.lang.String |
getName(int type)
Get the name associated with the specified token type |
static java.lang.String[] |
getNames()
getNames |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int ERROR
public static final int START_MULTILINE_COMMENT
public static final int START_SINGLELINE_COMMENT
public static final int TEXT
public static final int LINE_TERMINATOR
public static final int END_MULTILINE_COMMENT
public static final int MAX_VALUE
| Constructor Detail |
|---|
protected JSCommentTokenTypes()
| Method Detail |
|---|
public static java.lang.String[] getNames()
public static java.lang.String getName(int type)
type - The token type
public static int getIntValue(java.lang.String name)
name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||