Serialized Form


Package javassist

Class javassist.CannotCompileException extends java.lang.Exception implements Serializable

Serialized Fields

myCause

java.lang.Throwable myCause

message

java.lang.String message

Class javassist.ClassMap extends java.util.HashMap implements Serializable

Serialized Fields

parent

ClassMap parent

Class javassist.NotFoundException extends java.lang.Exception implements Serializable


Package javassist.bytecode

Class javassist.bytecode.BadBytecode extends java.lang.Exception implements Serializable

Class javassist.bytecode.CodeAttribute.RuntimeCopyException extends java.lang.RuntimeException implements Serializable

Class javassist.bytecode.DuplicateMemberException extends CannotCompileException implements Serializable

Class javassist.bytecode.StackMapTable.RuntimeCopyException extends java.lang.RuntimeException implements Serializable


Package javassist.compiler

Class javassist.compiler.CompileError extends java.lang.Exception implements Serializable

Serialized Fields

lex

Lex lex

reason

java.lang.String reason

Class javassist.compiler.KeywordTable extends java.util.HashMap implements Serializable

Class javassist.compiler.NoFieldException extends CompileError implements Serializable

Serialized Fields

fieldName

java.lang.String fieldName

expr

ASTree expr

Class javassist.compiler.SymbolTable extends java.util.HashMap implements Serializable

Serialized Fields

parent

SymbolTable parent

Class javassist.compiler.SyntaxError extends CompileError implements Serializable


Package javassist.compiler.ast

Class javassist.compiler.ast.ArrayInit extends ASTList implements Serializable

Class javassist.compiler.ast.AssignExpr extends Expr implements Serializable

Class javassist.compiler.ast.ASTList extends ASTree implements Serializable

Serialized Fields

left

ASTree left

right

ASTList right

Class javassist.compiler.ast.ASTree extends java.lang.Object implements Serializable

Class javassist.compiler.ast.BinExpr extends Expr implements Serializable

Class javassist.compiler.ast.CallExpr extends Expr implements Serializable

Serialized Fields

method

MemberResolver.Method method

Class javassist.compiler.ast.CastExpr extends ASTList implements Serializable

Serialized Fields

castType

int castType

arrayDim

int arrayDim

Class javassist.compiler.ast.CondExpr extends ASTList implements Serializable

Class javassist.compiler.ast.Declarator extends ASTList implements Serializable

Serialized Fields

varType

int varType

arrayDim

int arrayDim

localVar

int localVar

qualifiedClass

java.lang.String qualifiedClass

Class javassist.compiler.ast.DoubleConst extends ASTree implements Serializable

Serialized Fields

value

double value

type

int type

Class javassist.compiler.ast.Expr extends ASTList implements Serializable

Serialized Fields

operatorId

int operatorId

Class javassist.compiler.ast.FieldDecl extends ASTList implements Serializable

Class javassist.compiler.ast.InstanceOfExpr extends CastExpr implements Serializable

Class javassist.compiler.ast.IntConst extends ASTree implements Serializable

Serialized Fields

value

long value

type

int type

Class javassist.compiler.ast.Keyword extends ASTree implements Serializable

Serialized Fields

tokenId

int tokenId

Class javassist.compiler.ast.Member extends Symbol implements Serializable

Serialized Fields

field

CtField field

Class javassist.compiler.ast.MethodDecl extends ASTList implements Serializable

Class javassist.compiler.ast.NewExpr extends ASTList implements Serializable

Serialized Fields

newArray

boolean newArray

arrayType

int arrayType

Class javassist.compiler.ast.Pair extends ASTree implements Serializable

Serialized Fields

left

ASTree left

right

ASTree right

Class javassist.compiler.ast.Stmnt extends ASTList implements Serializable

Serialized Fields

operatorId

int operatorId

Class javassist.compiler.ast.StringL extends ASTree implements Serializable

Serialized Fields

text

java.lang.String text

Class javassist.compiler.ast.Symbol extends ASTree implements Serializable

Serialized Fields

identifier

java.lang.String identifier

Class javassist.compiler.ast.Variable extends Symbol implements Serializable

Serialized Fields

declarator

Declarator declarator

Package javassist.tools.reflect

Class javassist.tools.reflect.CannotCreateException extends java.lang.Exception implements Serializable

Class javassist.tools.reflect.CannotInvokeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

err

java.lang.Throwable err

Class javassist.tools.reflect.CannotReflectException extends CannotCompileException implements Serializable

Class javassist.tools.reflect.ClassMetaobject extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

writeObject

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

javaClass

java.lang.Class<T> javaClass

constructors

java.lang.reflect.Constructor<T>[] constructors

methods

java.lang.reflect.Method[] methods

Class javassist.tools.reflect.Metaobject extends java.lang.Object implements Serializable

Serialization Methods

readObject

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

writeObject

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

classmetaobject

ClassMetaobject classmetaobject

baseobject

Metalevel baseobject

methods

java.lang.reflect.Method[] methods

Package javassist.tools.rmi

Class javassist.tools.rmi.ObjectImporter extends java.lang.Object implements Serializable

Serialized Fields

endofline

byte[] endofline

servername

java.lang.String servername

orgServername

java.lang.String orgServername

port

int port

orgPort

int orgPort

lookupCommand

byte[] lookupCommand

rmiCommand

byte[] rmiCommand

Class javassist.tools.rmi.ObjectNotFoundException extends java.lang.Exception implements Serializable

Class javassist.tools.rmi.RemoteException extends java.lang.RuntimeException implements Serializable

Class javassist.tools.rmi.RemoteRef extends java.lang.Object implements Serializable

Serialized Fields

oid

int oid

classname

java.lang.String classname

Package javassist.tools.web

Class javassist.tools.web.BadHttpRequest extends java.lang.Exception implements Serializable

Serialized Fields

e

java.lang.Exception e



Copyright © 2011. All Rights Reserved.