cn.wensiqun.asmsupport.utils
类 Component
java.lang.Object
cn.wensiqun.asmsupport.utils.Component
- 直接已知子类:
- Scope, ScopeLogicVariable
public abstract class Component
- extends Object
- 作者:
- 温斯群(Joe Wen)
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
locals
protected LocalVariables locals
- 本地变量的引用
generation
protected int generation
- 第几代
componentOrder
protected String componentOrder
- 该Component的出现顺序, 比如在第一层第二个出现则值为1.2, 第一层中的第二个中的第三个出现则为1.2.3
Component
public Component(LocalVariables locals)
getParent
public Scope getParent()
setParent
public final void setParent(Scope parent)
compareComponentOrder
protected int compareComponentOrder(String order1,
String order2)
- order1 great than order2 return 1;
order1 less than order2 return -1;
order1 equeas order2 return 0;
- 参数:
order1 - order2 -
- 返回:
getLocals
public LocalVariables getLocals()
Copyright © 2013. All Rights Reserved.