Class ASMByteCodeVisitor

java.lang.Object
org.glassfish.pfl.dynamic.codegen.impl.TreeWalker
org.glassfish.pfl.dynamic.codegen.impl.ASMByteCodeVisitor
All Implemented Interfaces:
Visitor

public class ASMByteCodeVisitor extends TreeWalker
Visitor that is used to generate byte code for a class. SetupVisitor must be called first before this visitor can be called.

This visitor is also responsible for setting up the bytecode versions of Variables, since we always define variables before we reference them.