Class CompilableEPL

java.lang.Object
com.espertech.esper.compiler.internal.util.CompilableEPL
All Implemented Interfaces:
com.espertech.esper.common.internal.compile.stage1.Compilable

public class CompilableEPL extends Object implements com.espertech.esper.common.internal.compile.stage1.Compilable
  • Constructor Details

    • CompilableEPL

      public CompilableEPL(String epl, int lineNumber)
  • Method Details

    • getEpl

      public String getEpl()
    • toEPL

      public String toEPL()
      Specified by:
      toEPL in interface com.espertech.esper.common.internal.compile.stage1.Compilable
    • lineNumber

      public int lineNumber()
      Specified by:
      lineNumber in interface com.espertech.esper.common.internal.compile.stage1.Compilable
    • toString

      public String toString()
      Overrides:
      toString in class Object