class DefaultPreprocessor extends Preprocessor

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

Instance Constructors

  1. new DefaultPreprocessor(parse: ⇒ (String) ⇒ Either[String, Seq[scala.tools.nsc.Global.Tree]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ClassDef: (String, String, scala.tools.nsc.Global.Tree) ⇒ Option[Expanded]
  5. val DefDef: (String, String, scala.tools.nsc.Global.Tree) ⇒ Option[Expanded]
  6. def DefProc(definitionLabel: String)(cond: PartialFunction[scala.tools.nsc.Global.Tree, scala.tools.nsc.Global.Name]): (String, String, scala.tools.nsc.Global.Tree) ⇒ Option[Expanded]

    Processors for declarations which all have the same shape

  7. val Expr: (String, String, scala.tools.nsc.Global.Tree) ⇒ Option[Expanded]
  8. val Import: (String, String, scala.tools.nsc.Global.Tree) ⇒ Option[Expanded]
  9. val ObjectDef: (String, String, scala.tools.nsc.Global.Tree) ⇒ Option[Expanded]
  10. val PatVarDef: (String, String, scala.tools.nsc.Global.Tree) ⇒ Option[Expanded]
  11. def Processor(cond: PartialFunction[(String, String, scala.tools.nsc.Global.Tree), Expanded]): (String, String, scala.tools.nsc.Global.Tree) ⇒ Option[Expanded]
  12. val TraitDef: (String, String, scala.tools.nsc.Global.Tree) ⇒ Option[Expanded]
  13. val TypeDef: (String, String, scala.tools.nsc.Global.Tree) ⇒ Option[Expanded]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  16. def complete(code: String, resultIndex: String, postSplit: Seq[String]): Product with Serializable with Res[Expanded]
  17. val decls: Seq[(String, String, scala.tools.nsc.Global.Tree) ⇒ Option[Expanded]]
  18. def definedStr(definitionLabel: String, name: String): String
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def expandStatements(stmts: Seq[String], wrapperIndex: String, skipEmpty: Boolean): Res[Expanded]
  22. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def pprint(ident: String): String
  30. def pprintSignature(ident: String, customMsg: Option[String]): String
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def transform(stmts: Seq[String], resultIndex: String, leadingSpaces: String, codeSource: CodeSource, indexedWrapperName: Name, imports: Imports, printerTemplate: (String) ⇒ String, extraCode: String, skipEmpty: Boolean, codeWrapper: CodeWrapper): Res[Output]
    Definition Classes
    DefaultPreprocessorPreprocessor
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Preprocessor

Inherited from AnyRef

Inherited from Any

Ungrouped