Package org.eolang.jeo.representation.directives
Package for generating XMIR by using ASM library.
This package contains different visitors that are used to build XML directives.
In other words all classes in this package scan bytecode by using ASM library
(https://asm.ow2.io/) and build XML directives
by using Xembly library (https://www.xembly.org).
Later on these directives are used to build XML representation of the bytecode class.
- Since:
- 0.1.0
-
Class Summary Class Description ClassName Class name.DirectivesClass Class printer.DirectivesInstruction Instruction directives.DirectivesLabel Xml directives for label entry in byrecode.DirectivesMethod Method printer.DirectivesMethodParams Directives for method parameters.