Package | Description |
---|---|
org.apache.flex.compiler.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
Modifier and Type | Class and Description |
---|---|
class |
CSSCodeGenProblem
CSS code generation problem.
|
class |
CSSEmbedAssetProblem
Problem for processing CSS Embed() properties.
|
class |
CSSExcludedStylePropertyProblem
Compiler problem for using excluded style.
|
class |
CSSUndefinedNamespacePrefixProblem
Use of undefined namespace prefix.
|
class |
CSSUndefinedTypeProblem
Selector with undefined type.
|
class |
CSSUnknownDefaultNamespaceProblem
When a type selector doesn't specify namespace prefix, a default namespace
must be defined in the CSS.
|
class |
CSSUnresolvedClassReferenceProblem
CSS problem for unresolved classes used in
ClassReference() . |
class |
CSSUnusedTypeSelectorProblem
Report unused type selector used in
<fx:Style> in an MXML document. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.