| 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  | ASDocNotClosedProblemSyntax error: input ended before ASDoc is closed. | 
| class  | BURMDiagnosticNotAllowedHereProblemBURMDiagnosticNotAllowedHere is emitted by error
  analysis routines. | 
| class  | CodegenInternalProblemA CodegenInternalProblem represents a
  logic error or caught exception. | 
| class  | CompilerProblemCompilerProblem is the base class for all error and warning classes in the compiler,
 which are collectively called "problems". | 
| class  | CountedForLoopInitializerProblemCountedForLoopInitializerProblem diagnoses problems with counted for loop 
  initializers, e.g., for(); for(i); for (i;); for(i;j;); | 
| class  | InternalCompilerProblemReport internal problems when no context information is available. | 
| class  | InvalidForInInitializerProblemInvalidForInInitializerProblem diagnoses an incorrect for-in initializer,
  e.g., for (var i, x in foo); | 
| class  | MissingCatchOrFinallyProblemMissingCatchOrFinallyProblem diagnoses a try block with no catch or finally clause. | 
| class  | MXMLUnclosedTagProblemProblem generated when an unterminated entity is found. | 
| class  | StringLiteralMustBeTerminatedBeforeLineBreakProblemA string literal must be terminated before the line break, unless a new line
 escape  \LINE_TERMINATORis used. | 
| class  | StringLiteralNotClosedProblemSyntax 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.