Java org.apache.commons.bcel6.util SyntheticRepository fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.bcel6.util SyntheticRepository fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.bcel6.util SyntheticRepository.

The text is from its open source code.

Method

ClassPathgetClassPath()
ClassPath associated with the Repository.
SyntheticRepositorygetInstance(ClassPath classPath)
SyntheticRepositorygetInstance()
JavaClassloadClass(String className)
Find a JavaClass object by name.
JavaClassloadClass(Class clazz)
Find the JavaClass object for a runtime Class object.