com.greenpineyu.fel.context
接口 ArrayCtx

所有超级接口:
FelContext
所有已知实现类:
ArrayCtxImpl

public interface ArrayCtx
extends FelContext


字段摘要
 
从接口 com.greenpineyu.fel.context.FelContext 继承的字段
NULL
 
方法摘要
 Object get(int i)
          根据索引获取变量值
 int getIndex(String name)
          获取变量的索引
 
从接口 com.greenpineyu.fel.context.FelContext 继承的方法
get, getVar, set, setVar
 

方法详细信息

get

Object get(int i)
根据索引获取变量值

参数:
i -
返回:

getIndex

int getIndex(String name)
获取变量的索引

参数:
name -
返回:


Copyright © 2013. All Rights Reserved.