public class VariableExpression extends Object implements Expression
cache| Constructor and Description |
|---|
VariableExpression(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
evaluate(ExpressionContext expressionContext)
Execute the expression against the given context.
|
String |
getName() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitclearCache, parsepublic VariableExpression(String name)
public Object evaluate(ExpressionContext expressionContext) throws ExpressionException
Expressionevaluate in interface ExpressionExpressionExceptionpublic String getName()
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object o)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2019 JBoss by Red Hat. All rights reserved.