object Definitions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Definitions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 BooleanClass: String
- val BoxedBooleanClass: String
- val BoxedByteClass: String
- val BoxedCharacterClass: String
- val BoxedDoubleClass: String
- val BoxedFloatClass: String
- val BoxedIntegerClass: String
- val BoxedLongClass: String
- val BoxedShortClass: String
- val BoxedStringClass: String
- val BoxedUnitClass: String
- val ByteClass: String
- val CharClass: String
-
val
ClassClass: String
The class of things returned by
ClassOf
andGetClass
. - val DoubleClass: String
- val FloatClass: String
-
val
HijackedClasses: Set[String]
The set of all hijacked classes.
- val IntClass: String
- val LongClass: String
- val NothingClass: String
- val NullClass: String
-
val
ObjectClass: String
java.lang.Object
, the root of the class hierarchy. -
val
PrimitiveClasses: Set[String]
The set of all primitive classes.
- val ShortClass: String
-
final
val
StaticInitializerName: String("clinit___")
Name of the static initializer method.
- val VoidClass: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
decodeClassName(encodedName: String): String
Decodes a class name encoded with encodeClassName.
-
def
decodeMethodName(encodedName: String): (String, List[TypeRef], Option[TypeRef])
Decodes a method name into its full signature.
Decodes a method name into its full signature.
This discards the information whether the method is private or not, and at which class level it is private. If necessary, you can recover that information from
encodedName.indexOf("p") >= 0
.
-
def
decodeTypeRef(encodedName: String): TypeRef
Decodes a Types.TypeRef, such as in an encoded method signature.
-
def
encodeClassName(fullName: String): String
Encodes a class name.
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isConstructorName(name: String): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isReflProxyName(name: String): 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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )