com.opendatagroup.hadrian.ast

Pool

case class Pool(avroPlaceholder: AvroPlaceholder, init: PoolSource, shared: Boolean, rollback: Boolean, source: CellPoolSource, pos: Option[String] = scala.None) extends Ast with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Ast, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Pool
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ast
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Pool(avroPlaceholder: AvroPlaceholder, init: PoolSource, shared: Boolean, rollback: Boolean, source: CellPoolSource, pos: Option[String] = scala.None)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val avroPlaceholder: AvroPlaceholder

  8. def avroType: AvroType

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def collect[X](pf: PartialFunction[Ast, X]): Seq[X]

    Definition Classes
    Ast
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(other: Any): Boolean

    Definition Classes
    Pool → Equals → Ast → AnyRef → Any
  13. def finalize(): Unit

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

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

    Definition Classes
    PoolAst → AnyRef → Any
  16. val init: PoolSource

  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def jsonNode(lineNumbers: Boolean, memo: Set[String]): JsonNode

    Definition Classes
    PoolAst
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. val pos: Option[String]

    Definition Classes
    PoolAst
  23. def replace(pf: PartialFunction[Ast, Ast]): Ast

    Definition Classes
    Ast
  24. val rollback: Boolean

  25. val shared: Boolean

  26. val source: CellPoolSource

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toJson(lineNumbers: Boolean = true): String

    Definition Classes
    Ast
  29. def toString(): String

    Definition Classes
    Ast → AnyRef → Any
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def walk(task: Task, symbolTable: SymbolTable, functionTable: FunctionTable, engineOptions: EngineOptions, version: PFAVersion): (AstContext, TaskResult)

    Definition Classes
    PoolAst
  34. def walk(task: Task, version: PFAVersion): TaskResult

    Definition Classes
    Ast

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ast

Inherited from AnyRef

Inherited from Any

Ungrouped