cn.wensiqun.asmsupport.operators.variable
类 LocalVariableCreator

java.lang.Object
  继承者 cn.wensiqun.asmsupport.definition.AbstractExecuteable
      继承者 cn.wensiqun.asmsupport.operators.AbstractOperator
          继承者 cn.wensiqun.asmsupport.operators.variable.LocalVariableCreator
所有已实现的接口:
Executeable

public class LocalVariableCreator
extends AbstractOperator


字段摘要
 
从类 cn.wensiqun.asmsupport.operators.AbstractOperator 继承的字段
allCrement, block, insnHelper
 
构造方法摘要
protected LocalVariableCreator(ProgramBlock block, String name, org.objectweb.asm.Type declareClass, org.objectweb.asm.Type actuallyClass)
           
 
方法摘要
protected  void executing()
           
protected  void firstPrepareProcess()
           
 ScopeLogicVariable getScopeLogicVariable()
           
 
从类 cn.wensiqun.asmsupport.operators.AbstractOperator 继承的方法
afterInitProperties, autoCast, beforeInitProperties, checkAsArgument, checkOutCrement, checkUnreachableCode, execute, getBlock, getCompileOrder, lastPrepareProcess, prepare, verifyArgument
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

LocalVariableCreator

protected LocalVariableCreator(ProgramBlock block,
                               String name,
                               org.objectweb.asm.Type declareClass,
                               org.objectweb.asm.Type actuallyClass)
方法详细信息

firstPrepareProcess

protected void firstPrepareProcess()
覆盖:
AbstractOperator 中的 firstPrepareProcess

getScopeLogicVariable

public ScopeLogicVariable getScopeLogicVariable()

executing

protected void executing()
指定者:
AbstractOperator 中的 executing


Copyright © 2013. All Rights Reserved.