See: Description
| Interface | Description |
|---|---|
| FrameModelVisitor<T> |
The FrameModelVisitor interface presents an abstract view
of ABC bytecode semantics, focused on maintenance of the
AVM "frame" (the local variable slots, the scope stack,
and the value stack).
|
| TreeModelVisitor<T> |
A TreeModelVisitor translates stack-oriented
operations into a operation/operands view of
an ABC method body.
|
| TreeModelVisitor.IMergePoint<T> |
IMergePoint models a point where several predecessors'
values combine in the dataflow graph.
|
| Class | Description |
|---|---|
| FrameModelEncoder |
The FrameModelEncoder abstracts ABC instructions into
a sequence of operations on the method's "frame"
(i.e., its locals, scope stack, and value stack).
|
| TreeModelEncoder<T> |
The TreeModelEncoder translates the stack-oriented semantics
of ABC bytecode into a tree-oriented model.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.