Serialized Form


Package org.apache.commons.javaflow

Class org.apache.commons.javaflow.Continuation extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialized Fields

stackRecorder

StackRecorder stackRecorder

Class org.apache.commons.javaflow.ContinuationDeath extends java.lang.Error implements Serializable

Serialized Fields

mode

java.lang.String mode

Package org.apache.commons.javaflow.bytecode

Class org.apache.commons.javaflow.bytecode.EmptyStackException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L

Class org.apache.commons.javaflow.bytecode.Stack extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

istack

int[] istack

fstack

float[] fstack

dstack

double[] dstack

lstack

long[] lstack

ostack

java.lang.Object[] ostack

rstack

java.lang.Object[] rstack

iTop

int iTop

fTop

int fTop

dTop

int dTop

lTop

int lTop

oTop

int oTop

rTop

int rTop

runnable

java.lang.Runnable runnable

Class org.apache.commons.javaflow.bytecode.StackRecorder extends Stack implements Serializable

serialVersionUID: 2L


Package org.apache.commons.javaflow.bytecode.transformation.bcel.analyser

Class org.apache.commons.javaflow.bytecode.transformation.bcel.analyser.UninitializedObjectType extends org.apache.bcel.generic.ReferenceType implements Serializable

serialVersionUID: 1L

Serialized Fields

initialized

org.apache.bcel.generic.ObjectType initialized
The "initialized" version.



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.