Packages

t

scalan.primitives.impl

StructKeysDefs

trait StructKeysDefs extends TypeDescs with StructKeys

Self Type
Structs with ScalanEx
Linear Supertypes
StructKeys, BaseEx, DefRewriting, Entities, ViewsModule, ViewsDefs, Views, TypeSum, MethodCalls, GraphVizExport, TypeDescs, Base, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructKeysDefs
  2. StructKeys
  3. BaseEx
  4. DefRewriting
  5. Entities
  6. ViewsModule
  7. ViewsDefs
  8. Views
  9. TypeSum
  10. MethodCalls
  11. GraphVizExport
  12. TypeDescs
  13. Base
  14. AnyRef
  15. 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 IndexStructKey[Schema <: (StructKeys.this)#Struct] extends (StructKeys.this)#Node with (StructKeys.this)#StructKey[Schema]
    Definition Classes
    StructKeys
    Annotations
    @Isospec()
  31. abstract class NameStructKey[Schema <: (StructKeys.this)#Struct] extends (StructKeys.this)#Node with (StructKeys.this)#StructKey[Schema]
    Definition Classes
    StructKeys
    Annotations
    @Isospec()
  32. trait StructKey[Schema <: (StructKeys.this)#Struct] extends (StructKeys.this)#Node with (StructKeys.this)#Def[(StructKeys.this)#StructKey[Schema]]
    Definition Classes
    StructKeys
  33. implicit class JoinSumOps[A] extends AnyRef
    Definition Classes
    TypeSum
  34. implicit class OptionOps[A] extends AnyRef
    Definition Classes
    TypeSum
  35. implicit class RepExtensionsForSum[A] extends AnyRef
    Definition Classes
    TypeSum
  36. 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
  37. 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
  38. 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
  39. 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
  40. trait SumOps[A, B] extends AnyRef
    Definition Classes
    TypeSum
  41. class SumOpsExp[A, B] extends (TypeSum.this)#SumOps[A, B]
    Definition Classes
    TypeSum
  42. abstract class BaseDef[+T] extends Scalan.Node with Scalan.Def[T]
    Definition Classes
    Base
  43. abstract class BaseElem[A] extends Scalan.Elem[A] with Serializable with Equals
    Definition Classes
    TypeDescs
  44. class BaseElemLiftable[A] extends Scalan.BaseElem[A]
    Definition Classes
    TypeDescs
  45. abstract class CompanionDef[T] extends Scalan.Node with Scalan.Def[T]
    Definition Classes
    Base
  46. abstract class CompanionElem[T] extends Scalan.Elem[T]
    Definition Classes
    Entities
  47. trait ConcreteElem[TData, TClass] extends Scalan.EntityElem[TClass]
    Definition Classes
    Entities
  48. trait ConcreteElem1[A, TData, TClass, C[_]] extends Scalan.EntityElem1[A, TClass, C]
    Definition Classes
    Entities
  49. case class Const[T] extends Scalan.BaseDef[T] with Product with Serializable
    Definition Classes
    Base
  50. abstract class Cont[F[_]] extends Scalan.TypeDesc
    Definition Classes
    TypeDescs
    Annotations
    @implicitNotFound( "No Cont available for ${F}." )
  51. type DataEnv = Map[(StructKeysDefs.this)#Sym, AnyRef]
    Definition Classes
    TypeDescs
  52. trait Def[+T] extends Scalan.Node
    Definition Classes
    Base
  53. abstract class Elem[A] extends Scalan.TypeDesc
    Definition Classes
    TypeDescs
    Annotations
    @implicitNotFound( "No Elem available for ${A}." )
  54. class ElemCacheEntry extends AnyRef
    Definition Classes
    TypeDescs
  55. abstract class EntityElem[A] extends Scalan.Elem[A] with Equals
    Definition Classes
    Entities
  56. abstract class EntityElem1[A, To, C[_]] extends Scalan.EntityElem[To]
    Definition Classes
    Entities
  57. class EntityObject extends AnyRef
    Definition Classes
    Base
  58. case class EntityObjectOwner extends Scalan.OwnerKind with Product with Serializable
    Definition Classes
    Base
  59. case class EnvRep[A] extends Product with Serializable
    Definition Classes
    TypeDescs
  60. case class FuncElem[A, B] extends Scalan.Elem[(A) ⇒ B] with Product with Serializable
    Definition Classes
    TypeDescs
  61. trait Functor[F[_]] extends Scalan.Cont[F]
    Definition Classes
    TypeDescs
  62. case class GraphFile extends Product with Serializable
    Definition Classes
    GraphVizExport
  63. case class InvokeFailure extends Scalan.InvokeResult with Product with Serializable
    Definition Classes
    MethodCalls
  64. sealed abstract class InvokeResult extends AnyRef
    Definition Classes
    MethodCalls
  65. case class InvokeSuccess extends Scalan.InvokeResult with Product with Serializable
    Definition Classes
    MethodCalls
  66. type InvokeTester = ((StructKeysDefs.this)#Def[_], Method) ⇒ Boolean
    Definition Classes
    BaseEx
  67. type Iso[From, To] = (StructKeysDefs.this)#Ref[(StructKeysDefs.this)#IsoUR[From, To]]
    Definition Classes
    Views
  68. type Iso1[A, B, C[_]] = (StructKeysDefs.this)#Ref[(StructKeysDefs.this)#Iso1UR[A, B, C]]
    Definition Classes
    Views
  69. type LElem[A] = Lazy[(StructKeysDefs.this)#Elem[A]]
    Definition Classes
    TypeDescs
  70. case class MethodCall extends Scalan.Node with Scalan.Def[Any] with Product with Serializable
    Definition Classes
    MethodCalls
  71. sealed abstract class MethodDesc extends AnyRef
    Definition Classes
    TypeDescs
  72. case class NewObject[A] extends Scalan.BaseDef[A] with Product with Serializable
    Definition Classes
    MethodCalls
  73. abstract class Node extends Product
    Definition Classes
    Base
  74. class NotImplementedStagingException extends Scalan.StagingException
    Definition Classes
    Base
  75. sealed abstract class OwnerKind extends AnyRef
    Definition Classes
    Base
  76. case class PairElem[A, B] extends Scalan.Elem[(A, B)] with Product with Serializable
    Definition Classes
    TypeDescs
  77. case class Placeholder[T] extends Scalan.Node with Scalan.Def[T] with Product with Serializable
    Definition Classes
    Base
  78. type RFunc[-A, +B] = (StructKeysDefs.this)#Ref[(A) ⇒ B]
    Definition Classes
    Base
  79. case class RMethodDesc extends Scalan.MethodDesc with Product with Serializable
    Definition Classes
    TypeDescs
  80. type ROptional[A] = (StructKeysDefs.this)#Ref[(StructKeysDefs.this)#SOptional[A]]
    Definition Classes
    TypeSum
  81. type RPair[+A, +B] = (StructKeysDefs.this)#Ref[(A, B)]
    Definition Classes
    Base
  82. abstract class Ref[+T] extends AnyRef
    Definition Classes
    Base
  83. type SKey[S <: (StructKeysDefs.this)#Struct] = (StructKeysDefs.this)#Ref[(StructKeysDefs.this)#StructKey[S]]
    Definition Classes
    StructKeys
  84. type SOptional[A] = Either[Unit, A]
    Definition Classes
    TypeSum
  85. implicit class SeqExpExtensionsForEmitGraph extends AnyRef
    Definition Classes
    GraphVizExport
  86. final class SingleRef[+T] extends Scalan.Ref[T]
    Definition Classes
    Base
  87. class StagingException extends RuntimeException
    Definition Classes
    Base
  88. case class SumElem[A, B] extends Scalan.Elem[Scalan.|[A, B]] with Product with Serializable
    Definition Classes
    TypeDescs
  89. type Sym = (StructKeysDefs.this)#Ref[_]
    Definition Classes
    Base
  90. abstract class Transformer extends AnyRef
    Definition Classes
    Base
  91. abstract class TypeDesc extends Serializable
    Definition Classes
    TypeDescs
  92. type UnpackTester = ((StructKeysDefs.this)#Elem[_]) ⇒ Boolean
    Definition Classes
    ViewsModule
  93. type Unpacked[T] = ((StructKeysDefs.this)#Ref[Source], (StructKeysDefs.this)#Iso[Source, T]) forSome {type Source}
    Definition Classes
    ViewsModule
  94. type UnpackedLambdaResult[T, R] = ((StructKeysDefs.this)#Ref[(T) ⇒ R], (StructKeysDefs.this)#Iso[Source, R]) forSome {type Source}
    Definition Classes
    ViewsModule
  95. case class Variable[T] extends Scalan.Node with Scalan.Def[T] with Product with Serializable
    Definition Classes
    Base
  96. case class WMethodDesc extends Scalan.MethodDesc with Product with Serializable
    Definition Classes
    TypeDescs
  97. type |[+A, +B] = Either[A, B]
    Definition Classes
    Base

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

Inherited from StructKeys

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