cn.wensiqun.asmsupport.entity
类 GlobalVariableEntity
java.lang.Object
cn.wensiqun.asmsupport.entity.VariableEntity
cn.wensiqun.asmsupport.entity.GlobalVariableEntity
public class GlobalVariableEntity
- extends VariableEntity
- 作者:
- 温斯群(Joe Wen)
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalVariableEntity
public GlobalVariableEntity(AClass owner,
AClass declareClass,
int modifiers,
String name)
- 参数:
owner - 变量所属的ClassvariableClass - 变量类型modifiers - 变量修饰符name - 变量名
getOwner
public AClass getOwner()
- getter of owner
- 返回:
Copyright © 2013. All Rights Reserved.