| 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 |
OperandStackUnderflowProblem
Internal compiler problem created when the code generator produces code in a
method body that underflows the operand stack.
|
class |
ScopeStackUnderflowProblem
Internal compiler problem created when the code generator produces code in a
method body that underflows the scope stack.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.