toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.asm.classpath
/
ClassPath
Class
Path
class
ClassPath
(
runtime
:
ClassLoader
,
dependencies
:
List
<
Library
>
,
val
libraries
:
List
<
Library
>
)
Members
Constructors
Class
Path
Link copied to clipboard
constructor
(
runtime
:
ClassLoader
,
dependencies
:
List
<
Library
>
,
libraries
:
List
<
Library
>
)
Properties
libraries
Link copied to clipboard
val
libraries
:
List
<
Library
>
library
Classes
Link copied to clipboard
val
libraryClasses
:
Sequence
<
ClassMetadata
>
original
Pcs
Link copied to clipboard
val
originalPcs
:
MutableMap
<
AbstractInsnNode
,
Int
>
Functions
create
Inherited
Field
Sets
Link copied to clipboard
fun
createInheritedFieldSets
(
)
:
DisjointSet
<
MemberRef
>
create
Inherited
Method
Sets
Link copied to clipboard
fun
createInheritedMethodSets
(
)
:
DisjointSet
<
MemberRef
>
get
Link copied to clipboard
operator
fun
get
(
name
:
String
)
:
ClassMetadata
?
get
Class
Node
Link copied to clipboard
fun
getClassNode
(
name
:
String
)
:
ClassNode
?
remap
Link copied to clipboard
fun
remap
(
remapper
:
ExtendedRemapper
)