Serialized Form
-
Package gnu.bytecode
-
Class gnu.bytecode.ArrayType extends ObjectType implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.bytecode.ClassType extends ObjectType implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the class name (as given by getName()) using writeUTF.
- Throws:
IOException
-
-
-
-
Package gnu.expr
-
Class gnu.expr.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 extends Symbol implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.expr.ModuleExp extends LambdaExp implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.expr.PairClassType extends ClassType implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the class name (as given by getName()) using writeUTF.
- Throws:
IOException
-
-
-
Class gnu.expr.Special extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the keword name (without colons) using writeUTF.
- Throws:
IOException
-
-
-
-
Package gnu.kawa.functions
-
Class gnu.kawa.functions.DisplayFormat extends gnu.kawa.format.GenericFormat implements Serializable
-
Serialization Methods
-
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 extends ProcedureN implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.functions.IntegerFormat extends gnu.kawa.format.IntegerFormat implements Serializable
-
Class gnu.kawa.functions.LispFormat extends gnu.kawa.format.CompoundFormat implements Serializable
-
Class gnu.kawa.functions.NamedPart extends ProcedureN implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.functions.NamedPart.Setter extends Setter implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.functions.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 extends Namespace implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.lispexpr.LispPackage extends Namespace implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package gnu.kawa.models
-
Class gnu.kawa.models.Box extends Model implements Serializable
-
Class gnu.kawa.models.Column extends Box implements Serializable
-
Class gnu.kawa.models.DDimension extends Dimension implements Serializable
-
Serialized Fields
-
h
double h
-
w
double w
-
-
-
Class gnu.kawa.models.DrawImage extends Model implements Serializable
-
Serialized Fields
-
description
String description
-
image
BufferedImage image
-
src
gnu.kawa.io.Path src
-
-
-
Class gnu.kawa.models.Label extends Model implements Serializable
-
Serialized Fields
-
text
String text
-
-
-
Class gnu.kawa.models.Row extends Box implements Serializable
-
Class gnu.kawa.models.Spacer extends Model implements Serializable
-
Serialized Fields
-
maxSize
Dimension2D maxSize
-
minSize
Dimension2D minSize
-
preferredSize
Dimension2D preferredSize
-
-
-
Class gnu.kawa.models.StandardColor extends Color implements Serializable
-
Serialized Fields
-
name
String name
-
-
-
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(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.reflect.ArrayLength extends Procedure1 implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.reflect.ArrayNew extends Procedure1 implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.reflect.ArraySet extends Procedure3 implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.reflect.MultValuesType extends OccurrenceType implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.reflect.OccurrenceType extends Type implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.reflect.SingletonType extends ObjectType implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
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
-
-
Package gnu.kawa.swingviews
-
Class gnu.kawa.swingviews.SwingButton extends JButton implements Serializable
-
Serialized Fields
-
model
Button model
-
-
-
Class gnu.kawa.swingviews.SwingFrame extends JFrame implements Serializable
-
Serialized Fields
-
display
SwingDisplay display
-
-
-
Class gnu.kawa.swingviews.SwingPicture extends JPanel implements Serializable
-
Serialized Fields
-
dim
Dimension dim
-
picture
Picture picture
-
rect
Rectangle2D rect
-
-
-
-
Package gnu.kawa.util
-
Class gnu.kawa.util.ExitCalled extends Error implements Serializable
-
Serialized Fields
-
exitCode
int exitCode
-
-
-
Class gnu.kawa.util.HashNode extends AbstractMap.SimpleEntry<K,V> implements Serializable
-
-
Package gnu.kawa.xml
-
Class gnu.kawa.xml.AncestorAxis extends TreeScanner implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.AncestorOrSelfAxis extends TreeScanner implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.AttributeAxis extends TreeScanner implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.AttributeType extends NodeType implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.ChildAxis extends TreeScanner implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.DescendantAxis extends TreeScanner implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.DescendantOrSelfAxis extends TreeScanner implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.ElementType extends NodeType implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.FollowingAxis extends TreeScanner implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.FollowingSiblingAxis extends TreeScanner implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.MakeElement extends NodeConstructor implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.Nodes extends Values.FromList<SeqPosition> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.Nodes.NodeVector extends SimpleVector<SeqPosition> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.NodeSetType extends OccurrenceType implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.NodeType extends ObjectType implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.ParentAxis extends TreeScanner implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.PrecedingAxis extends TreeScanner implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.PrecedingSiblingAxis extends TreeScanner implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.ProcessingInstructionType extends NodeType implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.SelfAxis extends TreeScanner implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.SortedNodes extends Nodes implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.TreeScanner extends MethodProc implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.kawa.xml.XInteger extends IntNum implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- 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 extends Namespace implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package gnu.lists
-
Class gnu.lists.AbstractCharVector extends SimpleVector<E> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.BitVector extends SimpleVector<Boolean> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.Blob extends U8Vector implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.ByteVector extends PrimIntegerVector<E> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.CharBuffer extends FString implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.CharVector extends AbstractCharVector<Character> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.EmptyList extends LList implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write nothing. (Don't need to write anything.)
- Throws:
IOException
-
-
-
Class gnu.lists.EofClass extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.F32Vector extends SimpleVector<Float> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.F64Vector extends SimpleVector<Double> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.FString extends AbstractCharVector<Char> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.FVector extends SimpleVector<E> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.ImmutablePair extends Pair implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the car followed by the cdr.
- Throws:
IOException
-
-
-
Class gnu.lists.IntVector extends PrimIntegerVector<E> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.IString extends AbstractSequence<Char> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.IString.SubString extends IString implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.LList extends ExtSequence<Object> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write nothing. (Don't need to write anything.)
- Throws:
IOException
-
-
-
Class gnu.lists.LongVector extends PrimIntegerVector<E> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.Pair extends LList implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the car followed by the cdr.
- Throws:
IOException
-
-
-
Class gnu.lists.PairWithPosition extends ImmutablePair implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- 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 extends SimpleVector<E> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.Range.IntRange extends Range<Integer> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.RAPair extends ImmutablePair implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the car followed by the cdr.
- Throws:
IOException
-
-
-
Class gnu.lists.S16Vector extends ShortVector<Short> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.S32Vector extends IntVector<Integer> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.S64Vector extends LongVector<Long> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.S8Vector extends ByteVector<Byte> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.ShortVector extends PrimIntegerVector<E> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.SimpleVector extends AbstractSequence<E> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.U16Vector extends ShortVector<UShort> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.U32Vector extends IntVector<UInt> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.U64Vector extends LongVector<ULong> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.U8Vector extends ByteVector<UByte> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.lists.UnescapedData extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write 'data' (using writeObject).
- Throws:
IOException
-
-
-
-
Package gnu.mapping
-
Class gnu.mapping.ArgListPair extends ImmutablePair implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the car followed by the cdr.
- Throws:
IOException
-
-
-
Class gnu.mapping.ArgListVector extends FVector implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.mapping.Namespace extends AbstractHashTable<gnu.mapping.SymbolRef,String,Symbol> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.mapping.SimpleSymbol extends Symbol implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.mapping.Symbol extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.mapping.UnboundLocationException extends RuntimeException implements Serializable
-
Class gnu.mapping.Values extends AbstractSequence<E> implements Serializable
-
Serialization Methods
-
readExternal
public abstract void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-
Class gnu.mapping.Values.FromArray extends Values<E> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-
Class gnu.mapping.Values.FromList extends Values<E> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-
Class gnu.mapping.Values.FromTreeList extends Values<Object> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-
Class gnu.mapping.Values.Values2 extends Values<E> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-
Class gnu.mapping.WrappedException extends RuntimeException implements Serializable
-
Class gnu.mapping.WrongArguments extends IllegalArgumentException implements Serializable
-
Class gnu.mapping.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 extends NamedUnit implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws 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:
IOException
-
-
-
Class gnu.math.CComplex extends Complex implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the real and imaginary parts, as Objects.
- Throws:
IOException
-
-
-
Class gnu.math.Complex extends Quaternion implements Serializable
-
Class gnu.math.CQuantity extends Quantity implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the complex value (using writeObject) followed by the Unit (also using writeUnit).
- Throws:
IOException
-
-
-
Class gnu.math.CQuaternion extends Quaternion implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the real and imaginary parts, as Objects.
- Throws:
IOException
-
-
-
Class gnu.math.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 extends Complex implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Writes the real part, followed by the imaginary part. Both are written as doubles (using writeDouble).
- Throws:
IOException
-
-
-
Class gnu.math.DFloNum extends RealNum implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Writes the number as a double (using writeDouble).
- Throws:
IOException
-
-
-
Class gnu.math.DQuantity extends Quantity implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the value (using writeDouble) followed by the Unit (using writeObject).
- Throws:
IOException
-
-
-
Class gnu.math.DQuaternion extends Quaternion implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Writes the real part, followed by the imaginary parts. All are written as doubles (using writeDouble).
- Throws:
IOException
-
-
-
Class gnu.math.Duration extends Quantity implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.math.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 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 extends RatNum implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Serial Data:
- Read the numerator and denominator as IntNums. Assumes they have no common factors.
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the (canonicalized) numerator and denominator IntNums.
- Throws:
IOException
-
-
-
Class gnu.math.IntNum extends RatNum implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- 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 extends Unit implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- 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 extends Number implements Serializable
-
Class gnu.math.Quantity extends Numeric implements Serializable
-
Class gnu.math.Quaternion extends Quantity implements Serializable
-
Class gnu.math.RatNum extends RealNum implements Serializable
-
Class gnu.math.RealNum extends Complex implements Serializable
-
Class gnu.math.UByte extends UnsignedPrim implements Serializable
-
Serialized Fields
-
ival
byte ival
-
-
-
Class gnu.math.UInt extends UnsignedPrim implements Serializable
-
Serialized Fields
-
ival
int ival
-
-
-
Class gnu.math.ULong extends UnsignedPrim implements Serializable
-
Serialized Fields
-
ival
long ival
-
-
-
Class gnu.math.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 extends Number implements Serializable
-
Class gnu.math.UShort extends UnsignedPrim implements Serializable
-
Serialized Fields
-
ival
short ival
-
-
-
-
Package gnu.text
-
Class gnu.text.Char extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Writes the char value as an int.
- Throws:
IOException
-
-
-
Class gnu.text.StringCursor extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException
- Throws:
IOException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.text.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 extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.xml.XName extends Symbol implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package gnu.xquery.util
-
Class gnu.xquery.util.NamedCollator extends Collator implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class gnu.xquery.util.XQException extends RuntimeException implements Serializable
-
-
Package kawa.lang
-
Class kawa.lang.AnyPat extends Pattern implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write nothing.
- Throws:
IOException
-
-
-
Class kawa.lang.AutoloadProcedure extends Procedure implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class kawa.lang.AutoloadSyntax extends Syntax implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class kawa.lang.CalledContinuation extends RuntimeException implements Serializable
-
Serialized Fields
-
continuation
Continuation continuation
-
ctx
CallContext ctx
-
values
Object[] values
-
-
-
Class kawa.lang.EqualPat extends Pattern implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the value (using writeObject).
- Throws:
IOException
-
-
-
Class kawa.lang.GenericError extends RuntimeException implements Serializable
-
Class kawa.lang.ListRepeatPat extends Pattern implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the element_pattern (using writeObject).
- Throws:
IOException
-
-
-
Class kawa.lang.Macro extends Syntax implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the name followed by the expansion procedure, both using writeObject.
- Throws:
IOException
-
-
-
Class kawa.lang.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 extends Pattern implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the car and then the cdr patterns (using writeObject).
- Throws:
IOException
-
-
-
Class kawa.lang.SyntaxForms.PairSyntaxForm extends ImmutablePair implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class kawa.lang.SyntaxForms.PairWithPositionSyntaxForm extends PairWithPosition implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class kawa.lang.SyntaxForms.SimpleSyntaxForm extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class kawa.lang.SyntaxPattern extends Pattern implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class kawa.lang.SyntaxRule extends SyntaxTemplate implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class kawa.lang.SyntaxRules extends Procedure1 implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write literal_identifiers followed by rules, using writeObject.
- Throws:
IOException
-
-
-
Class kawa.lang.SyntaxTemplate extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Throws:
IOException
-
-
-
Class kawa.lang.TemplateScope extends LetExp implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class kawa.lang.Translator.FormStack extends Pair implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the car followed by the cdr.
- Throws:
IOException
-
-
-
Class kawa.lang.Translator.ValuesFromLList extends Values.FromList<Object> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Serial Data:
- Write the length (using writeInt), followed by the values in order (written using writeObject).
- Throws:
IOException
-
-
-