Example usage for org.apache.commons.javaflow.bytecode BytecodeClassLoader subclass-usage

List of usage examples for org.apache.commons.javaflow.bytecode BytecodeClassLoader subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.javaflow.bytecode BytecodeClassLoader subclass-usage.

Usage

From source file org.eclectic.idc.jvm.runtime.IdcClassLoader.java

public final class IdcClassLoader extends BytecodeClassLoader {

    private final ResourceTransformer transformer;
    private final Set<String> instrument;
    private final Set<String> load;
    private final HashMap<String, BytecodeClass> byteCodeClasses = new HashMap<String, BytecodeClass>();