cn.wensiqun.asmsupport.utils
类 ScopeThis

java.lang.Object
  继承者 cn.wensiqun.asmsupport.utils.ScopeThis
所有已实现的接口:
Localable, Stackable

public class ScopeThis
extends Object
implements Localable, Stackable

作者:
温斯群(Joe Wen)

构造方法摘要
ScopeThis(Class<?> owner, String name)
           
 
方法摘要
 org.objectweb.asm.Type getActuallyType()
           
 org.objectweb.asm.Type getDeclareType()
           
 String getName()
           
 int[] getPositions()
           
 int getSize()
           
 org.objectweb.asm.Type getType()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ScopeThis

public ScopeThis(Class<?> owner,
                 String name)
方法详细信息

getSize

public int getSize()
指定者:
接口 Stackable 中的 getSize

getDeclareType

public org.objectweb.asm.Type getDeclareType()
指定者:
接口 Localable 中的 getDeclareType

getActuallyType

public org.objectweb.asm.Type getActuallyType()
指定者:
接口 Localable 中的 getActuallyType

getType

public org.objectweb.asm.Type getType()
指定者:
接口 Stackable 中的 getType

getName

public String getName()
指定者:
接口 Localable 中的 getName

getPositions

public int[] getPositions()
指定者:
接口 Localable 中的 getPositions


Copyright © 2013. All Rights Reserved.