Packages

object InlineInfoAttribute extends Serializable

Source
InlineInfoAttribute.scala
Linear Supertypes
Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InlineInfoAttribute
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final val VERSION: Byte

    Notes:

    Notes:

    • traitImplClassSelfType is no longer emitted, hasTraitImplClassSelfType is always emitted as 0. Similarly, traitMethodWithStaticImplementation is always emitted 0.
    • When reading an existing attribute where hasTraitImplClassSelfType is 1, the traitImplClassSelfType is ignored. Also the value of traitMethodWithStaticImplementation is ignored.

    [u1] version [u1] isEffectivelyFinal (<< 0), hasTraitImplClassSelfType (<< 1), hasSam (<< 2), hasLateInterfaces (<< 3) [u2]? traitImplClassSelfType (reference) [u2]? samName (reference) [u2]? samDescriptor (reference) [u2] numMethodEntries [u2] name (reference) [u2] descriptor (reference) [u1] isFinal (<< 0), traitMethodWithStaticImplementation (<< 1), hasInlineAnnotation (<< 2), hasNoInlineAnnotation (<< 3)

  2. final val attributeName: String("ScalaInlineInfo")