W3cubDocs

/Scala 2.12 Reflection

Trait scala.reflect.macros.Universe.MacroInternalApi.MacroDecoratorApi

trait MacroDecoratorApi extends DecoratorApi

<invalid inheritdoc annotation>

Source
Universe.scala
Linear Supertypes

Type Members

class SymbolDecoratorApi[T <: Universe.Symbol] extends AnyRef

Definition Classes
DecoratorApi
See also

SymbolDecorator

class TreeDecoratorApi[T <: Universe.Tree] extends AnyRef

Definition Classes
DecoratorApi
See also

TreeDecorator

implicit class TypeDecoratorApi[T <: Universe.Type] extends AnyRef

Definition Classes
DecoratorApi
See also

TypeDecorator

class MacroScopeDecoratorApi[T <: Universe.Scope] extends AnyRef

See also

ScopeDecorator

class MacroSymbolDecoratorApi[T <: Universe.Symbol] extends SymbolDecoratorApi[T]

See also

TreeDecorator

class MacroTreeDecoratorApi[T <: Universe.Tree] extends TreeDecoratorApi[T]

See also

TreeDecorator

class MacroTypeTreeDecoratorApi[T <: Universe.TypeTree] extends AnyRef

abstract type ScopeDecorator[T <: Universe.Scope] <: MacroScopeDecoratorApi[T]

abstract type SymbolDecorator[T <: Universe.Symbol] <: MacroSymbolDecoratorApi[T]

Extension methods for symbols

Definition Classes
MacroDecoratorApiDecoratorApi

abstract type TreeDecorator[T <: Universe.Tree] <: MacroTreeDecoratorApi[T]

Extension methods for trees

Definition Classes
MacroDecoratorApiDecoratorApi

abstract type TypeDecorator[T <: Universe.Type] <: TypeDecoratorApi[T]

Extension methods for types

Definition Classes
DecoratorApi

abstract type TypeTreeDecorator[T <: Universe.TypeTree] <: MacroTypeTreeDecoratorApi[T]

Abstract Value Members

implicit abstract def scopeDecorator[T <: Universe.Scope](tree: T): ScopeDecorator[T]

See also

ScopeDecorator

implicit abstract def symbolDecorator[T <: Universe.Symbol](symbol: T): SymbolDecorator[T]

Definition Classes
DecoratorApi
See also

SymbolDecorator

implicit abstract def treeDecorator[T <: Universe.Tree](tree: T): TreeDecorator[T]

Definition Classes
DecoratorApi
See also

TreeDecorator

implicit abstract def typeDecorator[T <: Universe.Type](tp: T): TypeDecorator[T]

Definition Classes
DecoratorApi
See also

TypeDecorator

implicit abstract def typeTreeDecorator[T <: Universe.TypeTree](tt: T): TypeTreeDecorator[T]

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

© 2002-2019 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://www.scala-lang.org/api/2.12.9/scala-reflect/scala/reflect/macros/Universe$MacroInternalApi$MacroDecoratorApi.html