Serialized Form


Package org.apache.commons.javaflow

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

serialVersionUID: 2L

Serialized Fields

stackRecorder

StackRecorder stackRecorder

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

serialVersionUID: 1L

Serialized Fields

mode

String mode

Package org.apache.commons.javaflow.bytecode

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

serialVersionUID: 1L

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

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

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

istack

int[] istack

fstack

float[] fstack

dstack

double[] dstack

lstack

long[] lstack

ostack

Object[] ostack

rstack

Object[] rstack

iTop

int iTop

fTop

int fTop

dTop

int dTop

lTop

int lTop

oTop

int oTop

rTop

int rTop

runnable

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-2011 Apache Software Foundation. All Rights Reserved.