t

scalan.primitives

StructKeys

trait StructKeys extends TypeDescs with ViewsModule with Entities with BaseEx

Self Type
Structs with ScalanEx
Linear Supertypes
BaseEx, DefRewriting, Entities, ViewsModule, ViewsDefs, Views, TypeSum, MethodCalls, GraphVizExport, TypeDescs, Base, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructKeys
  2. BaseEx
  3. DefRewriting
  4. Entities
  5. ViewsModule
  6. ViewsDefs
  7. Views
  8. TypeSum
  9. MethodCalls
  10. GraphVizExport
  11. TypeDescs
  12. Base
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class ElemOpsForEntities[T] extends AnyRef
    Definition Classes
    BaseEx
  2. implicit class EntityElemExtensions[A <: ScalanEx.Def[_]] extends AnyRef
    Definition Classes
    BaseEx
  3. case class NamedInvokeTester(name: String, tester: ScalanEx.InvokeTester) extends ScalanEx.InvokeTester with Product with Serializable
    Definition Classes
    BaseEx
  4. case class NamedUnpackTester(name: String, tester: ScalanEx.UnpackTester) extends ScalanEx.UnpackTester with Product with Serializable
    Definition Classes
    BaseEx
  5. case class NumericRand[T](bound: ScalanEx.Ref[T], id: Int = IdSupply.nextId)(implicit eT: ScalanEx.Elem[T]) extends ScalanEx.BaseDef[T] with Product with Serializable
    Definition Classes
    BaseEx
  6. implicit class RepDefViewOps[T <: ScalanEx.Def[_]] extends AnyRef
    Definition Classes
    BaseEx
  7. abstract class AbsorbFirstUnitIso[A2, B2] extends (Views.this)#Node with (Views.this)#IsoUR[A2, (Unit, B2)]
    Definition Classes
    Views
    Annotations
    @Isospec()
  8. abstract class AbsorbSecondUnitIso[A1, B1] extends (Views.this)#Node with (Views.this)#IsoUR[A1, (B1, Unit)]
    Definition Classes
    Views
    Annotations
    @Isospec()
  9. implicit class AnyIsoOps extends AnyRef
    Definition Classes
    Views
  10. abstract class ComposeIso[A, B, C] extends (Views.this)#Node with (Views.this)#IsoUR[A, C]
    Definition Classes
    Views
    Annotations
    @Isospec()
  11. abstract class FuncIso[A, B, C, D] extends (Views.this)#Node with (Views.this)#IsoUR[(A) ⇒ C, (B) ⇒ D]
    Definition Classes
    Views
    Annotations
    @Isospec()
  12. abstract class IdentityIso[A] extends (Views.this)#Node with (Views.this)#IsoUR[A, A]
    Definition Classes
    Views
    Annotations
    @Isospec()
  13. trait Iso1UR[A, B, C[_]] extends (Views.this)#Node with (Views.this)#IsoUR[C[A], C[B]]
    Definition Classes
    Views
  14. implicit class IsoOps[A, B] extends AnyRef
    Definition Classes
    Views
  15. trait IsoUR[From, To] extends (Views.this)#Node with (Views.this)#Def[(Views.this)#IsoUR[From, To]]
    Definition Classes
    Views
  16. abstract class PairIso[A1, A2, B1, B2] extends (Views.this)#Node with (Views.this)#IsoUR[(A1, A2), (B1, B2)]
    Definition Classes
    Views
    Annotations
    @Isospec()
  17. trait PairIsoCompanion extends AnyRef
    Definition Classes
    Views
  18. abstract class SumIso[A1, A2, B1, B2] extends (Views.this)#Node with (Views.this)#IsoUR[(Views.this)#|[A1, A2], (Views.this)#|[B1, B2]]
    Definition Classes
    Views
    Annotations
    @Isospec()
  19. abstract class ThunkIso[A, B] extends (Views.this)#Node with (Views.this)#Iso1UR[A, B, (Views.this)#Thunk]
    Definition Classes
    Views
    Annotations
    @Isospec()
  20. class ConcreteIsoElem[From, To, IsoType <: (ViewsModule.this)#IsoUR[From, To]] extends IsoURElem[From, To, IsoType]
    Definition Classes
    ViewsModule
  21. trait EntityIso[From, To] extends (ViewsModule.this)#Node with (ViewsModule.this)#IsoUR[From, To] with Product

    The base type of all isos for user-defined types

    The base type of all isos for user-defined types

    Definition Classes
    ViewsModule
  22. case class PairView[A1, A2, B1, B2](source: (ViewsModule.this)#Ref[(A1, A2)], iso1: (ViewsModule.this)#Iso[A1, B1], iso2: (ViewsModule.this)#Iso[A2, B2]) extends (ViewsModule.this)#View2[A1, A2, B1, B2, Tuple2] with Product with Serializable
    Definition Classes
    ViewsModule
  23. case class SumView[A1, A2, B1, B2](source: (ViewsModule.this)#Ref[(ViewsModule.this)#|[A1, A2]])(implicit iso1: (ViewsModule.this)#Iso[A1, B1], iso2: (ViewsModule.this)#Iso[A2, B2]) extends (ViewsModule.this)#View2[A1, A2, B1, B2, (ViewsModule.this)#|] with Product with Serializable
    Definition Classes
    ViewsModule
  24. case class UnpackView[A, B](view: (ViewsModule.this)#Ref[B], iso: (ViewsModule.this)#Iso[A, B]) extends (ViewsModule.this)#Node with (ViewsModule.this)#Def[A] with Product with Serializable
    Definition Classes
    ViewsModule
  25. abstract class View[From, To] extends (ViewsModule.this)#Node with (ViewsModule.this)#Def[To]
    Definition Classes
    ViewsModule
  26. abstract class View1[A, B, C[_]] extends (ViewsModule.this)#View[C[A], C[B]]
    Definition Classes
    ViewsModule
  27. abstract class View2[A1, A2, B1, B2, C[_, _]] extends (ViewsModule.this)#View[C[A1, A2], C[B1, B2]]
    Definition Classes
    ViewsModule
  28. trait ViewElem[From, To] extends (ViewsModule.this)#Elem[To]
    Definition Classes
    ViewsModule
  29. trait ViewElem1[A, From, To, C[_]] extends (ViewsModule.this)#Elem[To] with (ViewsModule.this)#ViewElem[From, To]
    Definition Classes
    ViewsModule
  30. abstract class BaseDef[+T] extends Scalan.Node with Scalan.Def[T]
    Definition Classes
    Base
  31. abstract class BaseElem[A] extends Scalan.Elem[A] with Serializable with Equals
    Definition Classes
    TypeDescs
  32. class BaseElemLiftable[A] extends Scalan.BaseElem[A]
    Definition Classes
    TypeDescs
  33. abstract class CompanionDef[T] extends Scalan.Node with Scalan.Def[T]
    Definition Classes
    Base
  34. abstract class CompanionElem[T] extends Scalan.Elem[T]
    Definition Classes
    Entities
  35. trait ConcreteElem[TData, TClass] extends Scalan.EntityElem[TClass]
    Definition Classes
    Entities
  36. trait ConcreteElem1[A, TData, TClass, C[_]] extends Scalan.EntityElem1[A, TClass, C]
    Definition Classes
    Entities
  37. case class Const[T] extends Scalan.BaseDef[T] with Product with Serializable
    Definition Classes
    Base
  38. abstract class Cont[F[_]] extends Scalan.TypeDesc
    Definition Classes
    TypeDescs
    Annotations
    @implicitNotFound( "No Cont available for ${F}." )
  39. type DataEnv = Map[(StructKeys.this)#Sym, AnyRef]
    Definition Classes
    TypeDescs
  40. trait Def[+T] extends Scalan.Node
    Definition Classes
    Base
  41. abstract class Elem[A] extends Scalan.TypeDesc
    Definition Classes
    TypeDescs
    Annotations
    @implicitNotFound( "No Elem available for ${A}." )
  42. class ElemCacheEntry extends AnyRef
    Definition Classes
    TypeDescs
  43. abstract class EntityElem[A] extends Scalan.Elem[A] with Equals
    Definition Classes
    Entities
  44. abstract class EntityElem1[A, To, C[_]] extends Scalan.EntityElem[To]
    Definition Classes
    Entities
  45. class EntityObject extends AnyRef
    Definition Classes
    Base
  46. case class EntityObjectOwner extends Scalan.OwnerKind with Product with Serializable
    Definition Classes
    Base
  47. case class EnvRep[A] extends Product with Serializable
    Definition Classes
    TypeDescs
  48. case class FuncElem[A, B] extends Scalan.Elem[(A) ⇒ B] with Product with Serializable
    Definition Classes
    TypeDescs
  49. trait Functor[F[_]] extends Scalan.Cont[F]
    Definition Classes
    TypeDescs
  50. case class GraphFile extends Product with Serializable
    Definition Classes
    GraphVizExport
  51. abstract class IndexStructKey[Schema <: (StructKeys.this)#Struct] extends (StructKeys.this)#Node with (StructKeys.this)#StructKey[Schema]
    Annotations
    @Isospec()
  52. case class InvokeFailure extends Scalan.InvokeResult with Product with Serializable
    Definition Classes
    MethodCalls
  53. sealed abstract class InvokeResult extends AnyRef
    Definition Classes
    MethodCalls
  54. case class InvokeSuccess extends Scalan.InvokeResult with Product with Serializable
    Definition Classes
    MethodCalls
  55. type InvokeTester = ((StructKeys.this)#Def[_], Method) ⇒ Boolean
    Definition Classes
    BaseEx
  56. type Iso[From, To] = (StructKeys.this)#Ref[(StructKeys.this)#IsoUR[From, To]]
    Definition Classes
    Views
  57. type Iso1[A, B, C[_]] = (StructKeys.this)#Ref[(StructKeys.this)#Iso1UR[A, B, C]]
    Definition Classes
    Views
  58. type LElem[A] = Lazy[(StructKeys.this)#Elem[A]]
    Definition Classes
    TypeDescs
  59. case class MethodCall extends Scalan.Node with Scalan.Def[Any] with Product with Serializable
    Definition Classes
    MethodCalls
  60. sealed abstract class MethodDesc extends AnyRef
    Definition Classes
    TypeDescs
  61. abstract class NameStructKey[Schema <: (StructKeys.this)#Struct] extends (StructKeys.this)#Node with (StructKeys.this)#StructKey[Schema]
    Annotations
    @Isospec()
  62. case class NewObject[A] extends Scalan.BaseDef[A] with Product with Serializable
    Definition Classes
    MethodCalls
  63. abstract class Node extends Product
    Definition Classes
    Base
  64. class NotImplementedStagingException extends Scalan.StagingException
    Definition Classes
    Base
  65. sealed abstract class OwnerKind extends AnyRef
    Definition Classes
    Base
  66. case class PairElem[A, B] extends Scalan.Elem[(A, B)] with Product with Serializable
    Definition Classes
    TypeDescs
  67. case class Placeholder[T] extends Scalan.Node with Scalan.Def[T] with Product with Serializable
    Definition Classes
    Base
  68. type RFunc[-A, +B] = (StructKeys.this)#Ref[(A) ⇒ B]
    Definition Classes
    Base
  69. case class RMethodDesc extends Scalan.MethodDesc with Product with Serializable
    Definition Classes
    TypeDescs
  70. type ROptional[A] = (StructKeys.this)#Ref[(StructKeys.this)#SOptional[A]]
    Definition Classes
    TypeSum
  71. type RPair[+A, +B] = (StructKeys.this)#Ref[(A, B)]
    Definition Classes
    Base
  72. abstract class Ref[+T] extends AnyRef
    Definition Classes
    Base
  73. type SKey[S <: (StructKeys.this)#Struct] = (StructKeys.this)#Ref[(StructKeys.this)#StructKey[S]]
  74. type SOptional[A] = Either[Unit, A]
    Definition Classes
    TypeSum
  75. implicit class SeqExpExtensionsForEmitGraph extends AnyRef
    Definition Classes
    GraphVizExport
  76. final class SingleRef[+T] extends Scalan.Ref[T]
    Definition Classes
    Base
  77. class StagingException extends RuntimeException
    Definition Classes
    Base
  78. trait StructKey[Schema <: (StructKeys.this)#Struct] extends (StructKeys.this)#Node with (StructKeys.this)#Def[(StructKeys.this)#StructKey[Schema]]
  79. case class SumElem[A, B] extends Scalan.Elem[Scalan.|[A, B]] with Product with Serializable
    Definition Classes
    TypeDescs
  80. type Sym = (StructKeys.this)#Ref[_]
    Definition Classes
    Base
  81. abstract class Transformer extends AnyRef
    Definition Classes
    Base
  82. abstract class TypeDesc extends Serializable
    Definition Classes
    TypeDescs
  83. type UnpackTester = ((StructKeys.this)#Elem[_]) ⇒ Boolean
    Definition Classes
    ViewsModule
  84. type Unpacked[T] = ((StructKeys.this)#Ref[Source], (StructKeys.this)#Iso[Source, T]) forSome {type Source}
    Definition Classes
    ViewsModule
  85. type UnpackedLambdaResult[T, R] = ((StructKeys.this)#Ref[(T) ⇒ R], (StructKeys.this)#Iso[Source, R]) forSome {type Source}
    Definition Classes
    ViewsModule
  86. case class Variable[T] extends Scalan.Node with Scalan.Def[T] with Product with Serializable
    Definition Classes
    Base
  87. case class WMethodDesc extends Scalan.MethodDesc with Product with Serializable
    Definition Classes
    TypeDescs
  88. type |[+A, +B] = Either[A, B]
    Definition Classes
    Base
  89. implicit class JoinSumOps[A] extends AnyRef
    Definition Classes
    TypeSum
  90. implicit class OptionOps[A] extends AnyRef
    Definition Classes
    TypeSum
  91. implicit class RepExtensionsForSum[A] extends AnyRef
    Definition Classes
    TypeSum
  92. case class SLeft[A, B](left: (TypeSum.this)#Ref[A], eRight: (TypeSum.this)#Elem[B]) extends (TypeSum.this)#BaseDef[(TypeSum.this)#|[A, B]] with Product with Serializable
    Definition Classes
    TypeSum
  93. case class SRight[A, B](right: (TypeSum.this)#Ref[B], eLeft: (TypeSum.this)#Elem[A]) extends (TypeSum.this)#BaseDef[(TypeSum.this)#|[A, B]] with Product with Serializable
    Definition Classes
    TypeSum
  94. case class SumFold[A, B, R](sum: (TypeSum.this)#Ref[(TypeSum.this)#|[A, B]], left: (TypeSum.this)#Ref[(A) ⇒ R], right: (TypeSum.this)#Ref[(B) ⇒ R]) extends (TypeSum.this)#BaseDef[R] with Product with Serializable
    Definition Classes
    TypeSum
  95. case class SumMap[A, B, C, D](sum: (TypeSum.this)#Ref[(TypeSum.this)#|[A, B]], left: (TypeSum.this)#Ref[(A) ⇒ C], right: (TypeSum.this)#Ref[(B) ⇒ D]) extends (TypeSum.this)#BaseDef[(TypeSum.this)#|[C, D]] with Product with Serializable
    Definition Classes
    TypeSum
  96. trait SumOps[A, B] extends AnyRef
    Definition Classes
    TypeSum
  97. class SumOpsExp[A, B] extends (TypeSum.this)#SumOps[A, B]
    Definition Classes
    TypeSum

Value Members

  1. object IdSupply
    Definition Classes
    BaseEx
  2. object ViewElem extends Serializable
    Definition Classes
    ViewsModule
  3. object AbsorbFirstUnitIso extends (ViewsDefs.this)#EntityObject
    Definition Classes
    ViewsDefs
  4. object AbsorbSecondUnitIso extends (ViewsDefs.this)#EntityObject
    Definition Classes
    ViewsDefs
  5. object ComposeIso extends (ViewsDefs.this)#EntityObject
    Definition Classes
    ViewsDefs
  6. object FuncIso extends (ViewsDefs.this)#EntityObject
    Definition Classes
    ViewsDefs
  7. object IdentityIso extends (ViewsDefs.this)#EntityObject
    Definition Classes
    ViewsDefs
  8. object Iso1UR extends (ViewsDefs.this)#EntityObject
    Definition Classes
    ViewsDefs
  9. object IsoUR extends (ViewsDefs.this)#EntityObject
    Definition Classes
    ViewsDefs
  10. object PairIso extends (ViewsDefs.this)#EntityObject
    Definition Classes
    ViewsDefs
  11. object SumIso extends (ViewsDefs.this)#EntityObject
    Definition Classes
    ViewsDefs
  12. object ThunkIso extends (ViewsDefs.this)#EntityObject
    Definition Classes
    ViewsDefs
  13. def !!!(msg: String, e: Throwable, syms: (StructKeys.this)#Ref[_]*): Nothing
    Definition Classes
    Base
  14. def !!!(msg: String, syms: (StructKeys.this)#Ref[_]*): Nothing
    Definition Classes
    Base
  15. def !!!: Nothing
    Definition Classes
    Base
  16. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. final def ##(): Int
    Definition Classes
    AnyRef → Any
  18. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def ???(value: Any, syms: (StructKeys.this)#Ref[_]*): Nothing
    Definition Classes
    Base
  20. def ???: Nothing
    Definition Classes
    Base
  21. val AnyElement: (StructKeys.this)#Elem[Any]
    Definition Classes
    TypeDescs
  22. val AnyRefElement: (StructKeys.this)#Elem[AnyRef]
    Definition Classes
    TypeDescs
  23. implicit val BooleanElement: (StructKeys.this)#Elem[Boolean]
    Definition Classes
    TypeDescs
  24. implicit val ByteElement: (StructKeys.this)#Elem[Byte]
    Definition Classes
    TypeDescs
  25. implicit val CharElement: (StructKeys.this)#Elem[Char]
    Definition Classes
    TypeDescs
  26. implicit val DoubleElement: (StructKeys.this)#Elem[Double]
    Definition Classes
    TypeDescs
  27. val EmptyTypeArgs: ListMap[String, ((StructKeys.this)#TypeDesc, Variance)]
    Definition Classes
    TypeDescs
  28. implicit val FloatElement: (StructKeys.this)#Elem[Float]
    Definition Classes
    TypeDescs
  29. implicit final def FuncElemExtensions[A, B](eAB: (StructKeys.this)#Elem[(A) ⇒ B]): (StructKeys.this)#FuncElem[A, B]
    Definition Classes
    TypeDescs
  30. implicit val IntElement: (StructKeys.this)#Elem[Int]
    Definition Classes
    TypeDescs
  31. final def IntZero: (StructKeys.this)#Ref[Int]
    Definition Classes
    Base
    Annotations
    @inline()
  32. val LazyAnyElement: Lazy[(StructKeys.this)#Elem[Any]]
    Definition Classes
    TypeDescs
  33. implicit val LongElement: (StructKeys.this)#Elem[Long]
    Definition Classes
    TypeDescs
  34. val NothingElement: (StructKeys.this)#Elem[Nothing]
    Definition Classes
    TypeDescs
  35. implicit final def PairElemExtensions[A, B](eAB: (StructKeys.this)#Elem[(A, B)]): (StructKeys.this)#PairElem[A, B]
    Definition Classes
    TypeDescs
  36. implicit val ShortElement: (StructKeys.this)#Elem[Short]
    Definition Classes
    TypeDescs
  37. implicit val StringElement: (StructKeys.this)#Elem[String]
    Definition Classes
    TypeDescs
  38. implicit final def SumElemExtensions[A, B](eAB: (StructKeys.this)#Elem[(StructKeys.this)#|[A, B]]): (StructKeys.this)#SumElem[A, B]
    Definition Classes
    TypeDescs
  39. final def TypeArgs(descs: (String, ((StructKeys.this)#TypeDesc, Variance))*): ListMap[String, ((StructKeys.this)#TypeDesc, Variance)]
    Definition Classes
    TypeDescs
  40. implicit val UnitElement: (StructKeys.this)#Elem[Unit]
    Definition Classes
    TypeDescs
  41. def addInvokeTester(pred: (StructKeys.this)#InvokeTester): Unit
    Definition Classes
    BaseEx
  42. def addUnpackTester(tester: (StructKeys.this)#UnpackTester): Unit
    Definition Classes
    ViewsModule
  43. final def asElem[T](d: (StructKeys.this)#TypeDesc): (StructKeys.this)#Elem[T]
    Definition Classes
    TypeDescs
    Annotations
    @inline()
  44. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  45. final def asRep[T](x: (StructKeys.this)#Ref[_]): (StructKeys.this)#Ref[T]
    Definition Classes
    Base
    Annotations
    @inline()
  46. def assertElem(value: (StructKeys.this)#Ref[_], elem: (StructKeys.this)#Elem[_], hint: ⇒ String): Unit
    Definition Classes
    TypeDescs
  47. def assertElem(value: (StructKeys.this)#Ref[_], elem: (StructKeys.this)#Elem[_]): Unit
    Definition Classes
    TypeDescs
  48. def assertEqualElems[A](e1: (StructKeys.this)#Elem[A], e2: (StructKeys.this)#Elem[A], m: ⇒ String): Unit
    Definition Classes
    TypeDescs
  49. val cacheElems: Boolean
    Definition Classes
    Base
  50. val cachePairs: Boolean
    Definition Classes
    Base
  51. final def cachedElemByClass[E <: (StructKeys.this)#Elem[_]](args: AnyRef*)(implicit clazz: Class[E]): E
    Definition Classes
    TypeDescs
  52. def canBeInvoked(d: (StructKeys.this)#Def[_], m: Method, args: Array[AnyRef]): Boolean
    Attributes
    protected
    Definition Classes
    BaseEx
  53. def canBeInvoked(mc: (StructKeys.this)#MethodCall): Boolean
    Definition Classes
    BaseEx
  54. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  55. def clusterColor(g: (StructKeys.this)#AstGraph): Option[String]
    Attributes
    protected
    Definition Classes
    GraphVizExport
  56. def clusterSchedule(g: (StructKeys.this)#AstGraph): Seq[(StructKeys.this)#Sym]
    Attributes
    protected
    Definition Classes
    GraphVizExport
  57. def composeIso[A, B, C](iso2: (StructKeys.this)#Iso[B, C], iso1: (StructKeys.this)#Iso[A, B]): (StructKeys.this)#Iso[A, C]
    Definition Classes
    ViewsModule
  58. final def container[F[_]](implicit arg0: (StructKeys.this)#Cont[F]): (StructKeys.this)#Cont[F]
    Definition Classes
    TypeDescs
  59. implicit final def containerElem[F[_], A](implicit arg0: (StructKeys.this)#Cont[F], arg1: (StructKeys.this)#Elem[A]): (StructKeys.this)#Elem[F[A]]
    Definition Classes
    TypeDescs
  60. def createDefinition[T](optScope: Nullable[(StructKeys.this)#ThunkScope], s: (StructKeys.this)#Ref[T], d: (StructKeys.this)#Def[T]): (StructKeys.this)#Ref[T]
    Attributes
    protected
    Definition Classes
    Base
  61. val debugModeSanityChecks: Boolean
    Definition Classes
    Base
  62. def decompose[T](d: (StructKeys.this)#Def[T]): Option[(StructKeys.this)#Ref[T]]
    Definition Classes
    BaseEx
  63. def defCount: Int
    Definition Classes
    Base
  64. def def_unapply[T](e: (StructKeys.this)#Ref[T]): Nullable[(StructKeys.this)#Def[T]]
    Definition Classes
    Base
  65. def defaultGraphVizConfig: GraphVizConfig
    Definition Classes
    GraphVizExport
  66. def defaultUnpackTester(e: (StructKeys.this)#Elem[_]): Boolean
    Definition Classes
    ViewsModule
  67. def delayInvoke: Nothing
    Definition Classes
    MethodCalls
  68. val elemCache: AVHashMap[Class[_], (StructKeys.this)#ElemCacheEntry]
    Attributes
    protected
    Definition Classes
    TypeDescs
  69. final def element[A](implicit ea: (StructKeys.this)#Elem[A]): (StructKeys.this)#Elem[A]
    Definition Classes
    TypeDescs
  70. def emitDepGraph(exceptionOrGraph: Either[Throwable, (StructKeys.this)#AstGraph], directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(StructKeys.this)#GraphFile]
    Definition Classes
    GraphVizExport
  71. def emitDepGraph(graph: (StructKeys.this)#AstGraph, directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(StructKeys.this)#GraphFile]
    Definition Classes
    GraphVizExport
  72. def emitDepGraph(ss: Seq[(StructKeys.this)#Sym], directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(StructKeys.this)#GraphFile]
    Definition Classes
    GraphVizExport
  73. def emitDepGraph(start: (StructKeys.this)#Sym, directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(StructKeys.this)#GraphFile]
    Definition Classes
    GraphVizExport
  74. def emitDepGraph(d: (StructKeys.this)#Def[_], directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(StructKeys.this)#GraphFile]
    Definition Classes
    GraphVizExport
  75. def emitDot(dotText: String, directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(StructKeys.this)#GraphFile]
    Definition Classes
    GraphVizExport
  76. def emitExceptionGraph(e: Throwable, directory: File, fileName: String)(implicit config: GraphVizConfig): Option[(StructKeys.this)#GraphFile]
    Definition Classes
    GraphVizExport
  77. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  78. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  79. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  80. def findGlobalDefinition[T](d: (StructKeys.this)#Def[T]): (StructKeys.this)#Ref[T]
    Definition Classes
    Base
  81. def findOrCreateDefinition[T](d: (StructKeys.this)#Def[T], newSym: ⇒ (StructKeys.this)#Ref[T]): (StructKeys.this)#Ref[T]
    Definition Classes
    Base
  82. def formatConst(x: Any): String
    Attributes
    protected
    Definition Classes
    GraphVizExport
  83. def formatDef(d: (StructKeys.this)#Def[_])(implicit config: GraphVizConfig): String
    Attributes
    protected
    Definition Classes
    MethodCalls → GraphVizExport
  84. def formatMetadata(s: (StructKeys.this)#Sym): List[String]
    Attributes
    protected
    Definition Classes
    GraphVizExport
  85. final def freshId: Int
    Definition Classes
    Base
    Annotations
    @inline()
  86. final def freshSym[T](d: (StructKeys.this)#Def[T]): (StructKeys.this)#Ref[T]
    Definition Classes
    Base
    Annotations
    @inline()
  87. implicit final def funcElement[A, B](implicit ea: (StructKeys.this)#Elem[A], eb: (StructKeys.this)#Elem[B]): (StructKeys.this)#Elem[(A) ⇒ B]
    Definition Classes
    TypeDescs
  88. def funcIso[A, B, C, D](iso1: (StructKeys.this)#Iso[A, B], iso2: (StructKeys.this)#Iso[C, D]): (StructKeys.this)#Iso[(A) ⇒ C, (B) ⇒ D]
    Definition Classes
    ViewsModule
  89. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  90. def getEntityObject(name: String): Nullable[(StructKeys.this)#EntityObject]
    Definition Classes
    Base
    Annotations
    @inline()
  91. def getOwnerKind(constructor: java.lang.reflect.Constructor[_]): (StructKeys.this)#OwnerKind
    Attributes
    protected
    Definition Classes
    Base
  92. final def getSourceValues(dataEnv: (StructKeys.this)#DataEnv, forWrapper: Boolean, stagedValues: AnyRef*): Seq[AnyRef]
    Definition Classes
    TypeDescs
  93. def getStagedFunc(name: String): (StructKeys.this)#Ref[_]
    Definition Classes
    BaseEx
  94. final def getSym(id: Int): (StructKeys.this)#Sym
    Definition Classes
    Base
    Annotations
    @inline()
  95. def hasFuncArg(args: Array[AnyRef]): Boolean
    Attributes
    protected
    Definition Classes
    BaseEx
  96. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  97. def identityIso[A](implicit elem: (StructKeys.this)#Elem[A]): (StructKeys.this)#Iso[A, A]
    Definition Classes
    ViewsModule
  98. def initialInvokeTesters: ArrayBuffer[(StructKeys.this)#InvokeTester]
    Attributes
    protected
    Definition Classes
    BaseEx
  99. val initialUnpackTesters: Set[(StructKeys.this)#UnpackTester]
    Attributes
    protected
    Definition Classes
    ViewsModule
  100. def invokeAll: Boolean
    Attributes
    protected
    Definition Classes
    BaseEx
  101. def invokeUnlifted(e: (StructKeys.this)#Elem[_], mc: (StructKeys.this)#MethodCall, dataEnv: (StructKeys.this)#DataEnv): AnyRef
    Definition Classes
    TypeDescs
  102. def isConcreteElem(e: (StructKeys.this)#TypeDesc): Boolean
    Definition Classes
    BaseEx
  103. def isConcreteModuloTypeArgs(e: (StructKeys.this)#EntityElem[_]): Boolean
    Attributes
    protected
    Definition Classes
    BaseEx
  104. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  105. def isInvokeEnabled(d: (StructKeys.this)#Def[_], m: Method): Boolean
    Definition Classes
    BaseEx
  106. implicit def liftToRep[A](x: A)(implicit arg0: (StructKeys.this)#Elem[A]): (StructKeys.this)#Ref[A]
    Definition Classes
    Base
    Annotations
    @inline()
  107. def logWarn(msg: ⇒ String): Unit
    Definition Classes
    Base
  108. def mkLeft[A, B](a: (StructKeys.this)#Ref[A])(implicit arg0: (StructKeys.this)#Elem[B]): (StructKeys.this)#Ref[(StructKeys.this)#|[A, B]]
    Definition Classes
    TypeSum
  109. def mkMethodCall(receiver: (StructKeys.this)#Sym, method: Method, args: Seq[AnyRef], neverInvoke: Boolean, isAdapterCall: Boolean, resultElem: (StructKeys.this)#Elem[_]): (StructKeys.this)#Sym
    Definition Classes
    MethodCalls
  110. def mkRight[A, B](b: (StructKeys.this)#Ref[B])(implicit arg0: (StructKeys.this)#Elem[A]): (StructKeys.this)#Ref[(StructKeys.this)#|[A, B]]
    Definition Classes
    TypeSum
  111. val nInitialDefs: Int
    Definition Classes
    Base
  112. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  113. def newObjEx[A](args: Any*)(implicit eA: (StructKeys.this)#Elem[A]): (StructKeys.this)#Ref[A]
    Definition Classes
    MethodCalls
  114. def nodeColor(td: (StructKeys.this)#TypeDesc): String
    Attributes
    protected
    Definition Classes
    GraphVizExport
  115. def nodeColor(td: (StructKeys.this)#TypeDesc, d: (StructKeys.this)#Def[_])(implicit config: GraphVizConfig): String
    Attributes
    protected
    Definition Classes
    GraphVizExport
  116. final def nodeLabel(parts: String*)(implicit config: GraphVizConfig): String
    Attributes
    protected
    Definition Classes
    GraphVizExport
  117. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  118. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  119. def onReset(): Unit
    Attributes
    protected
    Definition Classes
    Base
  120. implicit final def pairElement[A, B](implicit ea: (StructKeys.this)#Elem[A], eb: (StructKeys.this)#Elem[B]): (StructKeys.this)#Elem[(A, B)]
    Definition Classes
    TypeDescs
  121. def pairIso[A1, A2, B1, B2](iso1: (StructKeys.this)#Iso[A1, B1], iso2: (StructKeys.this)#Iso[A2, B2]): (StructKeys.this)#Iso[(A1, A2), (B1, B2)]
    Definition Classes
    ViewsModule
  122. def partsIterator(td: (StructKeys.this)#TypeDesc): TraversableOnce[(StructKeys.this)#TypeDesc] { def seq: scala.collection.TraversableOnce[StructKeys.this.TypeDesc]{def seq: scala.collection.TraversableOnce[StructKeys.this.TypeDesc]{def seq: scala.collection.TraversableOnce[StructKeys.this.TypeDesc]}} }
    Attributes
    protected
    Definition Classes
    GraphVizExport
  123. val performViewsLifting: Boolean
    Definition Classes
    BaseEx
  124. implicit def pimpSum[A, B](s: (StructKeys.this)#Ref[(StructKeys.this)#|[A, B]]): (StructKeys.this)#SumOps[A, B]
    Definition Classes
    TypeSum
  125. def placeholder[T](implicit eT: (StructKeys.this)#LElem[T]): (StructKeys.this)#Ref[T]
    Definition Classes
    Base
    Annotations
    @inline()
  126. def propagateBinOp[T, R](op: (StructKeys.this)#BinOp[T, R], x: (StructKeys.this)#Ref[T], y: (StructKeys.this)#Ref[T]): (StructKeys.this)#Ref[R]
    Definition Classes
    DefRewriting
  127. def propagateUnOp[T, R](op: (StructKeys.this)#UnOp[T, R], x: (StructKeys.this)#Ref[T]): (StructKeys.this)#Ref[R]
    Definition Classes
    DefRewriting
  128. def random[T](bound: (StructKeys.this)#Ref[T])(implicit n: Numeric[T]): (StructKeys.this)#Ref[T]
    Definition Classes
    BaseEx
  129. def registerEntityObject(name: String, obj: (StructKeys.this)#EntityObject): Unit
    Attributes
    protected
    Definition Classes
    Base
  130. implicit def reifyObject[A](obj: (StructKeys.this)#Def[A]): (StructKeys.this)#Ref[A]
    Definition Classes
    Base
  131. def removeInvokeTester(pred: (StructKeys.this)#InvokeTester): Unit
    Definition Classes
    BaseEx
  132. def removeUnpackTester(tester: (StructKeys.this)#UnpackTester): Unit
    Definition Classes
    ViewsModule
  133. def resetContext(): Unit
    Definition Classes
    Base
  134. def resetTesters(): Unit
    Definition Classes
    BaseEx
  135. final def rewriteBinOp[A, R](op: (StructKeys.this)#BinOp[A, R], x: (StructKeys.this)#Ref[A], y: (StructKeys.this)#Ref[A]): (StructKeys.this)#Ref[_]
    Definition Classes
    DefRewriting
  136. def rewriteDef[T](d: (StructKeys.this)#Def[T]): (StructKeys.this)#Ref[_]
    Definition Classes
    DefRewriting
  137. def rewriteNonInvokableMethodCall(mc: (StructKeys.this)#MethodCall): (StructKeys.this)#Ref[_]
    Definition Classes
    MethodCalls
  138. final def rewriteUnOp[A, R](op: (StructKeys.this)#UnOp[A, R], x: (StructKeys.this)#Ref[A]): (StructKeys.this)#Ref[_]
    Definition Classes
    DefRewriting
  139. def rewriteViews[T](d: (StructKeys.this)#Def[T]): (StructKeys.this)#Ref[_]
    Definition Classes
    BaseEx
  140. def sOptionElement[A](implicit arg0: (StructKeys.this)#Elem[A]): (StructKeys.this)#Elem[(StructKeys.this)#SOptional[A]]
    Definition Classes
    TypeSum
  141. def shouldEmitCluster(g: (StructKeys.this)#AstGraph): Boolean
    Attributes
    protected
    Definition Classes
    GraphVizExport
  142. def shouldUnpack(e: (StructKeys.this)#Elem[_]): Boolean
    Definition Classes
    ViewsModule
  143. def showGraphs(graph: (StructKeys.this)#AstGraph)(implicit config: GraphVizConfig): Unit
    Definition Classes
    GraphVizExport
  144. def showGraphs(roots: (StructKeys.this)#Sym*)(implicit config: GraphVizConfig): Unit
    Definition Classes
    GraphVizExport
  145. def stagingExceptionMessage(message: String, syms: Seq[(StructKeys.this)#Ref[_]]): String
    Attributes
    protected
    Definition Classes
    Base
  146. implicit final def sumElement[A, B](implicit ea: (StructKeys.this)#Elem[A], eb: (StructKeys.this)#Elem[B]): (StructKeys.this)#Elem[(StructKeys.this)#|[A, B]]
    Definition Classes
    TypeDescs
  147. def sumIso[A1, A2, B1, B2](iso1: (StructKeys.this)#Iso[A1, B1], iso2: (StructKeys.this)#Iso[A2, B2]): (StructKeys.this)#Iso[(StructKeys.this)#|[A1, A2], (StructKeys.this)#|[B1, B2]]
    Definition Classes
    ViewsModule
  148. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  149. def throwInvocationException(whatFailed: String, cause: Throwable, receiver: (StructKeys.this)#Sym, m: Method, args: Seq[Any]): Nothing
    Definition Classes
    MethodCalls
  150. def thunkIso[A, B](iso: (StructKeys.this)#Iso[A, B]): (StructKeys.this)#Iso1[A, B, (StructKeys.this)#Thunk]
    Definition Classes
    ViewsModule
  151. def toExp[T](d: (StructKeys.this)#Def[T], newSym: ⇒ (StructKeys.this)#Ref[T]): (StructKeys.this)#Ref[T]
    Attributes
    protected[scalan]
    Definition Classes
    Base
  152. implicit final def toLazyElem[A](implicit eA: (StructKeys.this)#Elem[A]): (StructKeys.this)#LElem[A]
    Definition Classes
    TypeDescs
  153. def toRep[A](x: A)(implicit eA: (StructKeys.this)#Elem[A]): (StructKeys.this)#Ref[A]
    Definition Classes
    Base
  154. def toString(): String
    Definition Classes
    AnyRef → Any
  155. def transformProductParam(x: Any, t: (StructKeys.this)#Transformer): Any
    Attributes
    protected
    Definition Classes
    Base
  156. def unapplyViews[T](s: (StructKeys.this)#Ref[T]): Option[(StructKeys.this)#Unpacked[T]]
    Definition Classes
    BaseEx
  157. val unpackTesters: Set[(StructKeys.this)#UnpackTester]
    Attributes
    protected
    Definition Classes
    ViewsModule
  158. def unrefDelegate[T <: AnyRef](x: (StructKeys.this)#Ref[T])(implicit ct: ClassTag[T]): T
    Attributes
    protected
    Definition Classes
    MethodCalls
  159. final def updateSymbolTable[T](s: (StructKeys.this)#Ref[T], d: (StructKeys.this)#Def[T]): (StructKeys.this)#Ref[T]
    Definition Classes
    Base
  160. final def valueFromRep[A](x: (StructKeys.this)#Ref[A]): A
    Definition Classes
    Base
    Annotations
    @inline()
  161. def variable[T](implicit eT: (StructKeys.this)#LElem[T]): (StructKeys.this)#Ref[T]
    Definition Classes
    Base
    Annotations
    @inline()
  162. implicit def viewElement[From, To](implicit iso: (StructKeys.this)#Iso[From, To]): (StructKeys.this)#Elem[To]
    Definition Classes
    ViewsModule
  163. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  164. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  165. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  166. object Def
    Definition Classes
    Base
  167. object Elem extends Serializable
    Definition Classes
    TypeDescs
  168. object Liftables
    Definition Classes
    Base
  169. object SOptional
    Definition Classes
    TypeSum

Inherited from BaseEx

Inherited from DefRewriting

Inherited from Entities

Inherited from ViewsModule

Inherited from ViewsDefs

Inherited from Views

Inherited from TypeSum

Inherited from MethodCalls

Inherited from GraphVizExport

Inherited from TypeDescs

Inherited from Base

Inherited from AnyRef

Inherited from Any

Ungrouped