Package | Description |
---|---|
org.apache.flex.compiler.internal.css |
This package is the internal extension of the external
org.apache.flex.compiler.css package. |
Modifier and Type | Class and Description |
---|---|
class |
CSSArrayPropertyValue
Array type property values are comma-separated values in CSS properties.
|
class |
CSSColorPropertyValue
Implementation for CSS color property values.
|
class |
CSSFunctionCallPropertyValue
Base class for CSS function call property values.
|
class |
CSSKeywordPropertyValue
Implementation for CSS keyword property value.
|
class |
CSSNumberPropertyValue
Implementation for number CSS property values.
|
class |
CSSRgbaColorPropertyValue
Implementation for CSS rgb (0,0,0) property values.
|
class |
CSSRgbColorPropertyValue
Implementation for CSS rgb (0,0,0) property values.
|
class |
CSSStringPropertyValue
Implementation for CSS string property values.
|
class |
CSSURLAndFormatPropertyValue |
Modifier and Type | Field and Description |
---|---|
CSSPropertyValue |
CSSTree.value_return.propertyValue |
CSSPropertyValue |
CSSTree.singleValue_return.propertyValue |
CSSPropertyValue |
CSSTree.formatOption_return.propertyValue |
CSSPropertyValue |
CSSTree.value_return.propertyValue |
CSSPropertyValue |
CSSTree.singleValue_return.propertyValue |
CSSPropertyValue |
CSSTree.formatOption_return.propertyValue |
Modifier and Type | Method and Description |
---|---|
protected static CSSPropertyValue |
CSSKeywordPropertyValue.create(org.antlr.runtime.tree.CommonTree tree,
org.antlr.runtime.TokenStream tokenStream)
Create a CSS property value from keyword.
|
Constructor and Description |
---|
CSSMediaQueryCondition(String key,
CSSPropertyValue value,
org.antlr.runtime.tree.CommonTree tree,
org.antlr.runtime.TokenStream tokenStream)
Create a media query condition from a key-value pair.
|
CSSProperty(String name,
CSSPropertyValue value,
org.antlr.runtime.tree.CommonTree tree,
org.antlr.runtime.TokenStream tokenStream) |
Constructor and Description |
---|
CSSArrayPropertyValue(List<CSSPropertyValue> elements,
org.antlr.runtime.tree.CommonTree ast,
org.antlr.runtime.TokenStream tokens) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.