| 接口 | 说明 |
|---|---|
| Printable |
Represent a printable component, it's will print current state as
a diagram.
|
| 类 | 说明 |
|---|---|
| LocalVariables |
Represent a local variables of stack frame in jvm.
|
| LocalVariables.LocalHistory | |
| PrintHelper |
Print helper.
|
| Scope |
Represent a scope, the scope could be contain
Scope and ScopeLogicVariable |
| ScopeComponent |
Represent a scope component, it's a tree structure, we can simulate
a local variable scope like following diagram:
,------------------.
|
| ScopeLogicVariable |
Represent a logic variable, it's different to
LocalVariable, this class
will use internal in order to compute size of LocalVariables and determine
the scope of variable. |
| Stack |
Represent a stack of stack frame in jvm.
|
| StackableType |
Represent an element that's should be push to
Stack |
Copyright © 2015. All rights reserved.