Packages

t

scalan.primitives.impl

StructItemsDefs

trait StructItemsDefs extends TypeDescs with StructItems

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

Type Members

  1. abstract class AbsorbFirstUnitIso[A2, B2] extends (Views.this)#Node with (Views.this)#IsoUR[A2, (Unit, B2)]
    Definition Classes
    Views
    Annotations
    @Isospec()
  2. abstract class AbsorbSecondUnitIso[A1, B1] extends (Views.this)#Node with (Views.this)#IsoUR[A1, (B1, Unit)]
    Definition Classes
    Views
    Annotations
    @Isospec()
  3. implicit class AnyIsoOps extends AnyRef
    Definition Classes
    Views
  4. abstract class ComposeIso[A, B, C] extends (Views.this)#Node with (Views.this)#IsoUR[A, C]
    Definition Classes
    Views
    Annotations
    @Isospec()
  5. abstract class FuncIso[A, B, C, D] extends (Views.this)#Node with (Views.this)#IsoUR[(A) ⇒ C, (B) ⇒ D]
    Definition Classes
    Views
    Annotations
    @Isospec()
  6. abstract class IdentityIso[A] extends (Views.this)#Node with (Views.this)#IsoUR[A, A]
    Definition Classes
    Views
    Annotations
    @Isospec()
  7. trait Iso1UR[A, B, C[_]] extends (Views.this)#Node with (Views.this)#IsoUR[C[A], C[B]]
    Definition Classes
    Views
  8. implicit class IsoOps[A, B] extends AnyRef
    Definition Classes
    Views
  9. trait IsoUR[From, To] extends (Views.this)#Node with (Views.this)#Def[(Views.this)#IsoUR[From, To]]
    Definition Classes
    Views
  10. abstract class PairIso[A1, A2, B1, B2] extends (Views.this)#Node with (Views.this)#IsoUR[(A1, A2), (B1, B2)]
    Definition Classes
    Views
    Annotations
    @Isospec()
  11. trait PairIsoCompanion extends AnyRef
    Definition Classes
    Views
  12. 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()
  13. abstract class ThunkIso[A, B] extends (Views.this)#Node with (Views.this)#Iso1UR[A, B, (Views.this)#Thunk]
    Definition Classes
    Views
    Annotations
    @Isospec()
  14. class ConcreteIsoElem[From, To, IsoType <: (ViewsModule.this)#IsoUR[From, To]] extends IsoURElem[From, To, IsoType]
    Definition Classes
    ViewsModule
  15. 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
  16. 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
  17. 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
  18. 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
  19. abstract class View[From, To] extends (ViewsModule.this)#Node with (ViewsModule.this)#Def[To]
    Definition Classes
    ViewsModule
  20. abstract class View1[A, B, C[_]] extends (ViewsModule.this)#View[C[A], C[B]]
    Definition Classes
    ViewsModule
  21. abstract class View2[A1, A2, B1, B2, C[_, _]] extends (ViewsModule.this)#View[C[A1, A2], C[B1, B2]]
    Definition Classes
    ViewsModule
  22. trait ViewElem[From, To] extends (ViewsModule.this)#Elem[To]
    Definition Classes
    ViewsModule
  23. trait ViewElem1[A, From, To, C[_]] extends (ViewsModule.this)#Elem[To] with (ViewsModule.this)#ViewElem[From, To]
    Definition Classes
    ViewsModule
  24. trait StructItem[+Val, Schema <: (StructItems.this)#Struct] extends (StructItems.this)#Node with (StructItems.this)#Def[(StructItems.this)#StructItem[Val, Schema]]
    Definition Classes
    StructItems
  25. abstract class StructItemBase[Val, Schema <: (StructItems.this)#Struct] extends (StructItems.this)#Node with (StructItems.this)#StructItem[Val, Schema]
    Definition Classes
    StructItems
    Annotations
    @Isospec()
  26. implicit class JoinSumOps[A] extends AnyRef
    Definition Classes
    TypeSum
  27. implicit class OptionOps[A] extends AnyRef
    Definition Classes
    TypeSum
  28. implicit class RepExtensionsForSum[A] extends AnyRef
    Definition Classes
    TypeSum
  29. 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
  30. 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
  31. 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
  32. 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
  33. trait SumOps[A, B] extends AnyRef
    Definition Classes
    TypeSum
  34. class SumOpsExp[A, B] extends (TypeSum.this)#SumOps[A, B]
    Definition Classes
    TypeSum
  35. abstract class BaseDef[+T] extends Scalan.Node with Scalan.Def[T]
    Definition Classes
    Base
  36. abstract class BaseElem[A] extends Scalan.Elem[A] with Serializable with Equals
    Definition Classes
    TypeDescs
  37. class BaseElemLiftable[A] extends Scalan.BaseElem[A]
    Definition Classes
    TypeDescs
  38. abstract class CompanionDef[T] extends Scalan.Node with Scalan.Def[T]
    Definition Classes
    Base
  39. abstract class CompanionElem[T] extends Scalan.Elem[T]
    Definition Classes
    Entities
  40. trait ConcreteElem[TData, TClass] extends Scalan.EntityElem[TClass]
    Definition Classes
    Entities
  41. trait ConcreteElem1[A, TData, TClass, C[_]] extends Scalan.EntityElem1[A, TClass, C]
    Definition Classes
    Entities
  42. case class Const[T] extends Scalan.BaseDef[T] with Product with Serializable
    Definition Classes
    Base
  43. abstract class Cont[F[_]] extends Scalan.TypeDesc
    Definition Classes
    TypeDescs
    Annotations
    @implicitNotFound( "No Cont available for ${F}." )
  44. type DataEnv = Map[(StructItemsDefs.this)#Sym, AnyRef]
    Definition Classes
    TypeDescs
  45. trait Def[+T] extends Scalan.Node
    Definition Classes
    Base
  46. abstract class Elem[A] extends Scalan.TypeDesc
    Definition Classes
    TypeDescs
    Annotations
    @implicitNotFound( "No Elem available for ${A}." )
  47. class ElemCacheEntry extends AnyRef
    Definition Classes
    TypeDescs
  48. abstract class EntityElem[A] extends Scalan.Elem[A] with Equals
    Definition Classes
    Entities
  49. abstract class EntityElem1[A, To, C[_]] extends Scalan.EntityElem[To]
    Definition Classes
    Entities
  50. class EntityObject extends AnyRef
    Definition Classes
    Base
  51. case class EntityObjectOwner extends Scalan.OwnerKind with Product with Serializable
    Definition Classes
    Base
  52. case class EnvRep[A] extends Product with Serializable
    Definition Classes
    TypeDescs
  53. case class FuncElem[A, B] extends Scalan.Elem[(A) ⇒ B] with Product with Serializable
    Definition Classes
    TypeDescs
  54. trait Functor[F[_]] extends Scalan.Cont[F]
    Definition Classes
    TypeDescs
  55. case class GraphFile extends Product with Serializable
    Definition Classes
    GraphVizExport
  56. case class InvokeFailure extends Scalan.InvokeResult with Product with Serializable
    Definition Classes
    MethodCalls
  57. sealed abstract class InvokeResult extends AnyRef
    Definition Classes
    MethodCalls
  58. case class InvokeSuccess extends Scalan.InvokeResult with Product with Serializable
    Definition Classes
    MethodCalls
  59. type Iso[From, To] = (StructItemsDefs.this)#Ref[(StructItemsDefs.this)#IsoUR[From, To]]
    Definition Classes
    Views
  60. type Iso1[A, B, C[_]] = (StructItemsDefs.this)#Ref[(StructItemsDefs.this)#Iso1UR[A, B, C]]
    Definition Classes
    Views
  61. type LElem[A] = Lazy[(StructItemsDefs.this)#Elem[A]]
    Definition Classes
    TypeDescs
  62. case class MethodCall extends Scalan.Node with Scalan.Def[Any] with Product with Serializable
    Definition Classes
    MethodCalls
  63. sealed abstract class MethodDesc extends AnyRef
    Definition Classes
    TypeDescs
  64. case class NewObject[A] extends Scalan.BaseDef[A] with Product with Serializable
    Definition Classes
    MethodCalls
  65. abstract class Node extends Product
    Definition Classes
    Base
  66. class NotImplementedStagingException extends Scalan.StagingException
    Definition Classes
    Base
  67. sealed abstract class OwnerKind extends AnyRef
    Definition Classes
    Base
  68. case class PairElem[A, B] extends Scalan.Elem[(A, B)] with Product with Serializable
    Definition Classes
    TypeDescs
  69. case class Placeholder[T] extends Scalan.Node with Scalan.Def[T] with Product with Serializable
    Definition Classes
    Base
  70. type RFunc[-A, +B] = (StructItemsDefs.this)#Ref[(A) ⇒ B]
    Definition Classes
    Base
  71. case class RMethodDesc extends Scalan.MethodDesc with Product with Serializable
    Definition Classes
    TypeDescs
  72. type ROptional[A] = (StructItemsDefs.this)#Ref[(StructItemsDefs.this)#SOptional[A]]
    Definition Classes
    TypeSum
  73. type RPair[+A, +B] = (StructItemsDefs.this)#Ref[(A, B)]
    Definition Classes
    Base
  74. abstract class Ref[+T] extends AnyRef
    Definition Classes
    Base
  75. type SOptional[A] = Either[Unit, A]
    Definition Classes
    TypeSum
  76. implicit class SeqExpExtensionsForEmitGraph extends AnyRef
    Definition Classes
    GraphVizExport
  77. final class SingleRef[+T] extends Scalan.Ref[T]
    Definition Classes
    Base
  78. class StagingException extends RuntimeException
    Definition Classes
    Base
  79. case class SumElem[A, B] extends Scalan.Elem[Scalan.|[A, B]] with Product with Serializable
    Definition Classes
    TypeDescs
  80. type Sym = (StructItemsDefs.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 = ((StructItemsDefs.this)#Elem[_]) ⇒ Boolean
    Definition Classes
    ViewsModule
  84. type Unpacked[T] = ((StructItemsDefs.this)#Ref[Source], (StructItemsDefs.this)#Iso[Source, T]) forSome {type Source}
    Definition Classes
    ViewsModule
  85. type UnpackedLambdaResult[T, R] = ((StructItemsDefs.this)#Ref[(T) ⇒ R], (StructItemsDefs.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

Value Members

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

Inherited from StructItems

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