| Package | Description |
|---|---|
| org.apache.royale.compiler.problems |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayCastProblem
Problem generated by usage of
Array(...),
except in the case covered by ArrayDowncastProblem. |
class |
ArrayLikeConfigurationErrorProblem
When a class or interface is annotated with [ArrayLike] metadata, it needs
to provide the required minimum set of arguments to allow instances of the class
to be treated as 'ArrayLike' when encountered in other source code.
|
class |
ArrayLikeUsageErrorProblem
When an instance of an ArrayLike class is used in an unsupported way, an ArrayLikeUsageErrorProblem
is created.
|
class |
AssignmentInConditionalProblem
Diagnostic emitted when an assignment expression is a child of
a conditional expression without a guarding equality-type test, e.g.,
(x = 3) is a problem, but (y != x = 3) is not.
|
class |
CompilerProblem
CompilerProblem is the base class for all error and warning classes in the compiler,
which are collectively called "problems".
|
class |
DateCastProblem
Problem generated by usage of
Date(...). |
class |
DeprecatedConfigurationOptionProblem
Problem indicates a deprecated configuration option usage.
|
class |
DuplicateQNameInSourcePathProblem
CompilerProblem subclass for source path entries that are not
directories. |
class |
DuplicateVariableDefinitionProblem
Strict semantics diagnostic emitted when two variable with
the same name are declared in the same scope.
|
class |
FilePrivateItemsWithMainVarWarningProblem
When a variable is the externally accessible package scoped definition, there is a
namespace implementation issue in javascript for other file-private members.
|
class |
MainDefinitionQNameProblem
CompilerProblem subclass for source path entries that are not
directories. |
class |
MXMLDatabindingSourceNotBindableProblem
Problem generated when code attempts to bind to something that isn't bindable.
|
class |
OverlappingSourcePathProblem
CompilerProblem subclass for overlapping source path entries. |
class |
ProjectSpecificErrorProblem
A generic problem type for problems that can be specific to a particular target.
|
class |
PublicVarWarningProblem
Public vars don't work well in JS minified output.
|
class |
RemovedConfigurationOptionProblem
Problem indicates that the command line option is no longer supported.
|
class |
RoyaleOnlyConfigurationOptionNotSupported
Warn the user that using a "Royale only" configuration option is not fully
supported.
|
class |
SemanticWarningProblem
Abstract superclass of all semantic warnings.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.