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)
| 从类 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.