o

sbt.std

ParserConvert

object ParserConvert extends Convert

Converts an input Tree of type Parser[T] or State => Parser[T] into a Tree of type State => Parser[T].

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParserConvert
  2. Convert
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[T](c: Context)(nme: String, in: scala.reflect.macros.blackbox.Context.Tree)(implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): Converted[c.type]
    Definition Classes
    ParserConvertConvert
  2. def asPredicate(c: Context): (String, scala.reflect.macros.blackbox.Context.Type, scala.reflect.macros.blackbox.Context.Tree) ⇒ Boolean
    Definition Classes
    Convert