|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.editor.css.parsing.nodes.CSSParseNodeTypes
public class CSSParseNodeTypes
| Field Summary | |
|---|---|
static int |
AT_RULE
AT_RULE |
static int |
BLOCK
BLOCK |
static int |
CHAR_SET
CHAR_SET |
static int |
DECLARATION
DECLARATION |
static int |
EMPTY
EMPTY |
static int |
EXPR
EXPR |
static int |
IMPORT
IMPORT |
static int |
LIST
LIST |
static int |
MAX_VALUE
MAX_VALUE |
static int |
MEDIA
MEDIA |
static int |
MEDIUM
MEDIUM |
static int |
PAGE
PAGE |
static int |
RULE_SET
RULE_SET |
static int |
SELECTOR
SELECTOR |
static int |
SIMPLE_SELECTOR
SIMPLE_SELECTOR |
static int |
TERM
TERM |
static int |
TEXT
TEXT |
static int |
UNKNOWN
UNKNOWN |
| Constructor Summary | |
|---|---|
protected |
CSSParseNodeTypes()
CSSParseNodeTypes |
| 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 UNKNOWN
public static final int AT_RULE
public static final int BLOCK
public static final int CHAR_SET
public static final int DECLARATION
public static final int IMPORT
public static final int RULE_SET
public static final int MEDIA
public static final int MEDIUM
public static final int PAGE
public static final int SELECTOR
public static final int SIMPLE_SELECTOR
public static final int EXPR
public static final int TERM
public static final int TEXT
public static final int EMPTY
public static final int LIST
public static final int MAX_VALUE
| Constructor Detail |
|---|
protected CSSParseNodeTypes()
| 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 | |||||||||