ClassPath

class ClassPath(runtime: ClassLoader, dependencies: List<Library>, val libraries: List<Library>)

Constructors

Link copied to clipboard
constructor(runtime: ClassLoader, dependencies: List<Library>, libraries: List<Library>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val originalPcs: MutableMap<AbstractInsnNode, Int>

Functions

Link copied to clipboard
operator fun get(name: String): ClassMetadata?
Link copied to clipboard
fun getClassNode(name: String): ClassNode?
Link copied to clipboard
fun remap(remapper: ExtendedRemapper)