程序包的使用
bsh

使用bsh的程序包
程序包
说明
 
 
 
 
  • bsh使用的bsh中的类
    说明
    BshClassManager 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.
    An attempt was made to use an unavailable capability supported by an optional package.
     
    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.
    The capabilities of a minimal console for BeanShell.
     
    EvalError indicates that we cannot continue evaluating the script or the script has thrown an exception.
    The BeanShell script interpreter.
    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.
     
     
     
    Wrapper for primitive types in Bsh.
    ReflectManager is a dynamically loaded extension that supports extended reflection features supported by JDK1.2 and greater.
    '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.
     
  • bsh.classpath使用的bsh中的类
    说明
    BshClassManager manages all classloading in BeanShell.
     
     
    This interface supports name completion, which is used primarily for command line tools, etc.
     
    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.
  • bsh.reflect使用的bsh中的类
    说明
    ReflectManager is a dynamically loaded extension that supports extended reflection features supported by JDK1.2 and greater.
  • bsh.util使用的bsh中的类
    说明
    BshClassManager manages all classloading in BeanShell.
     
    The capabilities of a minimal console for BeanShell.
    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' is the type of bsh scripted objects.