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
The Scala compiler and reflection APIs.