Class StreamWildcardExpression
java.lang.Object
com.espertech.esper.common.client.soda.ExpressionBase
com.espertech.esper.common.client.soda.StreamWildcardExpression
- All Implemented Interfaces:
Expression
,Serializable
Represents "stream.*" in for example "mystream.*"
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns precedence.Returns the stream name.void
setStreamName
(String streamName) Sets the stream name.void
toPrecedenceFreeEPL
(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 com.espertech.esper.common.client.soda.ExpressionBase
addChild, getChildren, getTreeObjectName, renderAggregation, setChildren, setTreeObjectName, toEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL
-
Constructor Details
-
StreamWildcardExpression
Ctor.- Parameters:
streamName
- stream name
-
StreamWildcardExpression
public StreamWildcardExpression()Ctor.
-
-
Method Details
-
getStreamName
Returns the stream name.- Returns:
- stream name
-
setStreamName
Sets the stream name.- Parameters:
streamName
- stream name
-
toPrecedenceFreeEPL
Description copied from class:ExpressionBase
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.- Specified by:
toPrecedenceFreeEPL
in classExpressionBase
- Parameters:
writer
- is the output to use
-
getPrecedence
Description copied from interface:Expression
Returns precedence.- Returns:
- precedence
-