Uses of Interface
xyz.janboerman.scalaloader.plugin.runtime.ClassGenerator
Packages that use ClassGenerator
Package
Description
-
Uses of ClassGenerator in xyz.janboerman.scalaloader.compat
Methods in xyz.janboerman.scalaloader.compat with parameters of type ClassGeneratorModifier and TypeMethodDescriptionIScalaPluginClassLoader.getOrDefineClass
(String className, ClassGenerator classGenerator, boolean persist) Gets or defines a class using this ClassLoader. -
Uses of ClassGenerator in xyz.janboerman.scalaloader.paper.plugin
Methods in xyz.janboerman.scalaloader.paper.plugin with parameters of type ClassGeneratorModifier and TypeMethodDescriptionScalaPluginClassLoader.getOrDefineClass
(String className, ClassGenerator classGenerator, boolean persist) -
Uses of ClassGenerator in xyz.janboerman.scalaloader.plugin
Methods in xyz.janboerman.scalaloader.plugin with parameters of type ClassGeneratorModifier and TypeMethodDescriptionScalaPluginClassLoader.getOrDefineClass
(String className, ClassGenerator classGenerator, boolean persist) Generates a class for this class loader, or gets a cached version if a class with the same name was already loaded.