Interface BytecodeAttribute

All Known Implementing Classes:
BytecodeAttribute.InnerClass

public interface BytecodeAttribute
Bytecode attribute.
Since:
0.4
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Inner class attribute.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(org.objectweb.asm.ClassVisitor bytecode)
    Write to bytecode.
  • Method Details

    • write

      void write(org.objectweb.asm.ClassVisitor bytecode)
      Write to bytecode.
      Parameters:
      bytecode - Bytecode where to write.