class Main extends AnyRef
The main object used to execute scalap on the command-line.
- Source
- Main.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Main
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- 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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def →[B](y: B): (Main, B)