case class InferMessage(context: Option[Context], inFormat: String, in: String, outFormat: String) extends ObjectMessage with Product with Serializable
- Alphabetic
- By Inheritance
- InferMessage
- Serializable
- Serializable
- Product
- Equals
- ObjectMessage
- Message
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
context: Option[Context]
the context of the judgment (if omitted use the minimal context in which the input is well-formed)
the context of the judgment (if omitted use the minimal context in which the input is well-formed)
- Definition Classes
- InferMessage → ObjectMessage
-
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
in: String
the input term
the input term
- Definition Classes
- InferMessage → ObjectMessage
-
val
inFormat: String
inFormat the format in which the input term is given
inFormat the format in which the input term is given
- Definition Classes
- InferMessage → ObjectMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
val
outFormat: String
inFormat the format in which the output term is to be presented
inFormat the format in which the output term is to be presented
- Definition Classes
- InferMessage → ObjectMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()