Class AsmAnnotations

java.lang.Object
org.eolang.jeo.representation.asm.AsmAnnotations

public final class AsmAnnotations extends Object
Asm annotations. Asm parser for annotations.
Since:
0.6
  • Method Details

    • isEmpty

      public boolean isEmpty()
      Check if there are no annotations.
      Returns:
      True if there are no annotations, false otherwise
    • bytecode

      public BytecodeAnnotations bytecode()
      Convert asm annotations to domain annotations.
      Returns:
      Domain annotations.