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, wait
clearCache, parse
public VariableExpression(String name)
public Object evaluate(ExpressionContext expressionContext) throws ExpressionException
Expression
evaluate
in interface Expression
ExpressionException
public String getName()
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object o)
equals
in class Object
Object.equals(java.lang.Object)
Copyright © 2020 JBoss by Red Hat. All rights reserved.