class ProcessCompiler extends ProcessCompilerBase with ProcessValidator

Linear Supertypes
ProcessValidator, LazyLogging, ProcessCompilerBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProcessCompiler
  2. ProcessValidator
  3. LazyLogging
  4. ProcessCompilerBase
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProcessCompiler(classLoader: ClassLoader, sub: PartSubGraphCompiler, globalVariablesPreparer: GlobalVariablesPreparer, nodeCompiler: NodeCompiler)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val classLoader: ClassLoader
    Attributes
    protected
    Definition Classes
    ProcessCompilerProcessCompilerBase
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def compile(process: EspProcess): CompilationResult[CompiledProcessParts]
  8. def compileCustomNodePart(part: ProcessPart, node: OneOutputNode[CustomNodeData], data: CustomNodeData, ctx: Either[ValidationContext, BranchEndContexts])(implicit metaData: MetaData, nodeId: NodeId): CompilationResult[CustomNodePart]
    Definition Classes
    ProcessCompilerBase
  9. def compileEndingCustomNodePart(node: EndingNode[CustomNode], data: CustomNodeData, ctx: ValidationContext)(implicit metaData: MetaData, nodeId: NodeId): CompilationResult[CustomNodePart]
    Definition Classes
    ProcessCompilerBase
  10. def compileSinkPart(node: EndingNode[Sink], ctx: ValidationContext)(implicit metaData: MetaData, nodeId: NodeId): CompilationResult[SinkPart]
    Definition Classes
    ProcessCompilerBase
  11. def compileSourcePart(part: SourcePart, sourceData: SourceNodeData)(implicit nodeId: NodeId, metaData: MetaData): CompilationResult[SourcePart]
    Definition Classes
    ProcessCompilerBase
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. val globalVariablesPreparer: GlobalVariablesPreparer
    Attributes
    protected
    Definition Classes
    ProcessCompilerProcessCompilerBase
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val nodeCompiler: NodeCompiler
    Attributes
    protected
    Definition Classes
    ProcessCompilerProcessCompilerBase
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val sub: PartSubGraphCompiler
    Attributes
    protected
    Definition Classes
    ProcessCompilerProcessCompilerBase
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def validate(process: EspProcess): CompilationResult[Unit]
    Definition Classes
    ProcessValidator
  27. def validate(canonical: CanonicalProcess): CompilationResult[Unit]
    Definition Classes
    ProcessValidator
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withExpressionParsers(modify: PartialFunction[ExpressionParser, ExpressionParser]): ProcessCompiler
    Definition Classes
    ProcessCompilerProcessValidator

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ProcessValidator

Inherited from LazyLogging

Inherited from ProcessCompilerBase

Inherited from AnyRef

Inherited from Any

Ungrouped