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 | Field and Description |
---|---|
CSSProperty |
CSSTree.declaration_return.property |
CSSProperty |
CSSTree.declaration_return.property |
Modifier and Type | Method and Description |
---|---|
List<CSSProperty> |
CSSTree.declarationsBlock() |
List<CSSProperty> |
CSSTree.declarationsBlock() |
Constructor and Description |
---|
CSSFontFace(List<CSSProperty> properties,
org.antlr.runtime.tree.CommonTree tree,
org.antlr.runtime.TokenStream tokenStream)
Construct a
CSSFontFace from a list of properties. |
CSSRule(List<CSSMediaQueryCondition> mediaQueries,
List<CSSSelector> selectorGroup,
List<CSSProperty> properties,
org.antlr.runtime.tree.CommonTree tree,
org.antlr.runtime.TokenStream tokenStream) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.