Packages

case class SourceUnit(cases: List[UnitCase]) extends ZeroOut with Product with Serializable

Linear Supertypes
Serializable, ZeroOut, UGenSource[Unit, Unit], Expander[Unit], Lazy, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SourceUnit
  2. Serializable
  3. ZeroOut
  4. UGenSource
  5. Expander
  6. Lazy
  7. Product
  8. Equals
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val cases: List[UnitCase]
  2. final def name: String
    Definition Classes
    UGenSource
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product