cn.wensiqun.asmsupport.block.control
类 Try.UnAddExceptionThrow

java.lang.Object
  继承者 cn.wensiqun.asmsupport.definition.AbstractExecuteable
      继承者 cn.wensiqun.asmsupport.operators.AbstractOperator
          继承者 cn.wensiqun.asmsupport.operators.BreakStack
              继承者 cn.wensiqun.asmsupport.operators.Throw
                  继承者 cn.wensiqun.asmsupport.block.control.Try.UnAddExceptionThrow
所有已实现的接口:
Executeable
包容类:
Try

public static class Try.UnAddExceptionThrow
extends Throw

throw操作 区别于Throw的是,当创建隐式的catch块的时候,不将该catch捕获的Throwable类型的异常添加到方法签名中 即方法上向上添加异常抛出声明

作者:

字段摘要
 
从类 cn.wensiqun.asmsupport.operators.AbstractOperator 继承的字段
allCrement, block, insnHelper
 
构造方法摘要
Try.UnAddExceptionThrow(ProgramBlock block, Parameterized exception)
           
 
方法摘要
protected  void beforeInitProperties()
           
 
从类 cn.wensiqun.asmsupport.operators.Throw 继承的方法
breakStackExecuting, checkAsArgument, checkOutCrement, toString, verifyArgument
 
从类 cn.wensiqun.asmsupport.operators.BreakStack 继承的方法
checkUnreachableCode, executing, isAutoCreate, setAutoCreate
 
从类 cn.wensiqun.asmsupport.operators.AbstractOperator 继承的方法
afterInitProperties, autoCast, execute, firstPrepareProcess, getBlock, getCompileOrder, lastPrepareProcess, prepare
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

Try.UnAddExceptionThrow

public Try.UnAddExceptionThrow(ProgramBlock block,
                               Parameterized exception)
方法详细信息

beforeInitProperties

protected void beforeInitProperties()
覆盖:
Throw 中的 beforeInitProperties


Copyright © 2013. All Rights Reserved.