Uses of Class
org.eolang.jeo.representation.asm.AsmLabels

Packages that use AsmLabels
Package
Description
Contains classes for generating bytecode in the form of Java classes.
  • Uses of AsmLabels in org.eolang.jeo.representation.bytecode

    Methods in org.eolang.jeo.representation.bytecode with parameters of type AsmLabels
    Modifier and Type
    Method
    Description
    void
    BytecodeAttribute.EnclosingMethod.write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)
     
    void
    BytecodeAttribute.NestHost.write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)
     
    void
    BytecodeAttribute.NestMembers.write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)
     
    void
    BytecodeAttribute.PermittedSubclasses.write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)
     
    void
    BytecodeAttribute.RecordComponents.write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)
     
    void
    BytecodeAttribute.SourceFile.write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)
     
    void
    BytecodeAttribute.write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)
    Write to method.
    void
    BytecodeModule.write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)
     
    void
    BytecodeUnknownAttribute.write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)
     
    void
    InnerClass.write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)
     
    void
    LocalVariable.write(org.objectweb.asm.MethodVisitor method, AsmLabels labels)
     
    void
    BytecodeEntry.writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)
    Write instruction to the method visitor.
    void
    BytecodeFrame.writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)
     
    void
    BytecodeInstruction.writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)
     
    void
    BytecodeLabel.writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)
     
    void
    BytecodeLine.writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)
     
    void
    BytecodeTryCatchBlock.writeTo(org.objectweb.asm.MethodVisitor visitor, AsmLabels labels)