class DefaultPreprocessor extends Preprocessor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultPreprocessor
- Preprocessor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
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
- val ClassDef: (String, String, scala.tools.nsc.Global.Tree) => Option[Expanded]
- val DefDef: (String, String, scala.tools.nsc.Global.Tree) => Option[Expanded]
- 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
- val Expr: (String, String, scala.tools.nsc.Global.Tree) => Option[Expanded]
- val Import: (String, String, scala.tools.nsc.Global.Tree) => Option[Expanded]
- val ObjectDef: (String, String, scala.tools.nsc.Global.Tree) => Option[Expanded]
- val PatVarDef: (String, String, scala.tools.nsc.Global.Tree) => Option[Expanded]
- def Processor(cond: PartialFunction[(String, String, scala.tools.nsc.Global.Tree), Expanded]): (String, String, scala.tools.nsc.Global.Tree) => Option[Expanded]
- val TraitDef: (String, String, scala.tools.nsc.Global.Tree) => Option[Expanded]
- val TypeDef: (String, String, scala.tools.nsc.Global.Tree) => Option[Expanded]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def complete(code: String, resultIndex: String, postSplit: Seq[String]): Product with Res[Expanded] with Serializable
- val decls: Seq[(String, String, scala.tools.nsc.Global.Tree) => Option[Expanded]]
- def definedStr(definitionLabel: String, name: String): String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expandStatements(stmts: Seq[String], wrapperIndex: String, skipEmpty: Boolean): Res[Expanded]
- 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
- 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 pprint(ident: String): String
- def pprintSignature(ident: String, customMsg: Option[String]): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transform(stmts: Seq[String], resultIndex: String, leadingSpaces: String, codeSource: CodeSource, indexedWrapperName: Name, imports: Imports, printerTemplate: (String) => String, extraCode: String, skipEmpty: Boolean, markScript: Boolean, codeWrapper: CodeWrapper): Res[Output]
- Definition Classes
- DefaultPreprocessor → Preprocessor
- 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()