Class

org.hyperscala.javascript

BytecodeConverter

Related Doc: package javascript

Permalink

class BytecodeConverter extends MethodVisitor

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

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BytecodeConverter → MethodVisitor
  27. def visitInsnAnnotation(arg0: Int, arg1: TypePath, arg2: String, arg3: Boolean): AnnotationVisitor

    Permalink
    Definition Classes
    MethodVisitor
  28. def visitIntInsn(opcode: Int, operand: Int): Unit

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

    Permalink
  30. def visitInvokeDynamicInsn(arg0: String, arg1: String, arg2: Handle, arg3: <repeated...>[AnyRef]): Unit

    Permalink
    Definition Classes
    MethodVisitor
  31. def visitJumpInsn(opcode: Int, label: Label): Unit

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

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

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

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

    Permalink
    Definition Classes
    BytecodeConverter → MethodVisitor
  36. def visitLocalVariableAnnotation(arg0: Int, arg1: TypePath, arg2: Array[Label], arg3: Array[Label], arg4: Array[Int], arg5: String, arg6: Boolean): AnnotationVisitor

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

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

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

    Permalink
    Definition Classes
    BytecodeConverter → MethodVisitor
  40. def visitMethodInsn(arg0: Int, arg1: String, arg2: String, arg3: String, arg4: Boolean): Unit

    Permalink
    Definition Classes
    MethodVisitor
  41. def visitMultiANewArrayInsn(desc: String, dims: Int): Unit

    Permalink
    Definition Classes
    BytecodeConverter → MethodVisitor
  42. def visitParameter(arg0: String, arg1: Int): Unit

    Permalink
    Definition Classes
    MethodVisitor
  43. def visitParameterAnnotation(parameter: Int, desc: String, visible: Boolean): AnnotationVisitor

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

    Permalink
  45. def visitTableSwitchInsn(arg0: Int, arg1: Int, arg2: Label, arg3: <repeated...>[Label]): Unit

    Permalink
    Definition Classes
    MethodVisitor
  46. def visitTryCatchAnnotation(arg0: Int, arg1: TypePath, arg2: String, arg3: Boolean): AnnotationVisitor

    Permalink
    Definition Classes
    MethodVisitor
  47. def visitTryCatchBlock(start: Label, end: Label, handler: Label, type: String): Unit

    Permalink
    Definition Classes
    BytecodeConverter → MethodVisitor
  48. def visitTypeAnnotation(arg0: Int, arg1: TypePath, arg2: String, arg3: Boolean): AnnotationVisitor

    Permalink
    Definition Classes
    MethodVisitor
  49. def visitTypeInsn(opcode: Int, type: String): Unit

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

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

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

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

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

    Permalink
  55. def writeReturn(includeVariable: Boolean = false): StringBuilder

    Permalink
  56. def writeVariable(): StringBuilder

    Permalink

Inherited from MethodVisitor

Inherited from AnyRef

Inherited from Any

Ungrouped