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.expression This package contains the EQL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
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.expression
 

Methods in net.esper.eql.expression that return StatementSpecRaw
 StatementSpecRaw ExprSubselectNode.getStatementSpecRaw()
          Returns the uncompiled statement spec.
 

Constructors in net.esper.eql.expression with parameters of type StatementSpecRaw
ExprSubselectExistsNode(StatementSpecRaw statementSpec)
          Ctor.
ExprSubselectInNode(StatementSpecRaw statementSpec)
          Ctor.
ExprSubselectNode(StatementSpecRaw statementSpec)
          Ctor.
ExprSubselectRowNode(StatementSpecRaw statementSpec)
          Ctor.
 

Uses of StatementSpecRaw in net.esper.eql.parse
 

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