Serialized Form
-
Package gnu.bytecode
-
Class gnu.bytecode.ArrayType
class ArrayType extends ObjectType implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.bytecode.ClassType
class ClassType extends ObjectType implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the class name (as given by getName()) using writeUTF.
- Throws:
IOException
-
-
-
-
Package gnu.expr
-
Exception Class gnu.expr.CommandCompleter
class CommandCompleter extends RuntimeException implements Serializable-
Serialized Fields
-
candidates
List<String> candidates
-
comp
Compilation comp
-
prefixLength
int prefixLength
-
word
String word
-
wordCursor
int wordCursor
-
-
-
Class gnu.expr.Keyword
class Keyword extends Symbol implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.expr.ModuleExp
class ModuleExp extends LambdaExp implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.expr.PairClassType
class PairClassType extends ClassType implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the class name (as given by getName()) using writeUTF.
- Throws:
IOException
-
-
-
Class gnu.expr.Special
class Special extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the keword name (without colons) using writeUTF.
- Throws:
IOException
-
-
-
-
Package gnu.kawa.functions
-
Class gnu.kawa.functions.DisplayFormat
class DisplayFormat extends gnu.kawa.format.GenericFormat implements Serializable-
Serialization Methods
-
writeObject
-
-
Serialized Fields
-
checkSharing
int checkSharing
Controls whether we check for sharing and cycles. 1: check for sharing; 0: check for cycles: -1: no checking. -
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. -
readable
boolean readable
-
-
-
Class gnu.kawa.functions.GetNamedInstancePart
class GetNamedInstancePart extends ProcedureN implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.functions.IntegerFormat
class IntegerFormat extends gnu.kawa.format.IntegerFormat implements Serializable -
Class gnu.kawa.functions.LispFormat
class LispFormat extends gnu.kawa.format.CompoundFormat implements Serializable -
Class gnu.kawa.functions.NamedPart
class NamedPart extends ProcedureN implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.functions.NamedPart.Setter
class Setter extends Setter implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.functions.ObjectFormat
class ObjectFormat extends gnu.kawa.format.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
class ClassNamespace extends Namespace implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.lispexpr.LispPackage
class LispPackage extends Namespace implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package gnu.kawa.models
-
Class gnu.kawa.models.Box
class Box extends Model implements Serializable -
Class gnu.kawa.models.Column
class Column extends Box implements Serializable -
Class gnu.kawa.models.DDimension
class DDimension extends Dimension implements Serializable-
Serialized Fields
-
h
double h
-
w
double w
-
-
-
Class gnu.kawa.models.DrawImage
class DrawImage extends Model implements Serializable-
Serialized Fields
-
description
String description
-
image
BufferedImage image
-
src
gnu.kawa.io.Path src
-
-
-
Class gnu.kawa.models.Label
class Label extends Model implements Serializable-
Serialized Fields
-
text
String text
-
-
-
Class gnu.kawa.models.Row
class Row extends Box implements Serializable -
Class gnu.kawa.models.Spacer
class Spacer extends Model implements Serializable-
Serialized Fields
-
maxSize
Dimension2D maxSize
-
minSize
Dimension2D minSize
-
preferredSize
Dimension2D preferredSize
-
-
-
Class gnu.kawa.models.StandardColor
class StandardColor extends Color implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class gnu.kawa.models.Text
class Text extends Model implements Serializable-
Serialized Fields
-
buffer
CharBuffer buffer
-
-
-
-
Package gnu.kawa.reflect
-
Class gnu.kawa.reflect.ArrayGet
class ArrayGet extends Procedure2 implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.reflect.ArrayLength
class ArrayLength extends Procedure1 implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.reflect.ArrayNew
class ArrayNew extends Procedure1 implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.reflect.ArraySet
class ArraySet extends Procedure3 implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.reflect.MultValuesType
class MultValuesType extends OccurrenceType implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.reflect.OccurrenceType
class OccurrenceType extends Type implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.reflect.SingletonType
class SingletonType extends ObjectType implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package gnu.kawa.servlet
-
Class gnu.kawa.servlet.KawaPageServlet
class KawaPageServlet extends KawaServlet implements Serializable-
Serialized Fields
-
context
javax.servlet.ServletContext context
-
-
-
Class gnu.kawa.servlet.KawaServlet
class KawaServlet extends javax.servlet.http.HttpServlet implements Serializable
-
-
Package gnu.kawa.swingviews
-
Class gnu.kawa.swingviews.SwingButton
class SwingButton extends JButton implements Serializable-
Serialized Fields
-
model
Button model
-
-
-
Class gnu.kawa.swingviews.SwingFrame
class SwingFrame extends JFrame implements Serializable-
Serialized Fields
-
display
SwingDisplay display
-
-
-
Class gnu.kawa.swingviews.SwingPicture
class SwingPicture extends JPanel implements Serializable-
Serialized Fields
-
dim
Dimension dim
-
picture
Picture picture
-
rect
Rectangle2D rect
-
-
-
-
Package gnu.kawa.util
-
Exception Class gnu.kawa.util.ExitCalled
class ExitCalled extends Error implements Serializable-
Serialized Fields
-
exitCode
int exitCode
-
-
-
Class gnu.kawa.util.HashNode
-
-
Package gnu.kawa.xml
-
Class gnu.kawa.xml.AncestorAxis
class AncestorAxis extends TreeScanner implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.AncestorOrSelfAxis
class AncestorOrSelfAxis extends TreeScanner implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.AttributeAxis
class AttributeAxis extends TreeScanner implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.AttributeType
class AttributeType extends NodeType implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.ChildAxis
class ChildAxis extends TreeScanner implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.DescendantAxis
class DescendantAxis extends TreeScanner implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.DescendantOrSelfAxis
class DescendantOrSelfAxis extends TreeScanner implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.ElementType
class ElementType extends NodeType implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.FollowingAxis
class FollowingAxis extends TreeScanner implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.FollowingSiblingAxis
class FollowingSiblingAxis extends TreeScanner implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.MakeElement
class MakeElement extends NodeConstructor implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.Nodes
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.Nodes.NodeVector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.NodeSetType
class NodeSetType extends OccurrenceType implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.NodeType
class NodeType extends ObjectType implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.ParentAxis
class ParentAxis extends TreeScanner implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.PrecedingAxis
class PrecedingAxis extends TreeScanner implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.PrecedingSiblingAxis
class PrecedingSiblingAxis extends TreeScanner implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.ProcessingInstructionType
class ProcessingInstructionType extends NodeType implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.SelfAxis
class SelfAxis extends TreeScanner implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.SortedNodes
class SortedNodes extends Nodes implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.TreeScanner
class TreeScanner extends MethodProc implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.XInteger
class XInteger extends IntNum implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- If the value is in the range (int)0xC0000000 .. 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:
IOException
-
-
-
Class gnu.kawa.xml.XmlNamespace
class XmlNamespace extends Namespace implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package gnu.lists
-
Class gnu.lists.AbstractCharVector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.BitVector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.Blob
class Blob extends U8Vector implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.ByteVector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.CharBuffer
class CharBuffer extends FString implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.CharVector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.EmptyList
class EmptyList extends LList implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write nothing. (Don't need to write anything.)
- Throws:
IOException
-
-
-
Class gnu.lists.EofClass
class EofClass extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.F32Vector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.F64Vector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.FString
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.FVector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.ImmutablePair
class ImmutablePair extends Pair implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the car followed by the cdr.
- Throws:
IOException
-
-
-
Class gnu.lists.IntVector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.IString
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.IString.SubString
class SubString extends IString implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.LList
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write nothing. (Don't need to write anything.)
- Throws:
IOException
-
-
-
Class gnu.lists.LongVector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.Pair
class Pair extends LList implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the car followed by the cdr.
- Throws:
IOException
-
-
-
Class gnu.lists.PairWithPosition
class PairWithPosition extends ImmutablePair implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the car followed by the cdr,
followed by filename (as an
Object
, so it can be shared), followed by position (see SourceMapper#simpleEncode}. - Throws:
IOException
-
-
-
Class gnu.lists.PrimIntegerVector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.Range.IntRange
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.RAPair
class RAPair extends ImmutablePair implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the car followed by the cdr.
- Throws:
IOException
-
-
-
Class gnu.lists.S16Vector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.S32Vector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.S64Vector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.S8Vector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.ShortVector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.SimpleVector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.U16Vector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.U32Vector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.U64Vector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.U8Vector
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.lists.UnescapedData
class UnescapedData extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write 'data' (using writeObject).
- Throws:
IOException
-
-
-
-
Package gnu.mapping
-
Class gnu.mapping.ArgListPair
class ArgListPair extends ImmutablePair implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the car followed by the cdr.
- Throws:
IOException
-
-
-
Class gnu.mapping.ArgListVector
class ArgListVector extends FVector implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.mapping.Namespace
class Namespace extends AbstractHashTable<gnu.mapping.SymbolRef,String, Symbol> implements Externalizable -
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.mapping.SimpleSymbol
class SimpleSymbol extends Symbol implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.mapping.Symbol
class Symbol extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Exception Class gnu.mapping.UnboundLocationException
class UnboundLocationException extends RuntimeException implements Serializable -
Class gnu.mapping.Values
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-
Class gnu.mapping.Values.FromArray
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-
Class gnu.mapping.Values.FromList
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-
Class gnu.mapping.Values.FromTreeList
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-
Class gnu.mapping.Values.Values2
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-
Exception Class gnu.mapping.WrappedException
class WrappedException extends RuntimeException implements Serializable -
Exception Class gnu.mapping.WrongArguments
class WrongArguments extends IllegalArgumentException implements Serializable -
Exception Class gnu.mapping.WrongType
class WrongType extends WrappedException implements Serializable-
Serialized Fields
-
argValue
Object argValue
The actual argument that was bad. -
expectedType
Object expectedType
The expected parameter type (a Type or TypeValue), or a string name/description. -
number
int number
Number of the argument, 1-origin.
Can be an integer>= 1
, or one of the valuesARG_UNKNOWN
,ARG_VARNAME
, orARG_DESCRIPTION
. -
proc
Procedure proc
TheProcedure
that threw the exception (if non-null). -
procname
String procname
Name ofProcedure
that threw the exception (if non-null).
-
-
-
-
Package gnu.math
-
Class gnu.math.BaseUnit
class BaseUnit extends NamedUnit implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- 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:
IOException
-
-
-
Class gnu.math.CComplex
class CComplex extends Complex implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the real and imaginary parts, as Objects.
- Throws:
IOException
-
-
-
Class gnu.math.Complex
class Complex extends Quaternion implements Serializable -
Class gnu.math.CQuantity
class CQuantity extends Quantity implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the complex value (using writeObject) followed by the Unit (also using writeUnit).
- Throws:
IOException
-
-
-
Class gnu.math.CQuaternion
class CQuaternion extends Quaternion implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the real and imaginary parts, as Objects.
- Throws:
IOException
-
-
-
Class gnu.math.DateTime
class DateTime extends Quantity implements Serializable-
Serialized Fields
-
calendar
GregorianCalendar calendar
-
mask
int mask
-
nanoSeconds
int nanoSeconds
Fractional seconds, in units of nanoseconds. -
unit
Unit unit
-
-
-
Class gnu.math.DComplex
class DComplex extends Complex implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Writes the real part, followed by the imaginary part. Both are written as doubles (using writeDouble).
- Throws:
IOException
-
-
-
Class gnu.math.DFloNum
class DFloNum extends RealNum implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Writes the number as a double (using writeDouble).
- Throws:
IOException
-
-
-
Class gnu.math.DQuantity
class DQuantity extends Quantity implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the value (using writeDouble) followed by the Unit (using writeObject).
- Throws:
IOException
-
-
-
Class gnu.math.DQuaternion
class DQuaternion extends Quaternion implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Writes the real part, followed by the imaginary parts. All are written as doubles (using writeDouble).
- Throws:
IOException
-
-
-
Class gnu.math.Duration
class Duration extends Quantity implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.math.ExponentialFormat
class ExponentialFormat extends Format implements Serializable-
Serialized Fields
-
expDigits
int expDigits
Number of digits to show in the exponent. Zero means unspecified - show as many as needed. -
exponentChar
char exponentChar
-
exponentShowSign
boolean exponentShowSign
Display sign of exponent even when it is non-negative. -
fracDigits
int fracDigits
Number of fractional digits to show. This is `d' in the CommonLisp spec. -
general
boolean general
-
intDigits
int intDigits
Number of digits to show in the integer part of the result. If positive, The number of digits before the decimal point. If negative, the -intDigits zeros are emitted after the decimal point. This is `k' in the CommonLisp spec. -
overflowChar
char overflowChar
-
padChar
char padChar
-
showPlus
boolean showPlus
True if '+' should be printed for non-negative number. -
style
char style
'L': Common Lisp style; 'P' C/Java printf-style. Used for fine points of printing 'g' style. -
width
int width
-
-
-
Class gnu.math.FixedRealFormat
class FixedRealFormat extends Format implements Serializable-
Serialized Fields
-
d
int d
-
i
int i
-
internalPad
boolean internalPad
-
overflowChar
char overflowChar
-
padChar
char padChar
-
scale
int scale
-
showPlus
boolean showPlus
-
width
int width
-
-
-
Class gnu.math.IntFraction
class IntFraction extends RatNum implements Externalizable-
Serialization Methods
-
readExternal
- Serial Data:
- Read the numerator and denominator as IntNums. Assumes they have no common factors.
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the (canonicalized) numerator and denominator IntNums.
- Throws:
IOException
-
-
-
Class gnu.math.IntNum
class IntNum extends RatNum implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- If the value is in the range (int)0xC0000000 .. 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:
IOException
-
-
-
Class gnu.math.NamedUnit
class NamedUnit extends Unit implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the unit name (using writeUTF), followed by the definition (value) of this unit as a scale followed by a base.
- Throws:
IOException
-
-
-
Class gnu.math.Numeric
class Numeric extends Number implements Serializable -
Class gnu.math.Quantity
class Quantity extends Numeric implements Serializable -
Class gnu.math.Quaternion
class Quaternion extends Quantity implements Serializable -
Class gnu.math.RatNum
class RatNum extends RealNum implements Serializable -
Class gnu.math.RealNum
class RealNum extends Complex implements Serializable -
Class gnu.math.UByte
class UByte extends UnsignedPrim implements Serializable-
Serialized Fields
-
ival
byte ival
-
-
-
Class gnu.math.UInt
class UInt extends UnsignedPrim implements Serializable-
Serialized Fields
-
ival
int ival
-
-
-
Class gnu.math.ULong
class ULong extends UnsignedPrim implements Serializable-
Serialized Fields
-
ival
long ival
-
-
-
Class gnu.math.Unit
class Unit extends Quantity implements Serializable-
Serialized Fields
-
base
Unit base
A Unit equivalent to this unit, divided by factor. Same as the value of the dimensions() only. -
dims
Dimensions dims
-
factor
double factor
The value of this Unit is factor*dims. -
products
gnu.math.MulUnit products
-
-
-
Class gnu.math.UnsignedPrim
class UnsignedPrim extends Number implements Serializable -
Class gnu.math.UShort
class UShort extends UnsignedPrim implements Serializable-
Serialized Fields
-
ival
short ival
-
-
-
-
Package gnu.text
-
Class gnu.text.Char
class Char extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Writes the char value as an int.
- Throws:
IOException
-
-
-
Class gnu.text.StringCursor
class StringCursor extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
-
writeExternal
- Throws:
IOException
-
-
-
Exception Class gnu.text.SyntaxException
class SyntaxException extends RuntimeException implements Serializable-
Serialized Fields
-
header
String header
If non-null, an extra one-line message printed before the messages. Can be used to provide extra context. -
maxToPrint
int maxToPrint
-
messages
SourceMessages messages
One or more error messages that triggered this exception.
-
-
-
-
Package gnu.xml
-
Class gnu.xml.NamespaceBinding
class NamespaceBinding extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class gnu.xml.XName
class XName extends Symbol implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
-
Package gnu.xquery.util
-
Class gnu.xquery.util.NamedCollator
class NamedCollator extends Collator implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Exception Class gnu.xquery.util.XQException
class XQException extends RuntimeException implements Serializable
-
-
Package kawa.lang
-
Class kawa.lang.AnyPat
class AnyPat extends Pattern implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write nothing.
- Throws:
IOException
-
-
-
Class kawa.lang.AutoloadProcedure
class AutoloadProcedure extends Procedure implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class kawa.lang.AutoloadSyntax
class AutoloadSyntax extends Syntax implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Exception Class kawa.lang.CalledContinuation
class CalledContinuation extends RuntimeException implements Serializable-
Serialized Fields
-
continuation
Continuation continuation
-
ctx
CallContext ctx
-
values
Object[] values
-
-
-
Class kawa.lang.EqualPat
class EqualPat extends Pattern implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the value (using writeObject).
- Throws:
IOException
-
-
-
Exception Class kawa.lang.GenericError
class GenericError extends RuntimeException implements Serializable -
Class kawa.lang.ListRepeatPat
class ListRepeatPat extends Pattern implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the element_pattern (using writeObject).
- Throws:
IOException
-
-
-
Class kawa.lang.Macro
class Macro extends Syntax implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the name followed by the expansion procedure, both using writeObject.
- Throws:
IOException
-
-
-
Exception Class kawa.lang.NamedException
class NamedException extends RuntimeException implements Serializable-
Serialized Fields
-
args
Object[] args
Arguments to throw or error. For Guile-style throw, args include the key - i.e. args[0]== name. If created by error, the array contains the symbol 'misc-error, followed by the object-message, followed by the object irritants. -
name
Symbol name
Null for objecs created by error; the key for Guile-style throw.
-
-
-
Class kawa.lang.PairPat
class PairPat extends Pattern implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the car and then the cdr patterns (using writeObject).
- Throws:
IOException
-
-
-
Class kawa.lang.SyntaxForms.PairSyntaxForm
class PairSyntaxForm extends ImmutablePair implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class kawa.lang.SyntaxForms.PairWithPositionSyntaxForm
class PairWithPositionSyntaxForm extends PairWithPosition implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class kawa.lang.SyntaxForms.SimpleSyntaxForm
class SimpleSyntaxForm extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class kawa.lang.SyntaxPattern
class SyntaxPattern extends Pattern implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class kawa.lang.SyntaxRule
class SyntaxRule extends SyntaxTemplate implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class kawa.lang.SyntaxRules
class SyntaxRules extends Procedure1 implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write literal_identifiers followed by rules, using writeObject.
- Throws:
IOException
-
-
-
Class kawa.lang.SyntaxTemplate
class SyntaxTemplate extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Throws:
IOException
-
-
-
Class kawa.lang.TemplateScope
class TemplateScope extends LetExp implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class kawa.lang.Translator.FormStack
class FormStack extends Pair implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the car followed by the cdr.
- Throws:
IOException
-
-
-
Class kawa.lang.Translator.ValuesFromLList
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-