grammar

org.finos.morphir.core.capabilities.free.example.counter.grammar
object grammar

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
grammar.type

Members list

Type members

Classlikes

sealed abstract class CounterError extends RuntimeException, Product, Serializable

Attributes

Companion
object
Supertypes
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class Overflow
object CounterError

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
object CounterExpr

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait CounterExpr[+E, +A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Decrement
class Get
class Increment
class Overflow

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait IncrementOrDecrement

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Decrement.type
object Increment.type