Serialized Form


Package gnu.bytecode

Class gnu.bytecode.ArrayType extends ObjectType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.bytecode.ClassType extends ObjectType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write the class name (as given by getName()) using writeUTF.
Throws:
java.io.IOException

Package gnu.expr

Class gnu.expr.Keyword extends Symbol implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.expr.ModuleExp extends LambdaExp implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.expr.PairClassType extends ClassType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write the class name (as given by getName()) using writeUTF.
Throws:
java.io.IOException

Class gnu.expr.Special extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write the keword name (without colons) using writeUTF.
Throws:
java.io.IOException

Package gnu.jemacs.buffer

Class gnu.jemacs.buffer.CancelledException extends java.lang.RuntimeException implements Serializable

Class gnu.jemacs.buffer.Signal extends java.lang.RuntimeException implements Serializable

Serialized Fields

name

java.lang.String name

data

java.lang.Object data

Package gnu.jemacs.lang

Class gnu.jemacs.lang.CatchableException extends java.lang.RuntimeException implements Serializable

Serialized Fields

tag

java.lang.Object tag

value

java.lang.Object value

Class gnu.jemacs.lang.Print extends DisplayFormat implements Serializable


Package gnu.jemacs.swing

Class gnu.jemacs.swing.IgnoreAction extends javax.swing.text.TextAction implements Serializable

Class gnu.jemacs.swing.Modeline extends javax.swing.JTextPane implements Serializable

Serialized Fields

window

EWindow window

Class gnu.jemacs.swing.SwingMenu extends javax.swing.JMenu implements Serializable

Class gnu.jemacs.swing.TooLongAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

maxValid

int maxValid

Package gnu.kawa.functions

Class gnu.kawa.functions.DisplayFormat extends AbstractFormat implements Serializable

Serialization Methods

writeObject

public void writeObject(java.lang.Object obj,
                        Consumer out)
Serialized Fields

readable

boolean readable

language

char language
'S' is Scheme-style; 'C' is CommonLisp-style; 'E' is Emacs-style. Note Emacs has its own sub-class gnu.jemacs.lang.Print.

Class gnu.kawa.functions.GetNamedInstancePart extends ProcedureN implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.functions.IntegerFormat extends IntegerFormat implements Serializable

Class gnu.kawa.functions.LispFormat extends CompoundFormat implements Serializable

Class gnu.kawa.functions.ObjectFormat extends ReportFormat implements Serializable

Serialized Fields

maxChars

int maxChars
Maxiumum number of characters to show. Truncate any following characters. The value PARAM_UNSPECIFIED means "no limit".


readable

boolean readable

Package gnu.kawa.lispexpr

Class gnu.kawa.lispexpr.ClassNamespace extends Namespace implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.lispexpr.LispPackage extends Namespace implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package gnu.kawa.models

Class gnu.kawa.models.Box extends Model implements Serializable

Serialized Fields

components

Viewable[] components

numComponents

int numComponents

cellSpacing

Viewable cellSpacing

Class gnu.kawa.models.Column extends Box implements Serializable

Class gnu.kawa.models.DrawImage extends Model implements Serializable

Serialized Fields

image

java.awt.image.BufferedImage image

src

Path src

description

java.lang.String description

Class gnu.kawa.models.Label extends Model implements Serializable

Serialized Fields

text

java.lang.String text

Class gnu.kawa.models.Row extends Box implements Serializable

Class gnu.kawa.models.Spacer extends Model implements Serializable

Serialized Fields

minSize

java.awt.geom.Dimension2D minSize

preferredSize

java.awt.geom.Dimension2D preferredSize

maxSize

java.awt.geom.Dimension2D maxSize

Class gnu.kawa.models.Text extends Model implements Serializable

Serialized Fields

buffer

CharBuffer buffer

Package gnu.kawa.reflect

Class gnu.kawa.reflect.ArrayGet extends Procedure2 implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.reflect.ArrayLength extends Procedure1 implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.reflect.ArrayNew extends Procedure1 implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.reflect.ArraySet extends Procedure3 implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.reflect.OccurrenceType extends ObjectType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package gnu.kawa.servlet

Class gnu.kawa.servlet.KawaPageServlet extends KawaServlet implements Serializable

Serialized Fields

context

javax.servlet.ServletContext context

Class gnu.kawa.servlet.KawaServlet extends javax.servlet.http.HttpServlet implements Serializable

Class gnu.kawa.servlet.ReplServlet extends javax.servlet.http.HttpServlet implements Serializable


Package gnu.kawa.swingviews

Class gnu.kawa.swingviews.SwingButton extends javax.swing.JButton implements Serializable

Serialized Fields

model

Button model

Class gnu.kawa.swingviews.SwingFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

display

SwingDisplay display

Class gnu.kawa.swingviews.SwingPaintable extends javax.swing.JPanel implements Serializable

Serialized Fields

paintable

Paintable paintable

dim

java.awt.Dimension dim

Package gnu.kawa.xml

Class gnu.kawa.xml.AncestorAxis extends TreeScanner implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.AncestorOrSelfAxis extends TreeScanner implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.AttributeAxis extends TreeScanner implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.AttributeType extends NodeType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.ChildAxis extends TreeScanner implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.DescendantAxis extends TreeScanner implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.DescendantOrSelfAxis extends TreeScanner implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.ElementType extends NodeType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.FollowingAxis extends TreeScanner implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.FollowingSiblingAxis extends TreeScanner implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.Nodes extends Values implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write the length (using writeInt), followed by the values in order (written using writeObject).
Throws:
java.io.IOException

Class gnu.kawa.xml.NodeSetType extends OccurrenceType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.NodeType extends ObjectType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.ParentAxis extends TreeScanner implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.PrecedingAxis extends TreeScanner implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.PrecedingSiblingAxis extends TreeScanner implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.ProcessingInstructionType extends NodeType implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.SelfAxis extends TreeScanner implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.SortedNodes extends Nodes implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write the length (using writeInt), followed by the values in order (written using writeObject).
Throws:
java.io.IOException

Class gnu.kawa.xml.TreeScanner extends MethodProc implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.kawa.xml.XInteger extends IntNum implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
If the value is in the range (int)0xC000000 .. 0x7fffffff (inclusive) write out the value (using writeInt). Otherwise, write (using writeInt) (0x80000000|nwords), where nwords is the number of words following. The words are the minimal 2's complement big-endian representation of the value, written using writeint. (Even if the current value is not canonicalized, the output is).
Throws:
java.io.IOException

Class gnu.kawa.xml.XmlNamespace extends Namespace implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package gnu.lists

Class gnu.lists.AbstractFormat extends java.text.Format implements Serializable

Serialization Methods

writeObject

public final void writeObject(java.lang.Object obj,
                              java.io.Writer out)

writeObject

public final void writeObject(java.lang.Object obj,
                              PrintConsumer out)

writeObject

public abstract void writeObject(java.lang.Object v,
                                 Consumer out)

Class gnu.lists.BitVector extends SimpleVector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write 'size' (using writeInt), followed by 'size' elements in order (using writeBoolean).
Throws:
java.io.IOException

Class gnu.lists.CharBuffer extends StableVector implements Serializable

Serialized Fields

string

FString string

Class gnu.lists.EofClass extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.lists.F32Vector extends SimpleVector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write 'size' (using writeInt), followed by 'size' elements in order (using writeFloat).
Throws:
java.io.IOException

Class gnu.lists.F64Vector extends SimpleVector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write 'size' (using writeInt), followed by 'size' elements in order (using writeDouble).
Throws:
java.io.IOException

Class gnu.lists.FString extends SimpleVector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write 'size' (using writeInt), followed by 'size' elements in order (using writeChar).
Throws:
java.io.IOException

Class gnu.lists.FVector extends SimpleVector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write the number of elements (using writeInt), followed by the elements in order (written using writeObject). (It might seem simpler (and increase sharing) to just call writeObject(value), but that exposes the implementation.)
Throws:
java.io.IOException

Class gnu.lists.LList extends ExtSequence implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write nothing. (Don't need to write anything.)
Throws:
java.io.IOException

Class gnu.lists.Pair extends LList implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write the car followed by the cdr.
Throws:
java.io.IOException

Class gnu.lists.PairWithPosition extends Pair implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write the car followed by the cdr, followed by filename (as an Object, so it can be shared), followed by position (line|(column<<20)).
Throws:
java.io.IOException

Class gnu.lists.S16Vector extends SimpleVector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write 'size' (using writeInt), followed by 'size' elements in order (using writeShort).
Throws:
java.io.IOException

Class gnu.lists.S32Vector extends SimpleVector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write 'size' (using writeInt), followed by 'size' elements in order (using writeInt).
Throws:
java.io.IOException

Class gnu.lists.S64Vector extends SimpleVector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write 'size' (using writeInt), followed by 'size' elements in order (using writeLong).
Throws:
java.io.IOException

Class gnu.lists.S8Vector extends SimpleVector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write 'size' (using writeInt), followed by 'size' elements in order (using writeByte).
Throws:
java.io.IOException

Class gnu.lists.U16Vector extends SimpleVector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write 'size' (using writeInt), followed by 'size' elements in order (using writeShort).
Throws:
java.io.IOException

Class gnu.lists.U32Vector extends SimpleVector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write 'size' (using writeInt), followed by 'size' elements in order (using writeInt).
Throws:
java.io.IOException

Class gnu.lists.U64Vector extends SimpleVector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write 'size' (using writeInt), followed by 'size' elements in order (using writeLong).
Throws:
java.io.IOException

Class gnu.lists.U8Vector extends SimpleVector implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write 'size' (using writeInt), followed by 'size' elements in order (using writeByte).
Throws:
java.io.IOException

Class gnu.lists.UnescapedData extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write 'data' (using writeObject).
Throws:
java.io.IOException

Package gnu.mapping

Class gnu.mapping.Namespace extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.mapping.SimpleSymbol extends Symbol implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.mapping.Symbol extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class gnu.mapping.UnboundLocationException extends java.lang.RuntimeException implements Serializable

Serialized Fields

symbol

java.lang.Object symbol

location

Location location

filename

java.lang.String filename

line

int line

column

int column

Class gnu.mapping.Values extends TreeList implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write the length (using writeInt), followed by the values in order (written using writeObject).
Throws:
java.io.IOException

Class gnu.mapping.ValueStack extends Values implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write the length (using writeInt), followed by the values in order (written using writeObject).
Throws:
java.io.IOException

Class gnu.mapping.WrappedException extends java.lang.RuntimeException implements Serializable

Class gnu.mapping.WrongArguments extends java.lang.IllegalArgumentException implements Serializable

Serialized Fields

number

int number

usage

java.lang.String usage

procname

java.lang.String procname

proc

Procedure proc

Class gnu.mapping.WrongType extends WrappedException implements Serializable

Serialized Fields

number

int number
Number of the argument, 1-origin.
Can be an integer >= 1, or one of the values ARG_UNKNOWN, ARG_VARNAME, or ARG_DESCRIPTION.


procname

java.lang.String procname
Name of Procedure that threw the exception (if non-null).


proc

Procedure proc
The Procedure that threw the exception (if non-null).


argValue

java.lang.Object argValue
The actual argument that was bad.


expectedType

java.lang.Object expectedType
The expected parameter type (a Type or TypeValue), or a string name/description.


Package gnu.math

Class gnu.math.BaseUnit extends NamedUnit implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write the unit name (using writeUTF), followed. followed by the name of the dimension it is a unit for. The latter is either null or a String and is written with writeObject.
Throws:
java.io.IOException

Class gnu.math.CComplex extends Complex implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write the real and imaginary parts, as Objects.
Throws:
java.io.IOException

Class gnu.math.Complex extends Quantity implements Serializable

Class gnu.math.CQuantity extends Quantity implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Write the complex value (using writeObject) followed by the Unit (also using writeUnit).
Throws:
java.io.IOException

Class gnu.math.DateTime extends Quantity implements Serializable

Serialized Fields

unit

Unit unit

nanoSeconds

int nanoSeconds
Fractional seconds, in units of nanoseconds.


calendar

java.util.GregorianCalendar calendar

mask

int mask

Class gnu.math.DComplex extends Complex implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Writes the real part, followed by the imaginary part. Both are written as doubles (using writeDouble).
Throws:
java.io.IOException

Class gnu.math.DFloNum extends RealNum implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Serial Data:
Writes the number as a double (using writeDouble).
Throws:
java.io.IOException

Class gnu.math.DQuantity extends Quantity implements Serializable