CodeLocation

org.finos.morphir.runtime.CodeLocation
See theCodeLocation companion trait
object CodeLocation

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class AnonymousFunction(outer: CodeLocation) extends CodeLocation

Any function that was defined anonymously, such as lambdas

Any function that was defined anonymously, such as lambdas

Value parameters

outer

The location where this function was defined (if defined in another anonymous function, the first named parent thereof)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait CodeLocation
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case object EntryPoint extends CodeLocation

Whatever IR was passed to the top level of the evaluator

Whatever IR was passed to the top level of the evaluator

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CodeLocation
class Object
trait Matchable
class Any
Show all
Self type
EntryPoint.type
case class NativeFunction(name: FQName) extends CodeLocation

A function from the SDK or another library

A function from the SDK or another library

Value parameters

name

The fully qualified name of the function

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CodeLocation
class Object
trait Matchable
class Any
Show all
case class TopLevelFunction(name: FQName) extends CodeLocation

A function defined at the top level of a module

A function defined at the top level of a module

Value parameters

name

The fully qualified name of the function

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CodeLocation
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror