Class ClassInfo
- java.lang.Object
-
- com.intergral.deep.agent.tracepoint.inst.asm.ClassInfo
-
public class ClassInfo extends Object
We need to load classes without loading classes, so we have this type that lets us do this.
-
-
Constructor Summary
Constructors Constructor Description ClassInfo(String type, ClassLoader loader, org.objectweb.asm.ClassReader classReader)
Create a new Class Info.
-
-
-
Constructor Detail
-
ClassInfo
public ClassInfo(String type, ClassLoader loader, org.objectweb.asm.ClassReader classReader)
Create a new Class Info.- Parameters:
type
- the type to loadloader
- the loader to useclassReader
- the class reader to use
-
-