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 |
ASDocNotClosedProblem
Syntax error: input ended before ASDoc is closed.
|
class |
BURMDiagnosticNotAllowedHereProblem
BURMDiagnosticNotAllowedHere is emitted by error
analysis routines.
|
class |
CodegenInternalProblem
A CodegenInternalProblem represents a
logic error or caught exception.
|
class |
CompilerProblem
CompilerProblem is the base class for all error and warning classes in the compiler,
which are collectively called "problems".
|
class |
CountedForLoopInitializerProblem
CountedForLoopInitializerProblem diagnoses problems with counted for loop
initializers, e.g., for(); for(i); for (i;); for(i;j;);
|
class |
InternalCompilerProblem
Report internal problems when no context information is available.
|
class |
InvalidForInInitializerProblem
InvalidForInInitializerProblem diagnoses an incorrect for-in initializer,
e.g., for (var i, x in foo);
|
class |
MissingCatchOrFinallyProblem
MissingCatchOrFinallyProblem diagnoses a try block with no catch or finally clause.
|
class |
MXMLUnclosedTagProblem
Problem generated when an unterminated entity is found.
|
class |
StringLiteralMustBeTerminatedBeforeLineBreakProblem
A string literal must be terminated before the line break, unless a new line
escape
\LINE_TERMINATOR is used. |
class |
StringLiteralNotClosedProblem
Syntax error: input ended before reaching the closing quotation mark for a
string literal.
|
class |
SyntaxProblem |
class |
UnsupportedLanguageFeatureProblem |
Copyright © 2016 The Apache Software Foundation. All rights reserved.