cn.wensiqun.asmsupport.block.method.init
接口 IInitBody

所有超级接口:
ArithmeticOperator, ArrayOperator, Bitwise, CreateBlockOperator, CrementOperator, IBlockOperators, LogicalOperator, MethodInvokeOperator, RelationalOperator, ThisVariableable, ValueOperator, VariableOperator
所有已知实现类:
InitBody

public interface IInitBody
extends IBlockOperators, ThisVariableable


方法摘要
 MethodInvoker invokeSuperConstructor(Parameterized... arguments)
           
 
从接口 cn.wensiqun.asmsupport.block.IBlockOperators 继承的方法
append, breakout, checkCast, continueout, instanceOf, neg, runReturn, runReturn, ternary, throwException
 
从接口 cn.wensiqun.asmsupport.block.operator.ThisVariableable 继承的方法
getSuper, getThis
 
从接口 cn.wensiqun.asmsupport.block.operator.ValueOperator 继承的方法
newArray, newArrayWithValue, newArrayWithValue, newArrayWithValue, newArrayWithValue, newArrayWithValue
 
从接口 cn.wensiqun.asmsupport.block.operator.VariableOperator 继承的方法
assign, createArrayVariable, createArrayVariable, createArrayVariableWithAllocateDimension, createVariable
 
从接口 cn.wensiqun.asmsupport.block.operator.MethodInvokeOperator 继承的方法
invoke, invokeConstructor, invokeOriginalMethod, invokeStatic
 
从接口 cn.wensiqun.asmsupport.block.operator.ArrayOperator 继承的方法
arrayLength, arrayLength, arrayLength, arrayLength, arrayLength, arrayLoad, arrayLoad, arrayLoad, arrayLoad, arrayLoad, arrayStore, arrayStore, arrayStore, arrayStore, arrayStore
 
从接口 cn.wensiqun.asmsupport.block.operator.ArithmeticOperator 继承的方法
add, div, mod, mul, sub
 
从接口 cn.wensiqun.asmsupport.block.operator.Bitwise 继承的方法
bitAnd, bitOr, bitXor, inverts, leftShift, rightShift, unsignedRightShift
 
从接口 cn.wensiqun.asmsupport.block.operator.CrementOperator 继承的方法
afterDec, afterInc, beforeDec, beforeInc
 
从接口 cn.wensiqun.asmsupport.block.operator.RelationalOperator 继承的方法
equal, greaterEqual, greaterThan, lessEqual, lessThan, notEqual
 
从接口 cn.wensiqun.asmsupport.block.operator.LogicalOperator 继承的方法
conditionalAnd, conditionalOr, logicalAnd, logicalOr, logicalXor, not
 
从接口 cn.wensiqun.asmsupport.block.operator.CreateBlockOperator 继承的方法
dowhile, forEach, ifthan, syn, tryDo, whileloop
 

方法详细信息

invokeSuperConstructor

MethodInvoker invokeSuperConstructor(Parameterized... arguments)
参数:
arguments -
返回:


Copyright © 2013. All Rights Reserved.