| 程序包 | 说明 |
|---|---|
| cn.wensiqun.asmsupport.core.block | |
| cn.wensiqun.asmsupport.core.utils.memory |
| 限定符和类型 | 方法和说明 |
|---|---|
Scope |
KernelProgramBlock.getScope()
Get scope
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
KernelProgramBlock.setScope(Scope scope)
Set scope
|
| 限定符和类型 | 方法和说明 |
|---|---|
Scope |
ScopeComponent.getParent()
Get parent scope
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<ScopeLogicVariable> |
LocalVariables.getFrameLocals(Scope scope) |
boolean |
ScopeLogicVariable.isSubOf(Scope scope)
Check current variable is bellow in a specially
Scope |
void |
ScopeComponent.setParent(Scope parent)
Set the parent
Scope to current ScopeComponent |
| 构造器和说明 |
|---|
Scope(LocalVariables locals,
Scope parent) |
ScopeLogicVariable(Scope parent,
cn.wensiqun.asmsupport.org.objectweb.asm.Type declareClass,
cn.wensiqun.asmsupport.org.objectweb.asm.Type actuallyClass,
boolean anonymous) |
ScopeLogicVariable(String name,
Scope parent,
cn.wensiqun.asmsupport.org.objectweb.asm.Type type,
cn.wensiqun.asmsupport.org.objectweb.asm.Type actuallyClass) |
Copyright © 2015. All rights reserved.