Interface BytecodeVisitor

  • All Superinterfaces:
    Visitor
    All Known Implementing Classes:
    AbstractBytecodeVisitor, BytecodeVisitorImpl

    public interface BytecodeVisitor
    extends Visitor
    Abstraction to convert an abstract syntax tree to Java bytecode. Mainly used to decouple the system and to improve testability.