Package de.geolykt.starloader.transformers
package de.geolykt.starloader.transformers
Classes for runtime code transforming. The heart of the Starloader project.
-
ClassDescriptionA bytecode editing API that interfaces with objectweb ASM
ClassNodes.AnASMTransformerthat implements the transformation of class files via reversible access setters (RAS).Simple transformer that inlines the proper values from the starplane-annotations string source, without remapping them - that is it uses the references as-is.Interface that should be applied on implementations ofClassLoaderto mark that they can be transformed viaASM Transformers.