const
fun Declaration.const( name: String, type: PredefinedType, value: String): Member.Const.Integral
Content copied to clipboard
fun Declaration.const( name: String, type: Enum, value: Member.EnumConst): Member.Const.Enum
Content copied to clipboard
fun Declaration.const( name: String, type: PredefinedType.bool, value: Boolean): Member.Const.Integral
Content copied to clipboard
fun Declaration.const( name: String, type: PredefinedType.char, value: Char): Member.Const.Integral
Content copied to clipboard
fun Declaration.const( name: String, type: PredefinedType.string, value: String): Member.Const.Integral
Content copied to clipboard
fun Declaration.const( name: String, type: ScalarAttributedType<PredefinedType>, value: String): Member.Const.Integral
Content copied to clipboard
fun Declaration.const( name: String, type: Enum, value: Int): Member.Const.Enum
Content copied to clipboard
fun Declaration.const( name: String, type: PredefinedType.byte, value: Byte): Member.Const.Integral
Content copied to clipboard
fun Declaration.const( name: String, type: PredefinedType.short, value: Short): Member.Const.Integral
Content copied to clipboard
fun Declaration.const( name: String, type: PredefinedType.int, value: Int): Member.Const.Integral
Content copied to clipboard
fun Declaration.const( name: String, type: PredefinedType.long, value: Long): Member.Const.Integral
Content copied to clipboard
fun Declaration.const( name: String, type: PredefinedType.ubyte, value: UByte): Member.Const.Integral
Content copied to clipboard
fun Declaration.const( name: String, type: PredefinedType.ushort, value: UShort): Member.Const.Integral
Content copied to clipboard
fun Declaration.const( name: String, type: PredefinedType.uint, value: UInt): Member.Const.Integral
Content copied to clipboard
fun Declaration.const( name: String, type: PredefinedType.ulong, value: ULong): Member.Const.Integral
Content copied to clipboard
fun Declaration.const( name: String, type: PredefinedType.float, value: Float): Member.Const.Integral
Content copied to clipboard
fun Declaration.const( name: String, type: PredefinedType.double, value: Double): Member.Const.Integral
Content copied to clipboard