类 cn.wensiqun.asmsupport.utils.Scope
的使用

使用 Scope 的软件包
cn.wensiqun.asmsupport.block   
cn.wensiqun.asmsupport.utils   
 

cn.wensiqun.asmsupport.blockScope 的使用
 

声明为 Scopecn.wensiqun.asmsupport.block 中的字段
protected  Scope ProgramBlock.scope
           
 

返回 Scopecn.wensiqun.asmsupport.block 中的方法
 Scope ProgramBlock.getScope()
           
 

参数类型为 Scopecn.wensiqun.asmsupport.block 中的方法
 void ProgramBlock.setScope(Scope scope)
           
 

cn.wensiqun.asmsupport.utilsScope 的使用
 

返回 Scopecn.wensiqun.asmsupport.utils 中的方法
 Scope Component.getParent()
           
 

参数类型为 Scopecn.wensiqun.asmsupport.utils 中的方法
 boolean ScopeLogicVariable.isSubOf(Scope scope)
          变量是Scope说的子代
 void Component.setParent(Scope parent)
           
 

参数类型为 Scopecn.wensiqun.asmsupport.utils 中的构造方法
Scope(LocalVariables locals, Scope parent)
           
ScopeLogicVariable(Scope parent, org.objectweb.asm.Type declareClass, org.objectweb.asm.Type actuallyClass, boolean anonymous)
           
ScopeLogicVariable(String name, Scope parent, org.objectweb.asm.Type declareClass, org.objectweb.asm.Type actuallyClass)
           
 



Copyright © 2013. All Rights Reserved.