org.mutabilitydetector.asmoverride
Class ClassLoadingVerifierFactory

java.lang.Object
  extended by org.mutabilitydetector.asmoverride.ClassLoadingVerifierFactory
All Implemented Interfaces:
AsmVerifierFactory

public class ClassLoadingVerifierFactory
extends Object
implements AsmVerifierFactory


Constructor Summary
ClassLoadingVerifierFactory(AnalysisClassLoader classLoader)
           
 
Method Summary
 org.objectweb.asm.tree.analysis.Interpreter<org.objectweb.asm.tree.analysis.BasicValue> interpreter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoadingVerifierFactory

public ClassLoadingVerifierFactory(AnalysisClassLoader classLoader)
Method Detail

interpreter

public org.objectweb.asm.tree.analysis.Interpreter<org.objectweb.asm.tree.analysis.BasicValue> interpreter()
Specified by:
interpreter in interface AsmVerifierFactory


Copyright © 2013. All Rights Reserved.