cn.wensiqun.asmsupport
接口 Parameterized

所有超级接口:
PushStackable
所有已知子接口:
Crementable, IArrayVariable, IValue, IVariable, Jumpable
所有已知实现类:
AbstractArithmetic, AbstractArrayVariable, AbstractBitwise, AbstractCrement, AbstractDecrement, AbstractIncrement, AbstractLogical, AbstractNullCompareRelational, AbstractNumerical, AbstractPositiveNegative, AbstractRelational, AbstractVariable, Addition, AfterDecrement, AfterIncrement, ArrayLength, ArrayLoader, ArrayValue, Assigner, BeforeDecrement, BeforeIncrement, BinaryBitwise, BinaryLogical, BitAnd, BitOr, BitXor, CheckCast, CommonMethodInvoker, ConditionOperator, ConstructorInvoker, Division, DUP, Equal, GlobalArrayVariable, GlobalVariable, GlobalVariableAssigner, GreaterEqual, GreaterThan, InstanceofOperator, Inverts, LeftShift, LessEqual, LessThan, LocalArrayVariable, LocalVariable, LocalVariableAssigner, LogicalAnd, LogicalOr, LogicalXor, MemberVariable, MethodInvokeInvoker, MethodInvoker, Modulus, Multiplication, Negative, Not, NotEqual, NumericalAndReferenceRelational, NumericalRelational, RightShift, ShortCircuitAnd, ShortCircuitOr, StaticMethodInvoker, StringAppender, Subtraction, SuperConstructorInvoker, SuperVariable, TernaryOperator, ThisVariable, UnaryBitwise, UnaryLogical, UnsignedRightShift, Value, VariableInvoker

public interface Parameterized
extends PushStackable

This interface indicate it can be assign to a variable or method as parameter

作者:
温斯群(Joe Wen)

方法摘要
 void asArgument()
          判断当前操作或者变量是否被其他操作引用
 AClass getParamterizedType()
          获取当前参数化类型的返回参数
 
从接口 cn.wensiqun.asmsupport.PushStackable 继承的方法
loadToStack
 

方法详细信息

getParamterizedType

AClass getParamterizedType()
获取当前参数化类型的返回参数

返回:

asArgument

void asArgument()
判断当前操作或者变量是否被其他操作引用



Copyright © 2013. All Rights Reserved.