Packages

package listeners

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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

  2. case class CallbackListener(callback: (ImmutableStack) ⇒ Unit) extends AnalysisListener with Product with Serializable
  3. case class RecursiveErrorReporter(eh: AMFErrorHandler) extends AnalysisListener with Product with Serializable

Value Members

  1. object RecursiveShapePlacer extends AnalysisListener

Ungrouped