public class SiddhiCompiler extends Object
| Constructor and Description |
|---|
SiddhiCompiler() |
| Modifier and Type | Method and Description |
|---|---|
static List<ExecutionPlan> |
parse(String source) |
static Query |
parseQuery(String source) |
static StreamDefinition |
parseStreamDefinition(String source) |
public static List<ExecutionPlan> parse(String source) throws SiddhiPraserException
SiddhiPraserExceptionpublic static StreamDefinition parseStreamDefinition(String source) throws SiddhiPraserException
SiddhiPraserExceptionpublic static Query parseQuery(String source) throws SiddhiPraserException
SiddhiPraserExceptionCopyright © 2012. All Rights Reserved.