Package | Description |
---|---|
org.apache.flex.compiler.css |
This package contains interfaces and classes representing various CSS concepts.
|
org.apache.flex.compiler.internal.css |
This package is the internal extension of the external
org.apache.flex.compiler.css package. |
org.apache.flex.compiler.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<ICSSProperty> |
ICSSRule.getProperties()
Get the CSS properties in their declared order.
|
Modifier and Type | Class and Description |
---|---|
class |
CSSProperty
Implementation for a CSS property.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<ICSSProperty> |
CSSRule.getProperties() |
Constructor and Description |
---|
CSSExcludedStylePropertyProblem(ICSSProperty property,
String component)
Create a problem for using excluded style.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.