ildl.plugin.transform.commit.CommitInfoTransformer

deepTransformation

Related Doc: package CommitInfoTransformer

object deepTransformation extends scala.tools.nsc.Global.TypeMap

Linear Supertypes
scala.tools.nsc.Global.TypeMap, (scala.tools.nsc.Global.Type) ⇒ scala.tools.nsc.Global.Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. deepTransformation
  2. TypeMap
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class TypeMapTransformer extends scala.reflect.internal.SymbolTable.Transformer

    Definition Classes
    TypeMap

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (scala.tools.nsc.Global.Type) ⇒ A): (scala.tools.nsc.Global.Type) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(tpe: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Definition Classes
    deepTransformation → TypeMap → Function1
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compose[A](g: (A) ⇒ scala.tools.nsc.Global.Type): (A) ⇒ scala.tools.nsc.Global.Type

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def flipped[T](body: ⇒ T): T

    Definition Classes
    TypeMap
    Annotations
    @inline()
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getPosition: scala.tools.nsc.Global.Position

  15. def hashCode(): Int

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

    Definition Classes
    Any
  17. def mapOver(tpe: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Definition Classes
    deepTransformation → TypeMap
  18. def mapOver(tree: scala.tools.nsc.Global.Tree, giveup: () ⇒ Nothing): scala.tools.nsc.Global.Tree

    Definition Classes
    TypeMap
  19. def mapOver(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

    Definition Classes
    TypeMap
  20. def mapOver(annot: scala.tools.nsc.Global.AnnotationInfo): scala.tools.nsc.Global.AnnotationInfo

    Definition Classes
    TypeMap
  21. def mapOver(origSyms: List[scala.tools.nsc.Global.Symbol]): List[scala.tools.nsc.Global.Symbol]

    Definition Classes
    TypeMap
  22. def mapOver(scope: scala.tools.nsc.Global.Scope): scala.tools.nsc.Global.Scope

    Definition Classes
    TypeMap
  23. def mapOverAnnotArgs(args: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]

    Definition Classes
    TypeMap
  24. def mapOverAnnotations(annots: List[scala.tools.nsc.Global.AnnotationInfo]): List[scala.tools.nsc.Global.AnnotationInfo]

    Definition Classes
    TypeMap
  25. def mapOverArgs(args: List[scala.tools.nsc.Global.Type], tparams: List[scala.tools.nsc.Global.Symbol]): List[scala.tools.nsc.Global.Type]

    Attributes
    protected
    Definition Classes
    TypeMap
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def noChangeToSymbols(origSyms: List[scala.tools.nsc.Global.Symbol]): Boolean

    Attributes
    protected
    Definition Classes
    TypeMap
  28. final def notify(): Unit

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

    Definition Classes
    AnyRef
  30. var position: scala.tools.nsc.Global.Position

  31. var symbol: scala.tools.nsc.Global.Symbol

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

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  34. def transform(pos: scala.tools.nsc.Global.Position, tpe: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

  35. def transform(sym: scala.tools.nsc.Global.Symbol, tpe: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

  36. def variance: Variance

    Definition Classes
    TypeMap
  37. def variance_=(x: Variance): Unit

    Definition Classes
    TypeMap
  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withVariance[T](v: Variance)(body: ⇒ T): T

    Definition Classes
    TypeMap

Inherited from scala.tools.nsc.Global.TypeMap

Inherited from (scala.tools.nsc.Global.Type) ⇒ scala.tools.nsc.Global.Type

Inherited from AnyRef

Inherited from Any

Ungrouped