Uses of Class
org.gjt.sp.jedit.bsh.BshClassManager
-
Uses of BshClassManager in org.gjt.sp.jedit
-
Uses of BshClassManager in org.gjt.sp.jedit.bsh
Modifier 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()
Modifier 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) ModifierConstructorDescriptionNameSpace
(BshClassManager classManager, String name) NameSpace
(NameSpace parent, BshClassManager classManager, String name) -
Uses of BshClassManager in org.gjt.sp.jedit.bsh.classpath
ModifierConstructorDescriptionprotected
BshClassLoader
(BshClassManager classManager) For use by childrenBshClassLoader
(BshClassManager classManager, URL[] bases) BshClassLoader
(BshClassManager classManager, BshClassPath bcp) DiscreteFilesClassLoader
(BshClassManager classManager, DiscreteFilesClassLoader.ClassSourceMap map)