public enum ASTCssNodeType extends Enum<ASTCssNodeType>
| Modifier and Type | Method and Description |
|---|---|
static ASTCssNodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASTCssNodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ASTCssNodeType UNKNOWN
public static final ASTCssNodeType CSS_CLASS
public static final ASTCssNodeType DECLARATION
public static final ASTCssNodeType STYLE_SHEET
public static final ASTCssNodeType RULE_SET
public static final ASTCssNodeType SELECTOR
public static final ASTCssNodeType SIMPLE_SELECTOR
public static final ASTCssNodeType PSEUDO_CLASS
public static final ASTCssNodeType PSEUDO_ELEMENT
public static final ASTCssNodeType SELECTOR_ATTRIBUTE
public static final ASTCssNodeType ID_SELECTOR
public static final ASTCssNodeType CHARSET_DECLARATION
public static final ASTCssNodeType FONT_FACE
public static final ASTCssNodeType IDENTIFIER_EXPRESSION
public static final ASTCssNodeType COMPOSED_EXPRESSION
public static final ASTCssNodeType STRING_EXPRESSION
public static final ASTCssNodeType NUMBER
public static final ASTCssNodeType COLOR_EXPRESSION
public static final ASTCssNodeType FUNCTION
public static final ASTCssNodeType MEDIA
public static final ASTCssNodeType COMMENT
public static final ASTCssNodeType SELECTOR_OPERATOR
public static final ASTCssNodeType SELECTOR_COMBINATOR
public static final ASTCssNodeType EXPRESSION_OPERATOR
public static final ASTCssNodeType NTH
public static final ASTCssNodeType NAMED_EXPRESSION
public static final ASTCssNodeType MEDIA_QUERY
public static final ASTCssNodeType FIXED_MEDIA_EXPRESSION
public static final ASTCssNodeType MEDIUM
public static final ASTCssNodeType MEDIUM_MODIFIER
public static final ASTCssNodeType MEDIUM_TYPE
public static final ASTCssNodeType MEDIUM_EX_FEATURE
public static final ASTCssNodeType VARIABLE_DECLARATION
public static final ASTCssNodeType VARIABLE
public static final ASTCssNodeType INDIRECT_VARIABLE
public static final ASTCssNodeType PARENTHESES_EXPRESSION
public static final ASTCssNodeType SIGNED_EXPRESSION
public static final ASTCssNodeType ARGUMENT_DECLARATION
public static final ASTCssNodeType MIXIN_REFERENCE
public static final ASTCssNodeType GUARD_CONDITION
public static final ASTCssNodeType COMPARISON_EXPRESSION
public static final ASTCssNodeType GUARD
public static final ASTCssNodeType NESTED_SELECTOR_APPENDER
public static final ASTCssNodeType REUSABLE_STRUCTURE
public static final ASTCssNodeType FAULTY_EXPRESSION
public static final ASTCssNodeType ESCAPED_SELECTOR
public static final ASTCssNodeType ESCAPED_VALUE
public static final ASTCssNodeType INTERPOLABLE_NAME
public static final ASTCssNodeType FIXED_NAME_PART
public static final ASTCssNodeType VARIABLE_NAME_PART
public static final ASTCssNodeType KEYFRAMES
public static final ASTCssNodeType KEYFRAMES_NAME
public static final ASTCssNodeType REUSABLE_STRUCTURE_NAME
public static final ASTCssNodeType VIEWPORT
public static final ASTCssNodeType GENERAL_BODY
public static final ASTCssNodeType PAGE
public static final ASTCssNodeType NAME
public static final ASTCssNodeType PAGE_MARGIN_BOX
public static final ASTCssNodeType IMPORT
public static final ASTCssNodeType FAULTY_NODE
public static final ASTCssNodeType ANONYMOUS
public static final ASTCssNodeType EMPTY_EXPRESSION
public static final ASTCssNodeType SYNTAX_ONLY_ELEMENT
public static final ASTCssNodeType UNICODE_RANGE_EXPRESSION
public static final ASTCssNodeType INTERPOLATED_MEDIA_EXPRESSION
public static final ASTCssNodeType DOCUMENT
public static final ASTCssNodeType SUPPORTS
public static final ASTCssNodeType SUPPORTS_QUERY
public static final ASTCssNodeType SUPPORTS_CONDITION_NEGATION
public static final ASTCssNodeType SUPPORTS_CONDITION_PARENTHESES
public static final ASTCssNodeType SUPPORTS_CONDITION_LOGICAL
public static final ASTCssNodeType SUPPORTS_LOGICAL_OPERATOR
public static ASTCssNodeType[] values()
for (ASTCssNodeType c : ASTCssNodeType.values()) System.out.println(c);
public static ASTCssNodeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2012-2013. All Rights Reserved.