| 类和说明 |
|---|
| LocalVariables
Represent a local variables of stack frame in jvm.
|
| Stack
Represent a stack of stack frame in jvm.
|
| 类和说明 |
|---|
| Scope
Represent a scope, the scope could be contain
Scope and ScopeLogicVariable |
| 类和说明 |
|---|
| LocalVariables
Represent a local variables of stack frame in jvm.
|
| Stack
Represent a stack of stack frame in jvm.
|
| 类和说明 |
|---|
| 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.
|
| 类和说明 |
|---|
| 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. |
| 类和说明 |
|---|
| LocalVariables
Represent a local variables of stack frame in jvm.
|
| Printable
Represent a printable component, it's will print current state as
a diagram.
|
| 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. |
| StackableType
Represent an element that's should be push to
Stack |
Copyright © 2015. All rights reserved.