Packages

c

scala.tools.nsc.transform.CleanUp

CleanUpTransformer

class CleanUpTransformer extends Global.Transformer with StaticsTransformer

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CleanUpTransformer
  2. StaticsTransformer
  3. Transformer
  4. Transformer
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CleanUpTransformer(unit: Global.CompilationUnit)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def atOwner[A](owner: Global.Symbol)(trans: ⇒ A): A
    Definition Classes
    Transformer
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def currentClass: Global.Symbol
    Attributes
    protected
    Definition Classes
    Transformer
  8. def currentMethod: Global.Symbol
    Attributes
    protected
    Definition Classes
    Transformer
  9. var currentOwner: Global.Symbol
    Attributes
    protected[scala]
    Definition Classes
    Transformer
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isJavaValueClass(sym: Global.Symbol): Boolean

    A value class is defined to be only Java-compatible values: unit is not part of it, as opposed to isPrimitiveValueClass in definitions.

    A value class is defined to be only Java-compatible values: unit is not part of it, as opposed to isPrimitiveValueClass in definitions. scala.Int is a value class, java.lang.Integer is not.

  17. def isJavaValueType(tp: Global.Type): Boolean
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def staticConstructor(body: List[Global.Tree], localTyper: (analyzer)#Typer, pos: Global.Position)(newStaticInits: List[Global.Tree]): Global.Tree

    generate a static constructor with symbol fields inits, or an augmented existing static ctor

    generate a static constructor with symbol fields inits, or an augmented existing static ctor

    Definition Classes
    StaticsTransformer
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toBoxedType(tp: Global.Type): Global.Type

    The boxed type if it's a primitive; identity otherwise.

  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. def transform(tree: Global.Tree): Global.Tree
    Definition Classes
    CleanUpTransformer → Transformer
  26. def transformApplyDynamic(ad: Global.ApplyDynamic): Global.Tree
  27. def transformCaseDefs(trees: List[Global.CaseDef]): List[Global.CaseDef]
    Definition Classes
    Transformer
  28. def transformIdents(trees: List[Global.Ident]): List[Global.Ident]
    Definition Classes
    Transformer
  29. def transformMemberDefs(trees: List[Global.MemberDef]): List[Global.MemberDef]
    Definition Classes
    Transformer
  30. def transformModifiers(mods: Global.Modifiers): Global.Modifiers
    Definition Classes
    Transformer
  31. def transformStats(stats: List[Global.Tree], exprOwner: Global.Symbol): List[Global.Tree]
    Definition Classes
    Transformer
  32. def transformTemplate(tree: Global.Template): Global.Template
    Definition Classes
    Transformer
  33. def transformTrees(trees: List[Global.Tree]): List[Global.Tree]
    Definition Classes
    Transformer
  34. def transformTypeDefs(trees: List[Global.TypeDef]): List[Global.TypeDef]
    Definition Classes
    Transformer
  35. def transformUnit(unit: Global.CompilationUnit): Unit
    Definition Classes
    Transformer
  36. def transformValDef(tree: Global.ValDef): Global.ValDef
    Definition Classes
    Transformer
  37. def transformValDefs(trees: List[Global.ValDef]): List[Global.ValDef]
    Definition Classes
    Transformer
  38. def transformValDefss(treess: List[List[Global.ValDef]]): List[List[Global.ValDef]]
    Definition Classes
    Transformer
  39. val treeCopy: Global.TreeCopier
    Definition Classes
    Transformer
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Global.Transformer

Inherited from Global.Transformer

Inherited from AnyRef

Inherited from Any

Ungrouped