class
AmmonitePlugin extends Plugin
Instance Constructors
-
new
AmmonitePlugin(g: Global, output: (Seq[ImportData]) ⇒ Unit, topWrapperLen: ⇒ Int)
Value Members
-
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
val
description: String
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
name: String
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
optionsHelp: Option[String]
-
def
processOptions(options: List[String], error: (String) ⇒ Unit): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Used to capture the names in scope after every execution, reporting them to the
output
function. Needs to be a compiler plugin so we can hook in immediately after thetyper