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)

嵌套类摘要
static class IVariable.ClassBidiMap
           
 
字段摘要
static IVariable.ClassBidiMap PRIMITIVE_WRAP_MAP
           
 
方法摘要
 boolean availableFor(AbstractOperator operator)
          当前变量对于传入的操作是否可用
 VariableEntity getVariableEntity()
          获取当前变量的VariableEntity
 
从接口 cn.wensiqun.asmsupport.Parameterized 继承的方法
asArgument, getParamterizedType
 
从接口 cn.wensiqun.asmsupport.PushStackable 继承的方法
loadToStack
 
从接口 cn.wensiqun.asmsupport.GetGlobalVariabled 继承的方法
getGlobalVariable
 

字段详细信息

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.