package tools
Contains tools which are required/necessary/helpful to generate resources for OPAL, such as the pre-configured class hierarchy.
- Alphabetic
- By Inheritance
- tools
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
object
ClassHierarchyExtractor
Writes out (a subset of) the class hierarchy in the format used by org.opalj.br.ClassHierarchy to create the pre-initialized class hierarchy.
-
object
ProjectSerializer
Exports the class files belonging to the project part of a loaded org.opalj.br.analyses.Project.
Exports the class files belonging to the project part of a loaded org.opalj.br.analyses.Project. I.e., all code rewritings (e.g., INVOKEDYNAMIC resolution) and bytecode optimizations become visible.
Example execution: java org.opalj.br.ProjectSerializer -in <MyJar> -out <MyJarRewritten>