case class AlgorithmDefinition(bridge: MantikId, type: FunctionType) extends MantikDefinitionWithBridge with Product with Serializable
An Algorithm Definition inside a MantikHeader.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AlgorithmDefinition
- Serializable
- Serializable
- Product
- Equals
- MantikDefinitionWithBridge
- MantikDefinition
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AlgorithmDefinition(bridge: MantikId, type: FunctionType)
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
-
val
bridge: MantikId
Returns the name of the bridge.
Returns the name of the bridge.
- Definition Classes
- AlgorithmDefinition → MantikDefinitionWithBridge
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
kind: String
- Definition Classes
- AlgorithmDefinition → MantikDefinition
-
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()
-
def
referencedItems: Seq[MantikId]
Returns referenced items.
Returns referenced items.
- Definition Classes
- MantikDefinitionWithBridge → MantikDefinition
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val type: FunctionType
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )