toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.deob.util.map
/
NameMap
Name
Map
data
class
NameMap
(
val
classes
:
SortedMap
<
String
,
String
>
,
val
fields
:
SortedMap
<
MemberRef
,
Field
>
,
val
methods
:
SortedMap
<
MemberRef
,
Method
>
)
Members
Constructors
Name
Map
Link copied to clipboard
constructor
(
)
constructor
(
classes
:
SortedMap
<
String
,
String
>
,
fields
:
SortedMap
<
MemberRef
,
Field
>
,
methods
:
SortedMap
<
MemberRef
,
Method
>
)
Properties
classes
Link copied to clipboard
val
classes
:
SortedMap
<
String
,
String
>
fields
Link copied to clipboard
val
fields
:
SortedMap
<
MemberRef
,
Field
>
methods
Link copied to clipboard
val
methods
:
SortedMap
<
MemberRef
,
Method
>
Functions
add
Link copied to clipboard
fun
add
(
other
:
NameMap
)
map
Class
Name
Link copied to clipboard
fun
mapClassName
(
name
:
String
,
default
:
String
)
:
String
map
Field
Name
Link copied to clipboard
fun
mapFieldName
(
partition
:
DisjointSet.Partition
<
MemberRef
>
,
default
:
String
)
:
String
map
Field
Owner
Link copied to clipboard
fun
mapFieldOwner
(
partition
:
DisjointSet.Partition
<
MemberRef
>
,
default
:
String
)
:
String
map
Method
Name
Link copied to clipboard
fun
mapMethodName
(
partition
:
DisjointSet.Partition
<
MemberRef
>
,
default
:
String
)
:
String
map
Method
Owner
Link copied to clipboard
fun
mapMethodOwner
(
partition
:
DisjointSet.Partition
<
MemberRef
>
,
default
:
String
)
:
String