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

Object
  extended by ExpressionToken
      extended by IdentifierToken

public class IdentifierToken
extends ExpressionToken


Constructor Summary
IdentifierToken(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

IdentifierToken

public IdentifierToken(String identifier)
Method Detail

evaluate

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

update

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

getTokenString

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

toString

public String toString()
Overrides:
toString in class Object