Class ByteCodeUtility

java.lang.Object
org.glassfish.pfl.dynamic.codegen.impl.ByteCodeUtility

public final class ByteCodeUtility extends Object
Class that is responsible for low-level bytecode generation using ASM. It provides methods that directly generate bytecode in a MethodVisitor. This will often be accompanied by type analysis, such as in determining the correct sort of return instruction to use, or how to generate code for a constant.