Serialized Form
text
java.lang.String text
Class bsh.BshMethod extends java.lang.Object implements Serializable |
method
BSHMethodDeclaration method
declaringNameSpace
NameSpace declaringNameSpace
argTypes
java.lang.Class[] argTypes
Class bsh.EvalError extends java.lang.Exception implements Serializable |
node
SimpleNode node
- Note: we could make this a vector and hold the full stack trace of
method invocations that lead to the exception...
message
java.lang.String message
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- De-serialization setup.
Default out and err streams to stdout, stderr if they are null.
strictJava
boolean strictJava
- Strict Java mode
- See Also:
Interpreter.setStrictJava( boolean )
globalNameSpace
NameSpace globalNameSpace
console
ConsoleInterface console
parent
Interpreter parent
- If this interpeter is a child of another, the parent
sourceFileInfo
java.lang.String sourceFileInfo
- The name of the file or other source that this interpreter is reading
noExitOnEOF
boolean noExitOnEOF
- Specify whether we override exit on EOF as normally done in
iteractive mode. (This is used by Sessiond)
evalOnly
boolean evalOnly
interactive
boolean interactive
Class bsh.NameSpace extends java.lang.Object implements Serializable |
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
name
java.lang.String name
parent
NameSpace parent
variables
java.util.Hashtable variables
methods
java.util.Hashtable methods
importedClasses
java.util.Hashtable importedClasses
thisReference
This thisReference
importedPackages
java.util.Vector importedPackages
callerInfoNode
SimpleNode callerInfoNode
nameSourceListeners
java.util.Vector nameSourceListeners
Class bsh.Primitive extends java.lang.Object implements Serializable |
value
java.lang.Object value
target
java.lang.Throwable target
inNativeCode
boolean inNativeCode
Class bsh.This extends java.lang.Object implements Serializable |
namespace
NameSpace namespace
- The namespace that this This reference wraps.
outPipe
java.io.OutputStream outPipe
inPipe
java.io.InputStream inPipe
in
java.io.InputStream in
out
java.io.PrintStream out
line
java.lang.StringBuffer line
startedLine
java.lang.String startedLine
textLength
int textLength
history
java.util.Vector history
histLine
int histLine
out
java.io.OutputStream out
in
java.io.InputStream in
ths
This ths
imageBuffer
java.awt.Image imageBuffer
classPath
BshClassPath classPath
frame
javax.swing.JFrame frame
iframe
javax.swing.JInternalFrame iframe
classlist
javax.swing.JList classlist
mlist
javax.swing.JList mlist
conslist
javax.swing.JList conslist
ptree
ClassBrowser.PackageTree ptree
methodLine
javax.swing.JTextArea methodLine
tree
javax.swing.JTree tree
packagesList
java.lang.String[] packagesList
classesList
java.lang.String[] classesList
methodList
java.lang.reflect.Method[] methodList
consList
java.lang.reflect.Constructor[] consList
selectedPackage
java.lang.String selectedPackage
selectedClass
java.lang.Class selectedClass
outPipe
java.io.OutputStream outPipe
inPipe
java.io.InputStream inPipe
in
java.io.InputStream in
out
java.io.PrintStream out
cmdStart
int cmdStart
history
java.util.Vector history
startedLine
java.lang.String startedLine
histLine
int histLine
menu
javax.swing.JPopupMenu menu
text
javax.swing.JTextPane text
doc
javax.swing.text.DefaultStyledDocument doc
nameCompletion
NameCompletion nameCompletion
SHOW_AMBIG_MAX
int SHOW_AMBIG_MAX
- See Also:
- Constant Field Values
gotUp
boolean gotUp
out
java.io.OutputStream out
in
java.io.InputStream in
table
NameCompletionTable table
- Unimplemented - need a collection here
sources
java.util.List sources
© 2000 pat@pat.net :-)