|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.client.soda.ExpressionBase
net.esper.client.soda.StaticMethodExpression
public class StaticMethodExpression
Static method call consists of a class name and method name.
Constructor Summary | |
---|---|
StaticMethodExpression(String className,
String method)
Ctor. |
|
StaticMethodExpression(String className,
String method,
Object[] parameters)
Ctor. |
Method Summary | |
---|---|
String |
getClassName()
Returns the class name. |
String |
getMethod()
Returns the method name. |
void |
setClassName(String className)
Sets the class name. |
void |
setMethod(String method)
Sets the method name. |
void |
toEQL(StringWriter writer)
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax. |
Methods inherited from class net.esper.client.soda.ExpressionBase |
---|
addChild, getChildren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaticMethodExpression(String className, String method, Object[] parameters)
className
- class name providing the static methodmethod
- method nameparameters
- an optiona array of parameterspublic StaticMethodExpression(String className, String method)
className
- class name providing the static methodmethod
- method nameMethod Detail |
---|
public void toEQL(StringWriter writer)
Expression
writer
- is the output to usepublic String getClassName()
public void setClassName(String className)
className
- class namepublic String getMethod()
public void setMethod(String method)
method
- method name
|
© 2007 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 |