Class ParserCP.ParserCPVisitor

java.lang.Object
org.openjdk.asmtools.jasm.CPTagVisitor<ConstValue<?>>
org.openjdk.asmtools.jasm.ParserCP.ParserCPVisitor
All Implemented Interfaces:
CompilerConstants
Enclosing class:
ParserCP

class ParserCP.ParserCPVisitor extends CPTagVisitor<ConstValue<?>>
ParserCPVisitor

This inner class overrides a constant pool visitor to provide specific parsing instructions (per method) for each type of Constant.

Note: since the generic visitor throws no exceptions, this derived class tunnels the exceptions, rethrown in the visitExcept method.