org.apache.beehive.netui.script.el.tokens
Class ArrayIndexToken

Object
  extended by ExpressionToken
      extended by ArrayIndexToken

public class ArrayIndexToken
extends ExpressionToken


Constructor Summary
ArrayIndexToken(String identifier)
           
 
Method Summary
 Object evaluate(Object value)
           
 String getTokenString()
           
 String toString()
           
 void update(Object root, Object newValue)
           
 
Methods inherited from class ExpressionToken
arrayLookup, arrayUpdate, beanLookup, beanUpdate, listLookup, listUpdate, mapLookup, mapUpdate, parseIndex
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArrayIndexToken

public ArrayIndexToken(String identifier)
Method Detail

update

public void update(Object root,
                   Object newValue)
Specified by:
update in class ExpressionToken

evaluate

public Object evaluate(Object value)
Specified by:
evaluate in class ExpressionToken

getTokenString

public String getTokenString()
Specified by:
getTokenString in class ExpressionToken

toString

public String toString()
Overrides:
toString in class Object