cn.wensiqun.asmsupport.utils
类 Component

java.lang.Object
  继承者 cn.wensiqun.asmsupport.utils.Component
直接已知子类:
Scope, ScopeLogicVariable

public abstract class Component
extends Object

作者:
温斯群(Joe Wen)

字段摘要
protected  String componentOrder
          该Component的出现顺序, 比如在第一层第二个出现则值为1.2, 第一层中的第二个中的第三个出现则为1.2.3
protected  int generation
          第几代
protected  LocalVariables locals
          本地变量的引用
 
构造方法摘要
Component(LocalVariables locals)
           
 
方法摘要
protected  int compareComponentOrder(String order1, String order2)
          order1 great than order2 return 1; order1 less than order2 return -1; order1 equeas order2 return 0;
 LocalVariables getLocals()
           
 Scope getParent()
           
 void setParent(Scope parent)
           
 
从类 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.