object BCodeHelpers
- Source
- BCodeHelpers.scala
- Alphabetic
- By Inheritance
- BCodeHelpers
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final class InvokeStyle extends AnyVal
- final class ScalaSigBytes extends AnyRef
Helpers for encoding a Scala signature (array of bytes) into a String or, if too large, an array of Strings.
Helpers for encoding a Scala signature (array of bytes) into a String or, if too large, an array of Strings.
The encoding is as described in scala.reflect.internal.pickling.ByteCodecs. However, the special encoding of 0x00 as 0xC0 0x80 is not done here, as the resulting String(s) are passed as annotation argument to ASM, which will perform this step.
- final class TestOp extends AnyVal
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 ExcludedForwarderFlags: Long
- val INNER_CLASSES_FLAGS: Int
Valid flags for InnerClass attribute entry.
Valid flags for InnerClass attribute entry. See https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-4.html#jvms-4.7.6
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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])
- 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
- 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(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()
- object InvokeStyle
- object TestOp
The Scala compiler and reflection APIs.