object source
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- source
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- macro def apply(f: => Any, command: (Int) => Strings)(implicit pprinter: PPrinter, colors: CodeColors): Unit
- macro def apply(f: => Any)(implicit pprinter: PPrinter, colors: CodeColors): Unit
- def applyCustomizeCommandMacro(c: Context)(f: scala.reflect.macros.blackbox.Context.Expr[Any], command: scala.reflect.macros.blackbox.Context.Expr[(Int) => Strings])(pprinter: scala.reflect.macros.blackbox.Context.Expr[PPrinter], colors: scala.reflect.macros.blackbox.Context.Expr[CodeColors]): scala.reflect.macros.blackbox.Context.Expr[Unit]
- def applyMacro(c: Context)(f: scala.reflect.macros.blackbox.Context.Expr[Any])(pprinter: scala.reflect.macros.blackbox.Context.Expr[PPrinter], colors: scala.reflect.macros.blackbox.Context.Expr[CodeColors]): scala.reflect.macros.blackbox.Context.Expr[Unit]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def breakUp(c: Context)(f: scala.reflect.macros.blackbox.Context.Expr[Any]): Option[(scala.reflect.macros.Universe.Tree, String, scala.reflect.macros.Universe.Tree, scala.reflect.macros.Universe.Tree, List[scala.reflect.macros.Universe.Tree])]
Attempts to up an expression, into either a LHS + methodcall + rhs.
Attempts to up an expression, into either a LHS + methodcall + rhs. We then look for the source of the method. If it can't be split, we look for the source of the class of the entire expression
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- macro def load(f: => Any): Location
- def loadMacro(c: Context)(f: scala.reflect.macros.blackbox.Context.Expr[Any]): scala.reflect.macros.blackbox.Context.Expr[Location]
- 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()
- def prefix(c: Context): scala.reflect.macros.Universe.Select
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()