Declaration
abstract class Declaration(val pointcut: BindableDeclaration?) : SettingsHolder, IDeclaration
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun serializationHash(initial: IncrementalHash64): IncrementalHash64
Content copied to clipboard
Link copied to clipboard
Properties
Inheritors
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Extensions
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard