org.hyperscala.javascript

BytecodeConverter

class BytecodeConverter extends MethodVisitor

Linear Supertypes
MethodVisitor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BytecodeConverter
  2. MethodVisitor
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BytecodeConverter(methodNode: MethodNode, includeLineNumbers: Boolean, debug: Boolean = false)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. var depth: Int

  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  19. def toString(): String

    Definition Classes
    BytecodeConverter → AnyRef → Any
  20. def visitAnnotation(desc: String, visible: Boolean): AnnotationVisitor

    Definition Classes
    BytecodeConverter → MethodVisitor
  21. def visitAnnotationDefault(): AnnotationVisitor

    Definition Classes
    BytecodeConverter → MethodVisitor
  22. def visitAttribute(attr: Attribute): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  23. def visitCode(): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  24. def visitEnd(): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  25. def visitFieldInsn(opcode: Int, owner: String, name: String, desc: String): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  26. def visitFrame(type: Int, nLocal: Int, local: Array[AnyRef], nStack: Int, stack: Array[AnyRef]): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  27. def visitIincInsn(var: Int, increment: Int): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  28. def visitInsn(opcode: Int): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  29. def visitIntInsn(opcode: Int, operand: Int): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  30. def visitInvokeDynamicInsn(name: String, desc: String, bsm: Handle, bsmArgs: <repeated...>[AnyRef]): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  31. def visitInvokeDynamicInsn(name: String, desc: String, bsm: Handle, bsmArgs: AnyRef*): Unit

  32. def visitJumpInsn(opcode: Int, label: Label): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  33. def visitLabel(label: Label): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  34. def visitLdcInsn(cst: Any): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  35. def visitLineNumber(line: Int, start: Label): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  36. def visitLocalVariable(name: String, desc: String, signature: String, start: Label, end: Label, index: Int): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  37. def visitLookupSwitchInsn(dflt: Label, keys: Array[Int], labels: Array[Label]): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  38. def visitMaxs(maxStack: Int, maxLocals: Int): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  39. def visitMethodInsn(opcode: Int, owner: String, name: String, desc: String): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  40. def visitMultiANewArrayInsn(desc: String, dims: Int): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  41. def visitParameterAnnotation(parameter: Int, desc: String, visible: Boolean): AnnotationVisitor

    Definition Classes
    BytecodeConverter → MethodVisitor
  42. def visitTableSwitchInsn(min: Int, max: Int, dflt: Label, labels: <repeated...>[Label]): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  43. def visitTableSwitchInsn(min: Int, max: Int, dflt: Label, labels: Label*): Unit

  44. def visitTryCatchBlock(start: Label, end: Label, handler: Label, type: String): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  45. def visitTypeInsn(opcode: Int, type: String): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  46. def visitVarInsn(opcode: Int, varIndex: Int): Unit

    Definition Classes
    BytecodeConverter → MethodVisitor
  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  50. def writeLine(s: String): StringBuilder

  51. def writeReturn(includeVariable: Boolean = false): StringBuilder

  52. def writeVariable(): StringBuilder

Inherited from MethodVisitor

Inherited from AnyRef

Inherited from Any