Trait

org.emmalanguage

FlinkCompilerAware

Related Doc: package emmalanguage

Permalink

trait FlinkCompilerAware extends RuntimeCompilerAware

Linear Supertypes
RuntimeCompilerAware, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlinkCompilerAware
  2. RuntimeCompilerAware
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Env = ExecutionEnvironment

    Permalink
    Definition Classes
    FlinkCompilerAware → RuntimeCompilerAware

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def Env: scala.reflect.runtime.JavaUniverse.Type

    Permalink
    Definition Classes
    FlinkCompilerAware → RuntimeCompilerAware
  5. def addContext(tree: scala.reflect.runtime.JavaUniverse.Tree): scala.reflect.runtime.JavaUniverse.Tree

    Permalink
    Attributes
    protected
    Definition Classes
    RuntimeCompilerAware
  6. def addToClasspath(u: URL): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RuntimeCompilerAware
  7. def addToClasspath(f: File): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RuntimeCompilerAware
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val codegenDir: Path

    Permalink
    Definition Classes
    RuntimeCompilerAware
  11. val compiler: RuntimeCompiler with FlinkCompiler

    Permalink
    Definition Classes
    FlinkCompilerAware → RuntimeCompilerAware
  12. def deleteRecursive(path: File): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    RuntimeCompilerAware
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def execute[T](cfg: Config)(e: scala.reflect.runtime.JavaUniverse.Expr[T]): (Env) ⇒ T

    Permalink
    Definition Classes
    RuntimeCompilerAware
  16. def execute[T](config: String)(e: scala.reflect.runtime.JavaUniverse.Expr[T]): (Env) ⇒ T

    Permalink
    Definition Classes
    RuntimeCompilerAware
  17. def execute[T](e: scala.reflect.runtime.JavaUniverse.Expr[T]): (Env) ⇒ T

    Permalink
    Definition Classes
    RuntimeCompilerAware
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. def transformations(cfg: Config): Seq[(scala.reflect.runtime.JavaUniverse.Tree) ⇒ scala.reflect.runtime.JavaUniverse.Tree]

    Permalink
    Definition Classes
    FlinkCompilerAware → RuntimeCompilerAware
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RuntimeCompilerAware

Inherited from AnyRef

Inherited from Any

Ungrouped