|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.OnTriggerSetAssignment
public class OnTriggerSetAssignment
Descriptor for an on-set assignment.
Constructor Summary | |
---|---|
OnTriggerSetAssignment(ExprNode expression)
Ctor. |
Method Summary | |
---|---|
ExprNode |
getExpression()
Returns the expression providing the new variable value, or null if none |
void |
setExpression(ExprNode expression)
Sets the expression providing the new variable value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OnTriggerSetAssignment(ExprNode expression)
expression
- expression providing new variable valueMethod Detail |
---|
public ExprNode getExpression()
public void setExpression(ExprNode expression)
expression
- assignment expression, or null if none
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |