class Main extends AnyRef
The main object used to execute scalap on the command-line.
- Source
- Main.scala
Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Main
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Main()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Main, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val BYTES_VALUE: String
- val SCALA_LONG_SIG_ANNOTATION: String
- val SCALA_SIG: String
- val SCALA_SIG_ANNOTATION: String
- 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 decompileScala(bytes: Array[Byte], isPackageObject: Boolean): String
- def ensuring(cond: (Main) => Boolean, msg: => Any): Main
- def ensuring(cond: (Main) => Boolean): Main
- def ensuring(cond: Boolean, msg: => Any): Main
- def ensuring(cond: Boolean): Main
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def formatted(fmtstr: String): String
- 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
- def isPackageObjectFile(s: String): Boolean
- def isScalaFile(bytes: Array[Byte]): Boolean
- 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 parseScalaSignature(scalaSig: ScalaSig, isPackageObject: Boolean): String
- var printPrivates: Boolean
- def process(args: Arguments, path: ClassPath)(classname: String): Unit
Executes scalap with the given arguments and classpath for the class denoted by
classname
. - def processJavaClassFile(clazz: Classfile): Unit
Processes the given Java class file.
Processes the given Java class file.
- clazz
the class file to be processed.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- var verbose: Boolean
Verbose program run?
- val versionMsg: String
- 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()
Deprecated Value Members
- def →[B](y: B): (Main, B)
- Implicit
- This member is added by an implicit conversion from Main toArrowAssoc[Main] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.