class NamingTransforms extends AnyRef
- Alphabetic
- By Inheritance
- NamingTransforms
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
ClassBodyTransformer extends scala.reflect.macros.Universe.Transformer with ValNameTransformer
Module-specific val name transform, containing logic to prevent from recursing into inner classes and applies the naming transform on inner functions.
-
class
MethodTransformer extends scala.reflect.macros.Universe.Transformer with ValNameTransformer
Method-specific val name transform, handling the return case.
-
trait
ValNameTransformer extends scala.reflect.macros.Universe.Transformer
Base transformer that provides the val name transform.
Base transformer that provides the val name transform. Should not be instantiated, since by default this will recurse everywhere and break the naming context variable bounds.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val c: Context
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val globalNamingStack: scala.reflect.macros.Universe.Select
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
transformClassBody(stats: List[scala.reflect.macros.whitebox.Context.Tree]): scala.reflect.macros.Universe.Tree
Applies the val name transform to a class body.
Applies the val name transform to a class body. Closes context on top level or return local context to englobing context. Closing context only makes sense when top level a Module. A Module is always the naming top level. Transformed classes can be either Module or standard class.
-
def
transformHierarchicalMethod(expr: scala.reflect.macros.whitebox.Context.Tree): scala.reflect.macros.Universe.Tree
Applies the val name transform to a method body, doing additional bookkeeping with the context to allow names to propagate and prefix through the function call stack.
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )