Class CallbackAttributionContextConditionPattern
java.lang.Object
com.espertech.esper.common.internal.compile.util.CallbackAttributionContextConditionPattern
- All Implemented Interfaces:
CallbackAttribution
public class CallbackAttributionContextConditionPattern
extends Object
implements CallbackAttribution
-
Constructor Summary
ConstructorDescriptionCallbackAttributionContextConditionPattern
(int nestingLevel, boolean startCondition, short factoryNodeId) -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(CallbackAttributionVisitor<T> visitor) short
int
boolean
-
Constructor Details
-
CallbackAttributionContextConditionPattern
public CallbackAttributionContextConditionPattern(int nestingLevel, boolean startCondition, short factoryNodeId)
-
-
Method Details
-
getNestingLevel
public int getNestingLevel() -
isStartCondition
public boolean isStartCondition() -
getFactoryNodeId
public short getFactoryNodeId() -
accept
- Specified by:
accept
in interfaceCallbackAttribution
-