Uses of Class
org.gjt.sp.jedit.bsh.BshMethod
-
Uses of BshMethod in org.gjt.sp.jedit
Modifier and TypeMethodDescriptionstatic BshMethod
BeanShell.cacheBlock
(String id, String code, boolean namespace) Caches a block of code, returning a handle that can be passed to runCachedBlock().BeanShellFacade.cacheBlock
(String id, String code, boolean namespace) Caches a block of code, returning a handle that can be passed to runCachedBlock().Modifier and TypeMethodDescriptionstatic Object
BeanShell.runCachedBlock
(BshMethod method, View view, NameSpace namespace) Runs a cached block of code in the specified namespace.BeanShellFacade.runCachedBlock
(BshMethod method, T param, NameSpace namespace) Runs a cached block of code in the specified namespace. -
Uses of BshMethod in org.gjt.sp.jedit.bsh
Modifier and TypeMethodDescriptionprotected BshMethod
NameSpace.getImportedMethod
(String name, Class[] sig) Get the bsh method matching the specified signature declared in this name space or a parent.NameSpace.getMethods()
Get the methods defined in this namespace.