|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.opensuit.cel.impl.tree.impl.ast.AstNode
org.ow2.opensuit.cel.impl.tree.impl.ast.AstRightValue
public abstract class AstRightValue
| Field Summary |
|---|
| Fields inherited from class org.ow2.opensuit.cel.impl.tree.impl.ast.AstNode |
|---|
position |
| Constructor Summary | |
|---|---|
AstRightValue(int position)
|
|
| Method Summary | |
|---|---|
boolean |
isReadOnly()
Returns true if the expression cannot be set |
void |
set(IEvaluationContext context,
java.lang.Object value)
Assigns a value to this expression (if no read only) |
| Methods inherited from class org.ow2.opensuit.cel.impl.tree.impl.ast.AstNode |
|---|
appendExpressionString, appendValuePattern, getExpressionString, getPosition, getValuePattern, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.ow2.opensuit.cel.impl.tree.IExprNode |
|---|
compile |
| Methods inherited from interface org.ow2.opensuit.cel.IExpression |
|---|
getGenericType, getType, invoke, isStaticValue |
| Constructor Detail |
|---|
public AstRightValue(int position)
| Method Detail |
|---|
public final boolean isReadOnly()
IExpressiontrue if the expression cannot be set
public final void set(IEvaluationContext context,
java.lang.Object value)
throws ExpressionEvaluationException
IExpression
ExpressionEvaluationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||