RawMethod

izumi.idealingua.model.il.ast.raw.defns.RawMethod
See theRawMethod companion trait
object RawMethod

Attributes

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

Members list

Type members

Classlikes

object Output

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Alternative
class Algebraic
class Singular
class Struct
class Void
Show all
final case class RPCMethod(name: String, signature: Signature, meta: RawNodeMeta) extends RawMethod

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RawMethod
class Object
trait Matchable
class Any
Show all
final case class Signature(input: RawSimpleStructure, output: Output)

Attributes

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

Inherited and Abstract 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