public class ASTChainSpecHelper extends Object
Constructor and Description |
---|
ASTChainSpecHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
addChainablesInternal(EsperEPL2GrammarParser.ChainableElementsContext ctx,
Map<org.antlr.v4.runtime.tree.Tree,com.espertech.esper.common.internal.epl.expression.core.ExprNode> astExprNodeMap,
List<com.espertech.esper.common.internal.epl.expression.chain.Chainable> chain) |
static List<com.espertech.esper.common.internal.epl.expression.chain.Chainable> |
getChainables(EsperEPL2GrammarParser.ChainableContext ctx,
Map<org.antlr.v4.runtime.tree.Tree,com.espertech.esper.common.internal.epl.expression.core.ExprNode> astExprNodeMap) |
static List<com.espertech.esper.common.internal.epl.expression.chain.Chainable> |
getChainables(EsperEPL2GrammarParser.ChainableElementsContext ctx,
Map<org.antlr.v4.runtime.tree.Tree,com.espertech.esper.common.internal.epl.expression.core.ExprNode> astExprNodeMap) |
static boolean |
hasChain(EsperEPL2GrammarParser.ChainableElementsContext ctx) |
public static boolean hasChain(EsperEPL2GrammarParser.ChainableElementsContext ctx)
public static List<com.espertech.esper.common.internal.epl.expression.chain.Chainable> getChainables(EsperEPL2GrammarParser.ChainableContext ctx, Map<org.antlr.v4.runtime.tree.Tree,com.espertech.esper.common.internal.epl.expression.core.ExprNode> astExprNodeMap)
public static List<com.espertech.esper.common.internal.epl.expression.chain.Chainable> getChainables(EsperEPL2GrammarParser.ChainableElementsContext ctx, Map<org.antlr.v4.runtime.tree.Tree,com.espertech.esper.common.internal.epl.expression.core.ExprNode> astExprNodeMap)
public static void addChainablesInternal(EsperEPL2GrammarParser.ChainableElementsContext ctx, Map<org.antlr.v4.runtime.tree.Tree,com.espertech.esper.common.internal.epl.expression.core.ExprNode> astExprNodeMap, List<com.espertech.esper.common.internal.epl.expression.chain.Chainable> chain)
Copyright © 2005–2022. All rights reserved.