trait MacroDecoratorApi extends DecoratorApi
- Alphabetic
- By Inheritance
- MacroDecoratorApi
- DecoratorApi
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Type Members
-
class
SymbolDecoratorApi[T <: Universe.Symbol] extends AnyRef
- Definition Classes
- DecoratorApi
- See also
-
class
TreeDecoratorApi[T <: Universe.Tree] extends AnyRef
- Definition Classes
- DecoratorApi
- See also
-
implicit
class
TypeDecoratorApi[T <: Universe.Type] extends AnyRef
- Definition Classes
- DecoratorApi
- See also
-
class
MacroScopeDecoratorApi[T <: Universe.Scope] extends AnyRef
- See also
-
class
MacroSymbolDecoratorApi[T <: Universe.Symbol] extends SymbolDecoratorApi[T]
- See also
-
class
MacroTreeDecoratorApi[T <: Universe.Tree] extends TreeDecoratorApi[T]
- See also
-
class
MacroTypeTreeDecoratorApi[T <: Universe.TypeTree] extends AnyRef
- See also
-
abstract
type
ScopeDecorator[T <: Universe.Scope] <: MacroScopeDecoratorApi[T]
Extension methods for scopes
-
abstract
type
SymbolDecorator[T <: Universe.Symbol] <: MacroSymbolDecoratorApi[T]
Extension methods for symbols
Extension methods for symbols
- Definition Classes
- MacroDecoratorApi → DecoratorApi
-
abstract
type
TreeDecorator[T <: Universe.Tree] <: MacroTreeDecoratorApi[T]
Extension methods for trees
Extension methods for trees
- Definition Classes
- MacroDecoratorApi → DecoratorApi
-
abstract
type
TypeDecorator[T <: Universe.Type] <: TypeDecoratorApi[T]
Extension methods for types
Extension methods for types
- Definition Classes
- DecoratorApi
-
abstract
type
TypeTreeDecorator[T <: Universe.TypeTree] <: MacroTypeTreeDecoratorApi[T]
Extension methods for typetrees
Abstract Value Members
-
implicit abstract
def
scopeDecorator[T <: Universe.Scope](tree: T): ScopeDecorator[T]
- See also
-
implicit abstract
def
symbolDecorator[T <: Universe.Symbol](symbol: T): SymbolDecorator[T]
- Definition Classes
- DecoratorApi
- See also
-
implicit abstract
def
treeDecorator[T <: Universe.Tree](tree: T): TreeDecorator[T]
- Definition Classes
- DecoratorApi
- See also
-
implicit abstract
def
typeDecorator[T <: Universe.Type](tp: T): TypeDecorator[T]
- Definition Classes
- DecoratorApi
- See also
-
implicit abstract
def
typeTreeDecorator[T <: Universe.TypeTree](tt: T): TypeTreeDecorator[T]
- See also
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi to any2stringadd[MacroDecoratorApi] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (MacroDecoratorApi, B)
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi to ArrowAssoc[MacroDecoratorApi] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
ensuring(cond: (MacroDecoratorApi) ⇒ Boolean, msg: ⇒ Any): MacroDecoratorApi
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi to Ensuring[MacroDecoratorApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (MacroDecoratorApi) ⇒ Boolean): MacroDecoratorApi
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi to Ensuring[MacroDecoratorApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): MacroDecoratorApi
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi to Ensuring[MacroDecoratorApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): MacroDecoratorApi
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi to Ensuring[MacroDecoratorApi] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi to StringFormat[MacroDecoratorApi] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()
-
def
→[B](y: B): (MacroDecoratorApi, B)
- Implicit
- This member is added by an implicit conversion from MacroDecoratorApi to ArrowAssoc[MacroDecoratorApi] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc