CompiledParameter

data class CompiledParameter(nameConst: Int, varargs: Boolean, defaultValueNodeId: Int) : Serializable

Types

Companion
Link copied to clipboard
object Companion : Deserializer<CompiledParameter>

Functions

serializeTo
Link copied to clipboard
open override fun serializeTo(buffer: Buffer)
toBytes
Link copied to clipboard
open fun toBytes(): ByteString

Properties

defaultValueNodeId
Link copied to clipboard
val defaultValueNodeId: Int
nameConst
Link copied to clipboard
val nameConst: Int
varargs
Link copied to clipboard
val varargs: Boolean