Signature

sealed class Signature

Inheritors

Types

Link copied to clipboard
sealed class Constructor : Signature
Link copied to clipboard
class MemberFunction(returnType: String, arguments: String, scope: String?, isAbstract: Boolean = false) : Signature

Functions

Link copied to clipboard
abstract fun decl(): String
Link copied to clipboard
abstract fun def(): String