Class ConstantPoolParser

java.lang.Object
org.apache.maven.shared.dependency.analyzer.asm.ConstantPoolParser

public class ConstantPoolParser extends 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: