cn.wensiqun.asmsupport.block.method.common
类 MethodBodyForModify

java.lang.Object
  继承者 cn.wensiqun.asmsupport.definition.AbstractExecuteable
      继承者 cn.wensiqun.asmsupport.block.ProgramBlock
          继承者 cn.wensiqun.asmsupport.block.method.SuperMethodBody
              继承者 cn.wensiqun.asmsupport.block.method.common.StaticMethodBody
                  继承者 cn.wensiqun.asmsupport.block.method.common.MethodBodyForModify
所有已实现的接口:
IBlockOperators, ArithmeticOperator, ArrayOperator, Bitwise, CreateBlockOperator, CrementOperator, LogicalOperator, MethodInvokeOperator, RelationalOperator, ThisVariableable, ValueOperator, VariableOperator, Executeable, Cloneable

public abstract class MethodBodyForModify
extends StaticMethodBody
implements ThisVariableable

作者:

字段摘要
 
从类 cn.wensiqun.asmsupport.block.method.SuperMethodBody 继承的字段
argments
 
从类 cn.wensiqun.asmsupport.block.ProgramBlock 继承的字段
insnHelper, method, ownerBlock, returned, scope
 
构造方法摘要
MethodBodyForModify()
           
 
方法摘要
 void generateBody()
          generate the method body
 AClass getOriginalMethodReturnClass()
           
 void setSuperConstructorOperators(List<VisitXInsnAdapter> superConstructorOperators)
           
 
从类 cn.wensiqun.asmsupport.block.method.common.StaticMethodBody 继承的方法
generateBody, setReturned
 
从类 cn.wensiqun.asmsupport.block.method.SuperMethodBody 继承的方法
addTryCatchInfo, endMethodBody, executing, generateInsn, getMethodArguments, init
 
从类 cn.wensiqun.asmsupport.block.ProgramBlock 继承的方法
add, addAllExe, addException, addExe, afterDec, afterInc, append, arrayLength, arrayLength, arrayLength, arrayLength, arrayLength, arrayLoad, arrayLoad, arrayLoad, arrayLoad, arrayLoad, arrayStore, arrayStore, arrayStore, arrayStore, arrayStore, assign, beforeDec, beforeInc, bitAnd, bitOr, bitXor, breakout, checkCast, clonerGenerate, conditionalAnd, conditionalOr, continueout, createArrayVariable, createArrayVariable, createArrayVariableWithAllocateDimension, createVariable, div, dowhile, equal, equals, execute, forEach, getCopy, getExecuteBlock, getExecuteQueue, getInsnHelper, getLocalAnonymousVariableModel, getLocalVariableModel, getMethod, getMethodBody, getMethodOwner, getOwnerBlock, getPreExecuteInsn, getScope, getSuper, getThis, getThrowExceptions, greaterEqual, greaterThan, ifthan, instanceOf, inverts, invoke, invokeConstructor, invokeOriginalMethod, invokeStatic, invokeVerify, isReturned, isUnreachableCode, leftShift, lessEqual, lessThan, logicalAnd, logicalOr, logicalXor, mod, mul, neg, newArray, newArrayWithValue, newArrayWithValue, newArrayWithValue, newArrayWithValue, newArrayWithValue, not, notEqual, prepare, removeException, removeExe, replaceExe, rightShift, runReturn, runReturn, setExecuteBlock, setInsnHelper, setOwnerBlock, setScope, setWhetherCheckUnreachableCode, sub, subBlockPrepare, subBlockPrepare, syn, ternary, throwException, tiggerTryCatchPrepare, tryDo, unsignedRightShift, whetherCheckUnreachableCode, whileloop
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 cn.wensiqun.asmsupport.block.operator.ThisVariableable 继承的方法
getSuper, getThis
 

构造方法详细信息

MethodBodyForModify

public MethodBodyForModify()
方法详细信息

getOriginalMethodReturnClass

public AClass getOriginalMethodReturnClass()

setSuperConstructorOperators

public void setSuperConstructorOperators(List<VisitXInsnAdapter> superConstructorOperators)

generateBody

public void generateBody()
从类 SuperMethodBody 复制的描述
generate the method body

覆盖:
StaticMethodBody 中的 generateBody


Copyright © 2013. All Rights Reserved.