Class ConstantPoolParser


  • public class ConstantPoolParser
    extends java.lang.Object
    A small parser to read the constant pool directly, in case it contains references ASM does not support. Adapted from http://stackoverflow.com/a/32278587/23691 Constant pool types:
    See Also:
    JVM 9 Sepc, JVM 10 Sepc