scala.tools.refactoring.common.EnrichedTrees

TemplateMethods

class TemplateMethods extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TemplateMethods
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TemplateMethods(t: nsc.Global.Template)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

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

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def constructorParameters: collection.immutable.List[nsc.Global.ValDef]

    Returns all constructor parameters from the template body.

  9. def earlyDefs: collection.immutable.List[nsc.Global.Tree]

    Returns all early definitions from the template body.

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def existingEqualityMethods: List[nsc.Global.ValOrDefDef]

    Returns existing equality methods.

    Returns existing equality methods. Note that this is a rough by-name check.

  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hasEqualityMethod: Boolean

    Returns whether the template has an implementation of an equals, canEquals or hashCode method.

  16. def hashCode(): Int

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

    Definition Classes
    Any
  18. def isTemplateForAnonymousClass: Boolean

    Returns true if this template belongs to an anonymous class.

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

    Definition Classes
    AnyRef
  20. def nonPrivateClassParameters: collection.immutable.List[(nsc.Global.ValDef, Boolean)]

    Returns all constructor parameters that are accessible from outside the class itself.

    Returns all constructor parameters that are accessible from outside the class itself. The mutability of the parameter is contained in the second element of the tuple.

  21. final def notify(): Unit

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

    Definition Classes
    AnyRef
  23. def primaryConstructor: collection.immutable.List[nsc.Global.DefDef]

    Returns the primary constructor of the template.

  24. def superConstructorParameters: collection.immutable.List[nsc.Global.Tree]

    Returns the trees that are passed to a super constructor call.

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

    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped