c

at.logic.gapt.proofs

ReadonlyMutableContext

class ReadonlyMutableContext extends MutableContext

Source
Context.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReadonlyMutableContext
  2. MutableContext
  3. Context
  4. BabelSignature
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReadonlyMutableContext(ctx: ImmutableContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(update: Update): ImmutableContext

    Adds an element to the context.

    Adds an element to the context.

    If this is not a valid addition, then an exception is thrown.

    Definition Classes
    Context
  4. def ++(updates: Traversable[Update]): ImmutableContext
    Definition Classes
    Context
  5. def ++=(updates: Iterable[Update]): Unit
    Definition Classes
    MutableContext
  6. def +=(update: Update): Unit
    Definition Classes
    MutableContext
  7. def ->[B](y: B): (ReadonlyMutableContext, B)
    Implicit
    This member is added by an implicit conversion from ReadonlyMutableContext to ArrowAssoc[ReadonlyMutableContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def addDefinition(by: Expr, name: ⇒ String = ..., reuse: Boolean = true): Const
    Definition Classes
    MutableContext
  10. def addSkolemSym(defn: Expr, name: ⇒ String = ..., reuse: Boolean = true): Const
    Definition Classes
    MutableContext
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def check[T](t: T)(implicit arg0: Checkable[T]): Unit
    Definition Classes
    Context
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def constant(name: String): Option[Const]

    Returns Some(const) if name is a constant.

    Returns Some(const) if name is a constant.

    Definition Classes
    Context
  15. def constants: Iterable[Const]
    Definition Classes
    Context
  16. def contains(defn: Definition): Boolean

    Returns true iff the context contains the definition defn (the definitional expansion has to match as well).

    Returns true iff the context contains the definition defn (the definitional expansion has to match as well).

    Definition Classes
    Context
  17. def ctx: ImmutableContext
    Definition Classes
    MutableContext
  18. def ctx_=(newCtx: ImmutableContext): Unit
    Definition Classes
    ReadonlyMutableContextMutableContext
  19. def definition(c: Const): Option[Expr]

    Returns Some(expandedDefinition) if c is a defined constant.

    Returns Some(expandedDefinition) if c is a defined constant.

    Definition Classes
    Context
  20. def definitions: Map[Const, Expr]
    Definition Classes
    Context
  21. def ensuring(cond: (ReadonlyMutableContext) ⇒ Boolean, msg: ⇒ Any): ReadonlyMutableContext
    Implicit
    This member is added by an implicit conversion from ReadonlyMutableContext to Ensuring[ReadonlyMutableContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (ReadonlyMutableContext) ⇒ Boolean): ReadonlyMutableContext
    Implicit
    This member is added by an implicit conversion from ReadonlyMutableContext to Ensuring[ReadonlyMutableContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: ⇒ Any): ReadonlyMutableContext
    Implicit
    This member is added by an implicit conversion from ReadonlyMutableContext to Ensuring[ReadonlyMutableContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): ReadonlyMutableContext
    Implicit
    This member is added by an implicit conversion from ReadonlyMutableContext to Ensuring[ReadonlyMutableContext] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ReadonlyMutableContext to StringFormat[ReadonlyMutableContext] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  29. def get[T](implicit arg0: Facet[T]): T

    Gets a facet of this context, initializing it if it is not present yet.

    Gets a facet of this context, initializing it if it is not present yet.

    Definition Classes
    Context
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  31. def getConstructors(ty: TBase): Option[Vector[Const]]

    Returns Some(ctrs) if name is an inductive type with constructors ctrs.

    Returns Some(ctrs) if name is an inductive type with constructors ctrs.

    Definition Classes
    Context
  32. def getConstructors(ty: Ty): Option[Vector[Const]]

    Returns Some(ctrs) if name is an inductive type with constructors ctrs.

    Returns Some(ctrs) if name is an inductive type with constructors ctrs.

    Definition Classes
    Context
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  34. def isDefEq(a: Expr, b: Expr): Boolean
    Definition Classes
    Context
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def isType(ty: TBase): Boolean

    Returns true iff ty is a defined base type.

    Returns true iff ty is a defined base type.

    Definition Classes
    Context
  37. def names: Iterable[String]
    Definition Classes
    Context
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def newMutable: MutableContext
    Definition Classes
    Context
  40. def newNameGenerator: NameGenerator
    Definition Classes
    Context
  41. def normalize(expression: Expr): Expr

    Normalizes an expression with the reduction rules stored in this context.

    Normalizes an expression with the reduction rules stored in this context.

    Definition Classes
    Context
  42. def normalizer: Normalizer
    Definition Classes
    Context
  43. final def notify(): Unit
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  45. def reductionRules: Iterable[ReductionRule]

    Returns a collection of all (expression-level) reduction rules of this context.

    Returns a collection of all (expression-level) reduction rules of this context.

    Definition Classes
    Context
  46. def signatureLookup(s: String): VarConst

    Decides whether the symbol with the given identifier should be a variable or constant, and what its type should be.

    Decides whether the symbol with the given identifier should be a variable or constant, and what its type should be.

    s

    The name of the symbol.

    returns

    Either IsVar(type) or IsConst(type).

    Definition Classes
    ContextBabelSignature
  47. def skolemDef(skSym: Const): Option[Expr]

    Returns the Skolem definition of skSym.

    Returns the Skolem definition of skSym. See at.logic.gapt.expr.hol.SkolemFunctions.

    Definition Classes
    Context
  48. def state: State
    Definition Classes
    MutableContextContext
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def toImmutable: ImmutableContext
    Definition Classes
    MutableContextContext
  51. def toReadonly: ReadonlyMutableContext
    Definition Classes
    Context
  52. def toString(): String
    Definition Classes
    MutableContextContext → AnyRef → Any
  53. def updates: List[Update]
    Definition Classes
    MutableContextContext
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def whnf(expression: Expr): Expr
    Definition Classes
    Context
  58. def [B](y: B): (ReadonlyMutableContext, B)
    Implicit
    This member is added by an implicit conversion from ReadonlyMutableContext to ArrowAssoc[ReadonlyMutableContext] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ReadonlyMutableContext to any2stringadd[ReadonlyMutableContext] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (readonlyMutableContext: any2stringadd[ReadonlyMutableContext]).+(other)
    Definition Classes
    any2stringadd

Inherited from MutableContext

Inherited from Context

Inherited from BabelSignature

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ReadonlyMutableContext to any2stringadd[ReadonlyMutableContext]

Inherited by implicit conversion StringFormat from ReadonlyMutableContext to StringFormat[ReadonlyMutableContext]

Inherited by implicit conversion Ensuring from ReadonlyMutableContext to Ensuring[ReadonlyMutableContext]

Inherited by implicit conversion ArrowAssoc from ReadonlyMutableContext to ArrowAssoc[ReadonlyMutableContext]

Ungrouped