package listeners
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
AnalysisListener extends AnyRef
Analysis listeners should not mutate the stack, only the analysis itself should.
Analysis listeners should not mutate the stack, only the analysis itself should. That is why these receive a ReadOnlyStack
- case class CallbackListener(callback: (ImmutableStack) ⇒ Unit) extends AnalysisListener with Product with Serializable
- case class RecursiveErrorReporter(eh: AMFErrorHandler) extends AnalysisListener with Product with Serializable
Value Members
- object RecursiveShapePlacer extends AnalysisListener