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 |
ArrayCastProblem
Problem generated by usage of
Array(...) |
class |
ArrayDowncastProblem
Problem generated by Array(value)
when |
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 !
|
class |
ComparisonBetweenUnrelatedTypesProblem
Example int == null.
|
class |
CompiledAsAComponentProblem
Warn developers when an application contains a hard reference to another
application or module.
|
class |
CompilerProblem
CompilerProblem is the base class for all error and warning classes in the compiler,
which are collectively called "problems".
|
class |
ComponentTagWithoutURIProblem
Problem generated when a SWC contains a component tag without a URI
|
class |
ConstructorInInterfaceProblem
Diagnostic emitted when an interface has a constructor.
|
class |
CSSUnusedTypeSelectorProblem
Report unused type selector used in
<fx:Style> in an MXML document. |
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 |
DuplicateSkinStateProblem
Each skin state name must be unique.
|
class |
DuplicateVariableDefinitionProblem
Strict semantics diagnostic emitted when two variable with
the same name are declared in the same scope.
|
class |
EmbedAS2TagsModifiedProblem
This problem get's created when embedding a SWF and the symbol contains AS2
actions
|
class |
FlexOnlyConfigurationOptionNotSupported
Warn the user that using a "Flex only" configuration option is not fully
supported.
|
class |
InvalidByteCodeGeneratedProblem
Base class for internal compiler problems that are created
when AET determined the code generator produced obviously
invalid byte code.
|
class |
MissingFactoryClassInFrameMetadataProblem |
class |
MXMLDatabindingSourceNotBindableProblem
Problem generated when code attempts to bind to something that isn't bindable.
|
class |
MXMLEmptyEventHandlerProblem
Problem generated when an event handler is empty.
|
class |
MXMLExecutableStatementsInScriptBlockProblem
Problem generated when executable statements are found in the script block.
|
class |
MXMLPrivateAttributeProblem
Problem generated when an attribute uses a private namespace.
|
class |
NoDefinitionForSWCDependencyProblem |
class |
OverlappingSourcePathProblem
CompilerProblem subclass for overlapping source path entries. |
class |
RemovedConfigurationOptionProblem
Problem indicates that the command line option is no longer supported.
|
class |
ResourceBundleNotFoundForLocaleProblem
This problem gets created when the bundle with a specified name cannot be
found for a specific locale.
|
class |
SemanticWarningProblem
Abstract superclass of all semantic warnings.
|
class |
SWFCharacterIDNotFoundProblem
A Character ID was not found in the SWF's dictionary.
|
class |
SWFDefineFontAlignZonesLinkToIncorrectFontProblem
A DefineFontAlignZones record was found in an unexpected tag.
|
class |
SWFFrameCountMismatchProblem
Warning reported after reading a SWF if the number of ShowFrame tags in the
SWF does not match the number of frames declared in the header.
|
class |
SWFTagLengthTooLongProblem
The SWF Tag length is set longer than need to read all of the data in the tag.
|
class |
SWFUnableToReadTagBodyProblem
Problem reading the a tag's body.
|
class |
SWFUnknownFillStyleProblem
A Fill Style record has an invalid fill style type.
|
class |
UnableToBuildReportProblem
CompilerProblem that represents an error writing a report. |
class |
UnableToCreateLinkReportProblem |
class |
UnboundMetadataProblem
This problem is produced when metadata exists out of a definition context, and cannot be bound to a definition
|
class |
VariableDefinitionDuplicatesParameterProblem
Strict semantics diagnostic emitted when a local variable has the same name
as a function parameter.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.