case class name(id: String, theory_id: String, library_id: String, mappings: List[mapping], target: Option[theory_name], actuals: List[Object], dactuals: List[Object]) extends Group with Product with Serializable
user-provided reference to a symbol
- id
theory name
- library_id
library (in particular, as declared by lib_decl)
- mappings
instantiations/renaming for
- target
abbreviation for substituting a set of names at once by the declarations of the same local name in a different theory
- actuals
instantiations for the formal parameters (positional, full)
- Source
- Objects.scala
- Alphabetic
- By Inheritance
- name
- Serializable
- Serializable
- Product
- Equals
- Group
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
name(id: String, theory_id: String, library_id: String, mappings: List[mapping], target: Option[theory_name], actuals: List[Object], dactuals: List[Object])
- id
theory name
- library_id
library (in particular, as declared by lib_decl)
- mappings
instantiations/renaming for
- target
abbreviation for substituting a set of names at once by the declarations of the same local name in a different theory
- actuals
instantiations for the formal parameters (positional, full)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val actuals: List[Object]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val dactuals: List[Object]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: String
- def id_proper: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val library_id: String
- val mappings: List[mapping]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val target: Option[theory_name]
- val theory_id: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()