cn.wensiqun.asmsupport.utils
类 Scope

java.lang.Object
  继承者 cn.wensiqun.asmsupport.utils.Component
      继承者 cn.wensiqun.asmsupport.utils.Scope

public class Scope
extends Component

作者:
温斯群(Joe Wen)

字段摘要
 
从类 cn.wensiqun.asmsupport.utils.Component 继承的字段
componentOrder, generation, locals
 
构造方法摘要
Scope(LocalVariables locals, Scope parent)
           
 
方法摘要
 Component addComponent(Component component)
           
 List<Component> getComponents()
           
 org.objectweb.asm.Label getStart()
           
 org.objectweb.asm.Label innerEnd()
           
 org.objectweb.asm.Label outerEnd()
           
 
从类 cn.wensiqun.asmsupport.utils.Component 继承的方法
compareComponentOrder, getLocals, getParent, setParent
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Scope

public Scope(LocalVariables locals,
             Scope parent)
方法详细信息

addComponent

public Component addComponent(Component component)

getComponents

public List<Component> getComponents()

getStart

public org.objectweb.asm.Label getStart()

innerEnd

public org.objectweb.asm.Label innerEnd()

outerEnd

public org.objectweb.asm.Label outerEnd()


Copyright © 2013. All Rights Reserved.