Class ByteCodeDirectiveListener

All Implemented Interfaces:
Consumer<CompilationEvent>, CompilationPhaseListener

public class ByteCodeDirectiveListener extends ResolvedDirectiveListener
Checks if there are any directives that relate to @BYTECODE in the parsed module and validates the generated JVM bytecode against expected output. Uses BytecodeNormalizer to produce stable, comparable bytecode representations.