cn.wensiqun.asmsupport.definition.variable
接口 IVariable
- 所有超级接口:
- GetGlobalVariabled, Parameterized, PushStackable
- 所有已知实现类:
- AbstractArrayVariable, AbstractVariable, GlobalArrayVariable, GlobalVariable, LocalArrayVariable, LocalVariable, MemberVariable, SuperVariable, ThisVariable
public interface IVariable
- extends Parameterized, GetGlobalVariabled
变量的接口
- 作者:
- 温斯群(Joe Wen)
PRIMITIVE_WRAP_MAP
static final IVariable.ClassBidiMap PRIMITIVE_WRAP_MAP
availableFor
boolean availableFor(AbstractOperator operator)
- 当前变量对于传入的操作是否可用
- 参数:
operator -
getVariableEntity
VariableEntity getVariableEntity()
- 获取当前变量的VariableEntity
- 返回:
Copyright © 2013. All Rights Reserved.