Simple identifier - $foo or $foo.bar (both parts are identifiers).
author: Geir Magnusson Jr. version: $Id: ASTIdentifier.java 398199 2006-04-29 16:30:05Z dion $
returns the value of itself applied to the object. We assume that an
identifier can be gotten via a get(String).
e.g. if we have bean.property, 'property' has been parsed as an identifier,
and we need to resolve the expression by calling the property getter.
Parameters: obj - the object to evaluate against. Parameters: jc - the JexlContext. throws: Exception - on any error. the resulting value. See Also:ASTArrayAccess.evaluateExpr(ObjectObject)