Uses of Class
bsh.BshClassManager
Packages that use BshClassManager
-
Uses of BshClassManager in bsh
Methods in bsh that return BshClassManagerModifier and TypeMethodDescriptionstatic BshClassManager
BshClassManager.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 TypeMethodDescriptionabstract Object
ClassGenerator.invokeSuperclassMethod
(BshClassManager bcm, Object instance, String methodName, Object[] args) Invoke a super.method() style superclass method on an object instance.ClassGeneratorImpl.invokeSuperclassMethod
(BshClassManager bcm, Object instance, String methodName, Object[] args) static Object
ClassGeneratorImpl.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 BshClassManagerModifierConstructorDescriptionprotected
BshClassLoader
(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