Class

agt.IntrinsicSyntax

ILambda

Related Doc: package IntrinsicSyntax

Permalink

case class ILambda(x: IVar, t: IntrinsicTerm) extends ISerious with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ISerious, IntrinsicTerm, Latexable, Boxeable, Highlighteable, Term, Printeable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ILambda
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ISerious
  7. IntrinsicTerm
  8. Latexable
  9. Boxeable
  10. Highlighteable
  11. Term
  12. Printeable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ILambda(x: IVar, t: IntrinsicTerm)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def attachType(s: String, tpe: GType = this.tpe)(implicit o: IOptions): String

    Permalink
    Definition Classes
    IntrinsicTerm
  6. def boxLevel: Unit

    Permalink
    Definition Classes
    IntrinsicTermBoxeable
  7. var boxed: Int

    Permalink
    Definition Classes
    Boxeable
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def derivationTree(implicit o: IOptions): String

    Permalink
    Definition Classes
    IntrinsicTermLatexable
  10. def derivationTreeRaw(implicit o: IOptions): DerivationTreeSimpleRep

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

    Permalink
    Definition Classes
    AnyRef
  12. val evidences: Seq[Evidence]

    Permalink
    Definition Classes
    IntrinsicTerm
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. var highlight: Int

    Permalink
    Definition Classes
    Highlighteable
  16. def inTermT(s: String): String

    Permalink
    Definition Classes
    IntrinsicTerm
  17. def infer(implicit o: IOptions): String

    Permalink
    Definition Classes
    IntrinsicTermLatexable
  18. def inferRaw(implicit o: IOptions): DerivationTreeSimpleRep

    Permalink
    Definition Classes
    IntrinsicTerm
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val judgments: Seq[Judgment]

    Permalink
    Definition Classes
    IntrinsicTerm
  21. def judgmentsSimple(implicit o: IOptions): List[JudgmentSimple]

    Permalink
    Definition Classes
    IntrinsicTerm
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def pprint: String

    Permalink
    Definition Classes
    ILambdaPrinteable
  26. def startBoxedTimer: Unit

    Permalink
    Definition Classes
    Boxeable
  27. def startHighlightTimer: Unit

    Permalink
    Definition Classes
    Highlighteable
  28. val subTerms: Seq[IntrinsicTerm]

    Permalink
    Definition Classes
    ILambdaIntrinsicTerm
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. val t: IntrinsicTerm

    Permalink
  31. def toLatex(implicit o: IOptions): String

    Permalink
    Definition Classes
    ILambdaLatexable
  32. val tpe: FuncType

    Permalink
    Definition Classes
    ILambdaIntrinsicTerm
  33. def unboxLevel: Unit

    Permalink
    Definition Classes
    IntrinsicTermBoxeable
  34. def unhighlightLevel: Unit

    Permalink
    Definition Classes
    IntrinsicTermHighlighteable
  35. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. val x: IVar

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ISerious

Inherited from IntrinsicTerm

Inherited from Latexable

Inherited from Boxeable

Inherited from Highlighteable

Inherited from Term

Inherited from Printeable

Inherited from AnyRef

Inherited from Any

Ungrouped