Serialized Form


Package org.apache.commons.javaflow

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

serialVersionUID: 1l

Serialized Fields

stack

StackRecorder stack


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: 1l

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  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

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

serialVersionUID: 1l


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