Serialized Form


Package javassist

Class javassist.CannotCompileException extends Exception implements Serializable

Serialized Fields

myCause

Throwable myCause

message

String message

Class javassist.ClassMap extends HashMap implements Serializable

Serialized Fields

parent

ClassMap parent

Class javassist.NotFoundException extends Exception implements Serializable


Package javassist.bytecode

Class javassist.bytecode.BadBytecode extends Exception implements Serializable

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

Class javassist.bytecode.DuplicateMemberException extends CannotCompileException implements Serializable

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


Package javassist.bytecode.annotation

Class javassist.bytecode.annotation.NoSuchClassError extends Error implements Serializable

Serialized Fields

className

String className

Package javassist.compiler

Class javassist.compiler.CompileError extends Exception implements Serializable

Serialized Fields

lex

Lex lex

reason

String reason

Class javassist.compiler.KeywordTable extends HashMap implements Serializable

Class javassist.compiler.NoFieldException extends CompileError implements Serializable

Serialized Fields

fieldName

String fieldName

expr

ASTree expr

Class javassist.compiler.SymbolTable extends 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 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

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

String text

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

Serialized Fields

identifier

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 Exception implements Serializable

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

Serialized Fields

err

Throwable err

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

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

Serialization Methods

readObject

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

writeObject

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

javaClass

Class<T> javaClass

constructors

Constructor<T>[] constructors

methods

Method[] methods

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

Serialization Methods

readObject

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

writeObject

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

classmetaobject

ClassMetaobject classmetaobject

baseobject

Metalevel baseobject

methods

Method[] methods

Package javassist.tools.rmi

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

Serialized Fields

endofline

byte[] endofline

servername

String servername

orgServername

String orgServername

port

int port

orgPort

int orgPort

lookupCommand

byte[] lookupCommand

rmiCommand

byte[] rmiCommand

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

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

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

Serialized Fields

oid

int oid

classname

String classname

Package javassist.tools.web

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

Serialized Fields

e

Exception e



Copyright © 2011. All Rights Reserved.