lin
/
com.github.adriantodt.lin.bytecode
/
CompiledSection
Compiled
Section
data class
CompiledSection
(nameConst:
Int
, line:
Int
, column:
Int
) :
Serializable
Content copied to clipboard
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
:
Deserializer
<
CompiledSection
>
Content copied to clipboard
Functions
serialize
To
Link copied to clipboard
open override fun
serializeTo
(buffer:
Buffer
)
Content copied to clipboard
to
Bytes
Link copied to clipboard
open fun
toBytes
():
ByteString
Content copied to clipboard
Properties
column
Link copied to clipboard
val
column
:
Int
Content copied to clipboard
line
Link copied to clipboard
val
line
:
Int
Content copied to clipboard
nameConst
Link copied to clipboard
val
nameConst
:
Int
Content copied to clipboard