aaraar
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
aaraar
core
/
sh.christian.aaraar.model
/
RTxt
RTxt
class
RTxt
Represents the contents of the
R.txt
file.
Members
Constructors
RTxt
Link copied to clipboard
constructor
(
lines
:
List
<
String
>
,
packageName
:
String
)
constructor
(
lines
:
String
,
packageName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
symbol
Table
Link copied to clipboard
val
symbolTable
:
SymbolTable
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Link copied to clipboard
fun
writeTo
(
path
:
Path
)