in scala/runtime/compat
object Platform

object Platform
extends Object
with ScalaObject

Method Summary
final def getClass(obj: Object): Class
final def getClass(): Class
final def getClassName(obj: Object): String
final def getMessage(exc: Exception): String
final def printStackTrace(exc: Exception): Unit
final def split(str: String, separator: Char): Array[String]

Method Detail

getClass

  final def getClass(obj: Object): Class

getClass

  final def getClass(): Class

getClassName

  final def getClassName(obj: Object): String

printStackTrace

  final def printStackTrace(exc: Exception): Unit

getMessage

  final def getMessage(exc: Exception): String

split

  final def split(str: String, separator: Char): Array[String]