Uses of Class
bsh.BshClassManager
Packages that use BshClassManager
-
Uses of BshClassManager in bsh
Methods in bsh that return BshClassManagerModifier and TypeMethodDescriptionstatic BshClassManagerBshClassManager.createClassManager(Interpreter interpreter) Create a new instance of the class manager.Interpreter.getClassManager()Get the class manager associated with this interpreter (the BshClassManager of this interpreter's global namespace).NameSpace.getClassManager()Methods in bsh with parameters of type BshClassManagerModifier and TypeMethodDescriptionClassGenerator.invokeSuperclassMethod(BshClassManager bcm, Object instance, String methodName, Object[] args) Invoke a super.method() style superclass method on an object instance.static ObjectClassGenerator.invokeSuperclassMethodImpl(BshClassManager bcm, Object instance, String methodName, Object[] args) Constructors in bsh with parameters of type BshClassManagerModifierConstructorDescriptionNameSpace(BshClassManager classManager, String name) NameSpace(NameSpace parent, BshClassManager classManager, String name) -
Uses of BshClassManager in bsh.classpath
Subclasses of BshClassManager in bsh.classpathConstructors in bsh.classpath with parameters of type BshClassManagerModifierConstructorDescriptionprotectedBshClassLoader(BshClassManager classManager) For use by childrenBshClassLoader(BshClassManager classManager, BshClassPath bcp) BshClassLoader(BshClassManager classManager, URL[] bases) DiscreteFilesClassLoader(BshClassManager classManager, DiscreteFilesClassLoader.ClassSourceMap map) -
Uses of BshClassManager in bsh.util
Constructors in bsh.util with parameters of type BshClassManager