class ByteCode extends AnyRef
Represents a chunk of raw bytecode. Used as input for the parsers
- Source
- ClassFileParser.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- ByteCode
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ByteCode(bytes: Array[Byte], pos: Int, length: Int)
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): (ByteCode, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def byte(i: Int): Int
- val bytes: Array[Byte]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws(classOf[java.lang.CloneNotSupportedException])
- def drop(n: Int): ByteCode
- def ensuring(cond: (ByteCode) ⇒ Boolean, msg: ⇒ Any): ByteCode
- def ensuring(cond: (ByteCode) ⇒ Boolean): ByteCode
- def ensuring(cond: Boolean, msg: ⇒ Any): ByteCode
- def ensuring(cond: Boolean): ByteCode
- 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 fold[X](x: X)(f: (X, Byte) ⇒ X): X
- def formatted(fmtstr: String): String
- def fromUTF8StringAndBytes: StringBytesPair
Transforms array subsequence of the current buffer into the UTF8 String and stores and array of bytes for the decompiler
- 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
- val length: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def next(n: Int): Product with Serializable with Result[ByteCode, ByteCode, Nothing]
- def nextByte: Product with Serializable with Result[ByteCode, Byte, Nothing]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pos: Int
- final def synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def take(n: Int): ByteCode
- def toInt: Int
- def toLong: Long
- def toString(): String
- Definition Classes
- ByteCode → 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
- @native() @throws(classOf[java.lang.InterruptedException])
- def →[B](y: B): (ByteCode, B)