Module jEdit
Package org.gjt.sp.jedit.bsh
package org.gjt.sp.jedit.bsh
-
ClassDescriptionBshClassManager manages all classloading in BeanShell.An interface implemented by classes wrapping instances of iterators, enumerations, collections, etc.This represents an instance of a bsh method declaration in a particular namespace.A stack of NameSpaces representing the call path.The map of extended features supported by the runtime in which we live.An attempt was made to use an unavailable capability supported by an optional package.ClassGeneratorUtil utilizes the ASM (www.objectweb.org) bytecode generator by Eric Bruneton in order to generate class "stubs" for BeanShell at runtime.A ConstructorArgs object holds evaluated arguments for a constructor call as well as the index of a possible alternate selector to invoke.The default CollectionManager (which remains Java 1.1 compatible) supports iteration over objects of type: Enumeration, Vector, String, StringBuffer and array.An implementation that works with JDK 1.1The capabilities of a minimal console for BeanShell.EvalError indicates that we cannot continue evaluating the script or the script has thrown an exception.A namespace which maintains an external map of values held in variables in its scope.The BeanShell script interpreter.An internal error in the interpreter has occurred.An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).This interface supports name completion, which is used primarily for command line tools, etc.A namespace in which methods, variables, and imports (class names) live.This exception is thrown when parse errors are encountered.This is the BeanShell parser.Wrapper for primitive types in Bsh.ReflectManager is a dynamically loaded extension that supports extended reflection features supported by JDK1.2 and greater.Remote executor class.TargetError is an EvalError that wraps an exception thrown by the script (or by code called from the script).'This' is the type of bsh scripted objects.Describes the input token stream.UtilEvalError is an error corresponding to an EvalError but thrown by a utility or other class that does not have the caller context (Node) available to it.UtilTargetError is an error corresponding to a TargetError but thrown by a utility or other class that does not have the caller context (Node) available to it.XThis is a dynamically loaded extension which extends This.java and adds support for the generalized interface proxy mechanism introduced in JDK1.3.