case class Function(id: Id, typeuse: TypeUse, locals: Seq[Local], is: Seq[Inst])(pos: Int) extends Field with Product with Serializable

Source
module.scala
Linear Supertypes
Serializable, Product, Equals, Field, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Function
  2. Serializable
  3. Product
  4. Equals
  5. Field
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Function(id: Id, typeuse: TypeUse, locals: Seq[Local], is: Seq[Inst])(pos: Int)

Value Members

  1. val id: Id
  2. val is: Seq[Inst]
  3. val locals: Seq[Local]
  4. val pos: Int
    Definition Classes
    FunctionField
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val typeuse: TypeUse