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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytecodeAnnotations
bytecode()
Convert asm annotations to domain annotations.
-
-
-
Method Detail
-
bytecode
public BytecodeAnnotations bytecode()
Convert asm annotations to domain annotations.- Returns:
- Domain annotations.
-
-