Uses of Class
net.esper.eql.spec.StatementSpecRaw

Packages that use StatementSpecRaw
net.esper.core Implementation of client package interfaces, glue code 
net.esper.eql.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
 

Uses of StatementSpecRaw in net.esper.core
 

Methods in net.esper.core with parameters of type StatementSpecRaw
 EPStatement StatementLifecycleSvcImpl.createAndStart(StatementSpecRaw statementSpec, String expression, boolean isPattern, String optStatementName)
           
 EPStatement StatementLifecycleSvc.createAndStart(StatementSpecRaw statementSpec, String expression, boolean isPattern, String optStatementName)
          Create and start the statement.
protected  EPStatement StatementLifecycleSvcImpl.createStarted(StatementSpecRaw statementSpec, String expression, boolean isPattern, String statementName, String statementId)
          Creates a started statement.
protected  StatementLifecycleSvcImpl.EPStatementDesc StatementLifecycleSvcImpl.createStopped(StatementSpecRaw statementSpec, String expression, boolean isPattern, String statementName, String statementId)
          Create stopped statement.
 

Uses of StatementSpecRaw in net.esper.eql.parse
 

Methods in net.esper.eql.parse that return StatementSpecRaw
 StatementSpecRaw EQLTreeWalker.getStatementSpec()
          Returns statement specification.