Class ClassLiteralExtractor

  • All Implemented Interfaces:
    ClassVisitor

    class ClassLiteralExtractor
    extends DefaultClassVisitor
    ClassLiteralExtractor is a ClassVisitor that extracts literals from the bytecode of each class visited, adding a sequence for each to a map associating a sequence with a type.
    See Also:
    OperationModel