toggle menu
cup-source-code
1.0.0-Beta-01
common
switch theme
search in API
cup-source-code
/
net.kodein.cup.sa
/
ClassesSection
Classes
Section
data
class
ClassesSection
(
val
range
:
TextRange
,
val
classes
:
List
<
String
>
)
:
Comparable
<
ClassesSection
>
Members
Constructors
Classes
Section
Link copied to clipboard
constructor
(
range
:
TextRange
,
classes
:
List
<
String
>
)
Properties
classes
Link copied to clipboard
val
classes
:
List
<
String
>
range
Link copied to clipboard
val
range
:
TextRange
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
ClassesSection
)
:
Int