Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.uwyn.rife.instrument Classes and Interfaces - 11 results found.
| Name | Description | Type | Package | Framework |
| ClassBytesNotFoundException | This exception is thrown and when the bytecode for a class couldn't beSince:1. | Class | com.uwyn.rife.instrument.exceptions | Rife |
|
| ClassBytesProvider | | Interface | com.uwyn.rife.instrument | Rife |
|
| ClassInterfaceDetector | Detects whether a class implements a particular interface by analyzing the bytecode instead of loading the class and performing reflection calls. | Class | com.uwyn.rife.instrument | Rife |
|
| EngineContinuationsTransformer | This is a bytecode transformer that will modify classes so that they receive the functionalities that are required to support the continuations | Class | com.uwyn.rife.instrument | Rife |
|
| FinalTransformer | This is a no-op transformer that is just used to output the instrumented bytecode of classes when the rife. | Class | com.uwyn.rife.instrument | Rife |
|
| InitialTransformer | This is a no-op transformer that is just used to output the initial bytecode of classes that will be instrumented when the rife. | Class | com.uwyn.rife.instrument | Rife |
|
| LazyLoadTransformer | This is a bytecode transformer that will modify classes so that they receive the functionalities that are required to support lazy-loading | Class | com.uwyn.rife.instrument | Rife |
|
| MetaDataTransformer | This is a bytecode transformer that will modify classes so that they receive the functionalities that are required to support meta-data | Class | com.uwyn.rife.instrument | Rife |
|
| RifeAgent | The RIFE instrumentation agent will modify the bytecode of the classes that are loaded to provide new capabilities that are otherwise provided by | Class | com.uwyn.rife.instrument | Rife |
|
| RifeTransformer | An abstract base class that will only execute the bytecode transformation when the class is considered to not be part of a core package, like for | Class | com.uwyn.rife.instrument | Rife |
|
| VisitInterruptionException | This is an internal exception that is used whenever the bytecode of a class is being visited and the analysis has to be interrupted in the | Class | com.uwyn.rife.instrument.exceptions | Rife |