public interface ExpressionOwner
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression()
Get the raw Expression object that this class wraps.
|
void |
setExpression(Expression exp)
Set the raw expression object for this object.
|
Expression getExpression()
void setExpression(Expression exp)
exp
- the raw Expression object, which should not normally be null.Copyright © 2017 JBoss by Red Hat. All rights reserved.