Uses of Class
org.gjt.sp.jedit.bsh.BshClassManager
Packages that use BshClassManager
-
Uses of BshClassManager in org.gjt.sp.jedit
Fields in org.gjt.sp.jedit declared as BshClassManager -
Uses of BshClassManager in org.gjt.sp.jedit.bsh
Methods in org.gjt.sp.jedit.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 org.gjt.sp.jedit.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 org.gjt.sp.jedit.bsh with parameters of type BshClassManagerModifierConstructorDescriptionNameSpace
(BshClassManager classManager, String name) NameSpace
(NameSpace parent, BshClassManager classManager, String name) -
Uses of BshClassManager in org.gjt.sp.jedit.bsh.classpath
Subclasses of BshClassManager in org.gjt.sp.jedit.bsh.classpathConstructors in org.gjt.sp.jedit.bsh.classpath with parameters of type BshClassManagerModifierConstructorDescriptionprotected
BshClassLoader
(BshClassManager classManager) For use by childrenBshClassLoader
(BshClassManager classManager, URL[] bases) BshClassLoader
(BshClassManager classManager, BshClassPath bcp) DiscreteFilesClassLoader
(BshClassManager classManager, DiscreteFilesClassLoader.ClassSourceMap map)