scala.tools.nsc.backend.icode.Members

IClass

class IClass extends ICodes.IMember

Represent a class in ICode

Linear Supertypes
ICodes.IMember, math.Ordered[ICodes.IMember], Comparable[ICodes.IMember], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IClass
  2. IMember
  3. Ordered
  4. Comparable
  5. AnyRef
  6. Any
Implicitly
  1. by orderingToOrdered
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IClass(symbol: Global.Symbol)

Value Members

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from ICodes.IClass to ArrowAssoc[ICodes.IClass] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def <(that: ICodes.IMember): Boolean

    Definition Classes
    Ordered
  6. def <=(that: ICodes.IMember): Boolean

    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  8. def >(that: ICodes.IMember): Boolean

    Definition Classes
    Ordered
  9. def >=(that: ICodes.IMember): Boolean

    Definition Classes
    Ordered
  10. def addField(f: ICodes.IField): IClass.this.type

  11. def addMethod(m: ICodes.IMethod): IClass.this.type

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def compare(other: ICodes.IMember): Int

    Definition Classes
    IMember → Ordered
  15. def compareTo(that: ICodes.IMember): Int

    Definition Classes
    Ordered → Comparable
  16. var cunit: Global.CompilationUnit

  17. def ensuring(cond: (ICodes.IClass) ⇒ Boolean, msg: ⇒ Any): ICodes.IClass

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

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

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

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

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

    Definition Classes
    IMember → AnyRef → Any
  23. var fields: List[ICodes.IField]

  24. def finalize(): Unit

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

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

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

    Definition Classes
    IMember → AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def lookupMethod(s: Global.Symbol): Option[ICodes.IMethod]

  30. def lookupStaticCtor: Option[ICodes.IMethod]

  31. var methods: List[ICodes.IMethod]

  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  35. def setCompilationUnit(unit: Global.CompilationUnit): IClass.this.type

  36. val symbol: Global.Symbol

    Definition Classes
    IClassIMember
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    IClass → AnyRef → Any
  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def [B](y: B): (ICodes.IClass, B)

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

Shadowed Implicit Value Members

  1. def <(that: ICodes.IClass): Boolean

    Implicit information
    This member is added by an implicit conversion from ICodes.IClass to math.Ordered[ICodes.IClass] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[ICodes.IClass] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (iClass: math.Ordered[ICodes.IClass]).<(that)
    Definition Classes
    Ordered
  2. def <=(that: ICodes.IClass): Boolean

    Implicit information
    This member is added by an implicit conversion from ICodes.IClass to math.Ordered[ICodes.IClass] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[ICodes.IClass] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (iClass: math.Ordered[ICodes.IClass]).<=(that)
    Definition Classes
    Ordered
  3. def >(that: ICodes.IClass): Boolean

    Implicit information
    This member is added by an implicit conversion from ICodes.IClass to math.Ordered[ICodes.IClass] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[ICodes.IClass] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (iClass: math.Ordered[ICodes.IClass]).>(that)
    Definition Classes
    Ordered
  4. def >=(that: ICodes.IClass): Boolean

    Implicit information
    This member is added by an implicit conversion from ICodes.IClass to math.Ordered[ICodes.IClass] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[ICodes.IClass] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (iClass: math.Ordered[ICodes.IClass]).>=(that)
    Definition Classes
    Ordered
  5. def compare(that: ICodes.IClass): Int

    Implicit information
    This member is added by an implicit conversion from ICodes.IClass to math.Ordered[ICodes.IClass] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[ICodes.IClass] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (iClass: math.Ordered[ICodes.IClass]).compare(that)
    Definition Classes
    Ordered
  6. def compareTo(that: ICodes.IClass): Int

    Implicit information
    This member is added by an implicit conversion from ICodes.IClass to math.Ordered[ICodes.IClass] performed by method orderingToOrdered in scala.math.Ordered. This conversion will take place only if an implicit value of type math.Ordering[ICodes.IClass] is in scope.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (iClass: math.Ordered[ICodes.IClass]).compareTo(that)
    Definition Classes
    Ordered → Comparable

Inherited from ICodes.IMember

Inherited from math.Ordered[ICodes.IMember]

Inherited from Comparable[ICodes.IMember]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion orderingToOrdered from ICodes.IClass to math.Ordered[ICodes.IClass]

Inherited by implicit conversion any2stringadd from ICodes.IClass to any2stringadd[ICodes.IClass]

Inherited by implicit conversion StringFormat from ICodes.IClass to StringFormat[ICodes.IClass]

Inherited by implicit conversion Ensuring from ICodes.IClass to Ensuring[ICodes.IClass]

Inherited by implicit conversion ArrowAssoc from ICodes.IClass to ArrowAssoc[ICodes.IClass]

Ungrouped