Packages

object holeMap

Source
Placeholders.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. holeMap
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(key: tools.nsc.Global.Name): Quasiquotes.Hole
  2. def contains(key: tools.nsc.Global.Name): Boolean
  3. def get(key: tools.nsc.Global.Name): Option[Quasiquotes.Hole]
  4. def keysIterator: Iterator[tools.nsc.Global.TermName]
  5. def unused: Set[tools.nsc.Global.Name]
  6. def update(key: tools.nsc.Global.Name, hole: Quasiquotes.Hole): LinkedHashMap[String, Quasiquotes.Hole]