ValueTag

org.finos.morphir.ir.extras.ValueTag
See theValueTag companion object
sealed trait ValueTag extends EnumEntry, NodeTag

Attributes

Companion
object
Graph
Supertypes
trait NodeTag
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object Apply.type
object Constructor.type
object Destructure.type
object Field.type
object FieldFunction.type
object IfThenElse.type
object Lambda.type
object LetDefinition.type
object LetRecursion.type
object List.type
object Literal.type
object PatternMatch.type
object Record.type
object Reference.type
object Tuple.type
object Unit.type
object UpdateRecord.type
Show all

Members list

Value members

Inherited methods

def entryName: String

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes

Inherited from:
EnumEntry