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 |
DeprecatedAPIProblem
Reported when a class, interface, function, variable, constant, or namespace
annotated with
[Deprecated] metadata is used. |
class |
DeprecatedAPIWithMessageProblem
Reported when a class, interface, function, variable, constant, or namespace
annotated with
[Deprecated(message="...")] |
class |
DeprecatedAPIWithReplacementProblem
Reported when a class, interface, function, variable, constant, or namespace
annotated with
[Deprecated(replacement="...")] |
class |
DeprecatedAPIWithSinceAndReplacementProblem
Reported when a class, interface, function, variable, constant, or namespace
annotated with
[Deprecated(since=" |
class |
DeprecatedAPIWithSinceProblem
Reported when a class, interface, function, variable, constant, or namespace
annotated with
[Deprecated(since="...")] |
Copyright © 2016 The Apache Software Foundation. All rights reserved.