| 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  | ReflectionThe class implementing the behavioral reflection mechanism. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | StubGeneratorA stub-code generator. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Translator | Webserver. translator | 
| 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. | 
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.