classparse

CodeParser

object CodeParser

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CodeParser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class ALoad(index: Int) extends OpCode with Product with Serializable

  2. case class ANewArray(index: Int) extends OpCode with Product with Serializable

  3. case class AStore(index: Int) extends OpCode with Product with Serializable

  4. case class BIPush(byte: Byte) extends OpCode with Product with Serializable

  5. case class CheckCast(index: Int) extends OpCode with Product with Serializable

  6. case class DLoad(index: Int) extends OpCode with Product with Serializable

  7. case class DStore(index: Int) extends OpCode with Product with Serializable

  8. case class FLoad(index: Int) extends OpCode with Product with Serializable

  9. case class FStore(index: Int) extends OpCode with Product with Serializable

  10. case class GetField(index: Int) extends OpCode with Product with Serializable

  11. case class GetStatic(index: Int) extends OpCode with Product with Serializable

  12. case class Goto(offset: Short) extends OpCode with Product with Serializable

  13. case class GotoW(offset: Int) extends OpCode with Product with Serializable

  14. case class IInc(index: Int, const: Int) extends OpCode with Product with Serializable

  15. case class ILoad(index: Int) extends OpCode with Product with Serializable

  16. case class IStore(index: Int) extends OpCode with Product with Serializable

  17. case class IfACmpEq(offset: Short) extends OpCode with Product with Serializable

  18. case class IfACmpNe(offset: Short) extends OpCode with Product with Serializable

  19. case class IfEq(offset: Short) extends OpCode with Product with Serializable

  20. case class IfGe(offset: Short) extends OpCode with Product with Serializable

  21. case class IfGt(offset: Short) extends OpCode with Product with Serializable

  22. case class IfICmpEq(offset: Short) extends OpCode with Product with Serializable

  23. case class IfICmpGe(offset: Short) extends OpCode with Product with Serializable

  24. case class IfICmpGt(offset: Short) extends OpCode with Product with Serializable

  25. case class IfICmpLe(offset: Short) extends OpCode with Product with Serializable

  26. case class IfICmpLt(offset: Short) extends OpCode with Product with Serializable

  27. case class IfICmpNe(offset: Short) extends OpCode with Product with Serializable

  28. case class IfLe(offset: Short) extends OpCode with Product with Serializable

  29. case class IfLt(offset: Short) extends OpCode with Product with Serializable

  30. case class IfNe(offset: Short) extends OpCode with Product with Serializable

  31. case class IfNonNull(offset: Short) extends OpCode with Product with Serializable

  32. case class IfNull(offset: Short) extends OpCode with Product with Serializable

  33. case class InstanceOf(index: Int) extends OpCode with Product with Serializable

  34. case class InvokeDynamic(index: Int) extends OpCode with Product with Serializable

  35. case class InvokeInterface(index: Int, count: Int) extends OpCode with Product with Serializable

  36. case class InvokeSpecial(index: Int) extends OpCode with Product with Serializable

  37. case class InvokeStatic(index: Int) extends OpCode with Product with Serializable

  38. case class InvokeVirtual(index: Int) extends OpCode with Product with Serializable

  39. case class JSR(offset: Short) extends OpCode with Product with Serializable

  40. case class JSRW(offset: Int) extends OpCode with Product with Serializable

  41. case class LDC(index: Int) extends OpCode with Product with Serializable

  42. case class LDC2W(index: Int) extends OpCode with Product with Serializable

  43. case class LDCW(index: Int) extends OpCode with Product with Serializable

  44. case class LLoad(index: Int) extends OpCode with Product with Serializable

  45. case class LStore(index: Int) extends OpCode with Product with Serializable

  46. case class LookUpSwitch(defaultOffset: Int, pairs: Seq[(Int, Int)]) extends OpCode with Product with Serializable

  47. case class MutliANewArray(index: Int, dimensions: Int) extends OpCode with Product with Serializable

  48. case class New(index: Int) extends OpCode with Product with Serializable

  49. case class NewArray(atype: Byte) extends OpCode with Product with Serializable

  50. sealed abstract class OpCode extends AnyRef

  51. case class PutField(index: Int) extends OpCode with Product with Serializable

  52. case class PutStatic(index: Int) extends OpCode with Product with Serializable

  53. case class Ret(index: Int) extends OpCode with Product with Serializable

  54. case class SIPush(short: Short) extends OpCode with Product with Serializable

  55. case class TableSwitch(defaultOffset: Int, low: Int, high: Int, offsets: Seq[Int]) extends OpCode with Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object AALoad extends OpCode with Product with Serializable

  7. object AAStore extends OpCode with Product with Serializable

  8. object AConstNull extends OpCode with Product with Serializable

  9. object ALoad0 extends OpCode with Product with Serializable

  10. object ALoad1 extends OpCode with Product with Serializable

  11. object ALoad2 extends OpCode with Product with Serializable

  12. object ALoad3 extends OpCode with Product with Serializable

  13. object AReturn extends OpCode with Product with Serializable

  14. object AStore0 extends OpCode with Product with Serializable

  15. object AStore1 extends OpCode with Product with Serializable

  16. object AStore2 extends OpCode with Product with Serializable

  17. object AStore3 extends OpCode with Product with Serializable

  18. object AThrow extends OpCode with Product with Serializable

  19. object ArrayLength extends OpCode with Product with Serializable

  20. object BALoad extends OpCode with Product with Serializable

  21. object BAStore extends OpCode with Product with Serializable

  22. object BreakPoint extends OpCode with Product with Serializable

  23. object CALoad extends OpCode with Product with Serializable

  24. object CAStore extends OpCode with Product with Serializable

  25. object D2F extends OpCode with Product with Serializable

  26. object D2I extends OpCode with Product with Serializable

  27. object D2L extends OpCode with Product with Serializable

  28. object DALoad extends OpCode with Product with Serializable

  29. object DAStore extends OpCode with Product with Serializable

  30. object DAdd extends OpCode with Product with Serializable

  31. object DCmpG extends OpCode with Product with Serializable

  32. object DCmpL extends OpCode with Product with Serializable

  33. object DConst0 extends OpCode with Product with Serializable

  34. object DConst1 extends OpCode with Product with Serializable

  35. object DDiv extends OpCode with Product with Serializable

  36. object DLoad0 extends OpCode with Product with Serializable

  37. object DLoad1 extends OpCode with Product with Serializable

  38. object DLoad2 extends OpCode with Product with Serializable

  39. object DLoad3 extends OpCode with Product with Serializable

  40. object DMul extends OpCode with Product with Serializable

  41. object DNeg extends OpCode with Product with Serializable

  42. object DRem extends OpCode with Product with Serializable

  43. object DReturn extends OpCode with Product with Serializable

  44. object DStore0 extends OpCode with Product with Serializable

  45. object DStore1 extends OpCode with Product with Serializable

  46. object DStore2 extends OpCode with Product with Serializable

  47. object DStore3 extends OpCode with Product with Serializable

  48. object DSub extends OpCode with Product with Serializable

  49. object Dup extends OpCode with Product with Serializable

  50. object Dup2 extends OpCode with Product with Serializable

  51. object Dup2X1 extends OpCode with Product with Serializable

  52. object Dup2X2 extends OpCode with Product with Serializable

  53. object DupX1 extends OpCode with Product with Serializable

  54. object DupX2 extends OpCode with Product with Serializable

  55. object F2D extends OpCode with Product with Serializable

  56. object F2I extends OpCode with Product with Serializable

  57. object F2L extends OpCode with Product with Serializable

  58. object FALoad extends OpCode with Product with Serializable

  59. object FAStore extends OpCode with Product with Serializable

  60. object FAdd extends OpCode with Product with Serializable

  61. object FCmpG extends OpCode with Product with Serializable

  62. object FCmpL extends OpCode with Product with Serializable

  63. object FConst0 extends OpCode with Product with Serializable

  64. object FConst1 extends OpCode with Product with Serializable

  65. object FConst2 extends OpCode with Product with Serializable

  66. object FDiv extends OpCode with Product with Serializable

  67. object FLoad0 extends OpCode with Product with Serializable

  68. object FLoad1 extends OpCode with Product with Serializable

  69. object FLoad2 extends OpCode with Product with Serializable

  70. object FLoad3 extends OpCode with Product with Serializable

  71. object FMul extends OpCode with Product with Serializable

  72. object FNeg extends OpCode with Product with Serializable

  73. object FRem extends OpCode with Product with Serializable

  74. object FReturn extends OpCode with Product with Serializable

  75. object FStore0 extends OpCode with Product with Serializable

  76. object FStore1 extends OpCode with Product with Serializable

  77. object FStore2 extends OpCode with Product with Serializable

  78. object FStore3 extends OpCode with Product with Serializable

  79. object FSub extends OpCode with Product with Serializable

  80. object I2B extends OpCode with Product with Serializable

  81. object I2C extends OpCode with Product with Serializable

  82. object I2D extends OpCode with Product with Serializable

  83. object I2F extends OpCode with Product with Serializable

  84. object I2L extends OpCode with Product with Serializable

  85. object I2S extends OpCode with Product with Serializable

  86. object IALoad extends OpCode with Product with Serializable

  87. object IAStore extends OpCode with Product with Serializable

  88. object IAdd extends OpCode with Product with Serializable

  89. object IAnd extends OpCode with Product with Serializable

  90. object IConst0 extends OpCode with Product with Serializable

  91. object IConst1 extends OpCode with Product with Serializable

  92. object IConst2 extends OpCode with Product with Serializable

  93. object IConst3 extends OpCode with Product with Serializable

  94. object IConst4 extends OpCode with Product with Serializable

  95. object IConst5 extends OpCode with Product with Serializable

  96. object IConstM1 extends OpCode with Product with Serializable

  97. object IDiv extends OpCode with Product with Serializable

  98. object ILoad0 extends OpCode with Product with Serializable

  99. object ILoad1 extends OpCode with Product with Serializable

  100. object ILoad2 extends OpCode with Product with Serializable

  101. object ILoad3 extends OpCode with Product with Serializable

  102. object IMul extends OpCode with Product with Serializable

  103. object INeg extends OpCode with Product with Serializable

  104. object IOr extends OpCode with Product with Serializable

  105. object IRem extends OpCode with Product with Serializable

  106. object IReturn extends OpCode with Product with Serializable

  107. object IShl extends OpCode with Product with Serializable

  108. object IShr extends OpCode with Product with Serializable

  109. object IStore0 extends OpCode with Product with Serializable

  110. object IStore1 extends OpCode with Product with Serializable

  111. object IStore2 extends OpCode with Product with Serializable

  112. object IStore3 extends OpCode with Product with Serializable

  113. object ISub extends OpCode with Product with Serializable

  114. object IUShr extends OpCode with Product with Serializable

  115. object IXor extends OpCode with Product with Serializable

  116. object ImpDep1 extends OpCode with Product with Serializable

  117. object ImpDep2 extends OpCode with Product with Serializable

  118. object L2D extends OpCode with Product with Serializable

  119. object L2F extends OpCode with Product with Serializable

  120. object L2I extends OpCode with Product with Serializable

  121. object LALoad extends OpCode with Product with Serializable

  122. object LAStore extends OpCode with Product with Serializable

  123. object LAdd extends OpCode with Product with Serializable

  124. object LAnd extends OpCode with Product with Serializable

  125. object LCmp extends OpCode with Product with Serializable

  126. object LConst0 extends OpCode with Product with Serializable

  127. object LConst1 extends OpCode with Product with Serializable

  128. object LDiv extends OpCode with Product with Serializable

  129. object LLoad0 extends OpCode with Product with Serializable

  130. object LLoad1 extends OpCode with Product with Serializable

  131. object LLoad2 extends OpCode with Product with Serializable

  132. object LLoad3 extends OpCode with Product with Serializable

  133. object LMul extends OpCode with Product with Serializable

  134. object LNeg extends OpCode with Product with Serializable

  135. object LOr extends OpCode with Product with Serializable

  136. object LRem extends OpCode with Product with Serializable

  137. object LReturn extends OpCode with Product with Serializable

  138. object LShl extends OpCode with Product with Serializable

  139. object LShr extends OpCode with Product with Serializable

  140. object LStore0 extends OpCode with Product with Serializable

  141. object LStore1 extends OpCode with Product with Serializable

  142. object LStore2 extends OpCode with Product with Serializable

  143. object LStore3 extends OpCode with Product with Serializable

  144. object LSub extends OpCode with Product with Serializable

  145. object LUShr extends OpCode with Product with Serializable

  146. object LXor extends OpCode with Product with Serializable

  147. object MonitorEnter extends OpCode with Product with Serializable

  148. object MonitorExit extends OpCode with Product with Serializable

  149. object Nop extends OpCode with Product with Serializable

  150. object Pop extends OpCode with Product with Serializable

  151. object Pop2 extends OpCode with Product with Serializable

  152. object Return extends OpCode with Product with Serializable

  153. object SALoad extends OpCode with Product with Serializable

  154. object SAStore extends OpCode with Product with Serializable

  155. object Swap extends OpCode with Product with Serializable

  156. object Wide extends OpCode with Product with Serializable

  157. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  158. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  159. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  160. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  161. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  162. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  163. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  164. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  165. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  166. final def notify(): Unit

    Definition Classes
    AnyRef
  167. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  168. val opCodeParsers: Map[Int, Parser[OpCode, Byte, ByteVector]]

  169. def parseCode(code: fastparse.byte.all.Bytes): Seq[OpCode]

  170. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  171. def toString(): String

    Definition Classes
    AnyRef → Any
  172. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  173. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  174. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped