Packages

object MacroImplBinding extends Serializable

Source
Macros.scala
Linear Supertypes
Serializable, java.io.Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MacroImplBinding
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def pickle(macroImplRef: Global.Tree): Global.Tree
  2. def pickleAtom(obj: Any): Global.Tree
  3. def unpickle(pickle: Global.Tree): Analyzer.MacroImplBinding
  4. def unpickleAtom(tree: Global.Tree): Any