Package | Description |
---|---|
javassist |
The Javassist Core API.
|
javassist.tools.reflect |
Runtime Behavioral Reflection.
|
javassist.tools.rmi |
Sample implementation of remote method invocation.
|
javassist.tools.web |
Simple web server for running sample code.
|
Modifier and Type | Method and Description |
---|---|
void |
Loader.addTranslator(ClassPool cp,
Translator t)
Adds a translator, which is called whenever a class is loaded.
|
Modifier and Type | Class and Description |
---|---|
class |
Reflection
The class implementing the behavioral reflection mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
StubGenerator
A stub-code generator.
|
Modifier and Type | Method and Description |
---|---|
void |
Webserver.addTranslator(ClassPool cp,
Translator t)
Adds a translator, which is called whenever a client requests
a class file.
|
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.