toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.deob.ast
/
Library
Library
class
Library
(
val
name
:
String
,
root
:
SourceRoot
)
:
Iterable
<
CompilationUnit
>
Members
Constructors
Library
Link copied to clipboard
constructor
(
name
:
String
,
root
:
SourceRoot
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
Functions
for
Each
Link copied to clipboard
open
fun
forEach
(
p0
:
Consumer
<
in
CompilationUnit
>
)
get
Link copied to clipboard
operator
fun
get
(
name
:
String
)
:
CompilationUnit
?
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
CompilationUnit
>
save
Link copied to clipboard
fun
save
(
)
spliterator
Link copied to clipboard
open
fun
spliterator
(
)
:
Spliterator
<
CompilationUnit
>