case class CodeGen(inducNames: (Term) => Option[Term] = (_) => None, defns: Map[String, Term] = Map()) extends Product with Serializable
- Alphabetic
- By Inheritance
- CodeGen
- Serializable
- Product
- Equals
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CodeGen(inducNames: (Term) => Option[Term] = (_) => None, defns: Map[String, Term] = Map())
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (CodeGen, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(t: Term): Option[Term]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def consSeq[SS <: HList, H <: Term with Subs[H], Intros <: HList](seq: ConstructorSeqTL[SS, H, Intros]): Option[Term]
- def consSeqDom[SS <: HList, H <: Term with Subs[H], Intros <: HList](seqDom: ConstructorSeqDom[SS, H, Intros], typ: Typ[H]): Option[Term]
- def consShape[S <: HList, H <: Term with Subs[H], ConstructorType <: Term with Subs[ConstructorType]](shape: ConstructorShape[S, H, ConstructorType], typ: Typ[H]): Option[Term]
- val defns: Map[String, Term]
- def ensuring(cond: (CodeGen) => Boolean, msg: => Any): CodeGen
- def ensuring(cond: (CodeGen) => Boolean): CodeGen
- def ensuring(cond: Boolean, msg: => Any): CodeGen
- def ensuring(cond: Boolean): CodeGen
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def index[Index](ind: Index): Option[Term]
- def indexedConsSeqDom[SS <: HList, H <: Term with Subs[H], F <: Term with Subs[F], Index <: HList, Intros <: HList](seqDom: IndexedConstructorSeqDom[SS, H, F, Index, Intros]): Option[Term]
- def indexedConsShape[S <: HList, H <: Term with Subs[H], Fb <: Term with Subs[Fb], ConstructorType <: Term with Subs[ConstructorType], Index <: HList](shape: IndexedConstructorShape[S, H, Fb, ConstructorType, Index], w: Fb): Option[Term]
- def indexedIterFunc[H <: Term with Subs[H], F <: Term with Subs[F], Fb <: Term with Subs[Fb], Index <: HList](iterFunc: IndexedIterFuncShape[H, F, Fb, Index], w: Fb): Option[Term]
- val inducNames: (Term) => Option[Term]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterFunc[O <: Term with Subs[O], F <: Term with Subs[F]](s: IterFuncShape[O, F], typ: Typ[O]): Option[Term]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val onTerm: (Term) => Option[Term]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def symCode(sym: AnySym): Term
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def termDefOpt(name: String, term: Term): Option[Val]
- def termDefs(nts: (String, Term)*): Block
- def termObjectOpt(name: String, term: Term): Option[Val]
- def typFamilyPtn[H <: Term with Subs[H], F <: Term with Subs[F], Index <: HList](ptn: TypFamilyPtn[H, F, Index], typ: Typ[H]): Option[Term]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (CodeGen, B)
- Implicit
- This member is added by an implicit conversion from CodeGen toArrowAssoc[CodeGen] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.