Class/Object

scala.meta.semantic

Attributes

Related Docs: object Attributes | package semantic

Permalink

final class Attributes extends Product with Serializable

Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Attributes
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Attributes(dialect: Dialect, names: collection.immutable.Seq[(Position, Symbol)], messages: collection.immutable.Seq[Message], denotations: collection.immutable.Seq[(Symbol, Denotation)], sugars: collection.immutable.Seq[(Position, String)])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Attributes to any2stringadd[Attributes] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Attributes, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Attributes to ArrowAssoc[Attributes] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    Attributes → Equals
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copy(dialect: Dialect = this.dialect, names: collection.immutable.Seq[(Position, Symbol)] = this.names, messages: collection.immutable.Seq[Message] = this.messages, denotations: collection.immutable.Seq[(Symbol, Denotation)] = this.denotations, sugars: collection.immutable.Seq[(Position, String)] = this.sugars): Attributes

    Permalink
  10. val denotations: collection.immutable.Seq[(Symbol, Denotation)]

    Permalink
  11. val dialect: Dialect

    Permalink
  12. def ensuring(cond: (Attributes) ⇒ Boolean, msg: ⇒ Any): Attributes

    Permalink
    Implicit information
    This member is added by an implicit conversion from Attributes to Ensuring[Attributes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Attributes) ⇒ Boolean): Attributes

    Permalink
    Implicit information
    This member is added by an implicit conversion from Attributes to Ensuring[Attributes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): Attributes

    Permalink
    Implicit information
    This member is added by an implicit conversion from Attributes to Ensuring[Attributes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Attributes

    Permalink
    Implicit information
    This member is added by an implicit conversion from Attributes to Ensuring[Attributes] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Attributes → Equals → AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Attributes to StringFormat[Attributes] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    Attributes → AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val messages: collection.immutable.Seq[Message]

    Permalink
  24. val names: collection.immutable.Seq[(Position, Symbol)]

    Permalink
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def productArity: Int

    Permalink
    Definition Classes
    Attributes → Product
  29. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Attributes → Product
  30. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Attributes → Product
  31. def productPrefix: String

    Permalink
    Definition Classes
    Attributes → Product
  32. def structure: String

    Permalink
  33. val sugars: collection.immutable.Seq[(Position, String)]

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def syntax: String

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    Attributes → AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def [B](y: B): (Attributes, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Attributes to ArrowAssoc[Attributes] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Attributes to any2stringadd[Attributes]

Inherited by implicit conversion StringFormat from Attributes to StringFormat[Attributes]

Inherited by implicit conversion Ensuring from Attributes to Ensuring[Attributes]

Inherited by implicit conversion ArrowAssoc from Attributes to ArrowAssoc[Attributes]

Ungrouped