SourceCodeImpl

class SourceCodeImpl(number: Int, val text: String) : SourceCode

Constructors

Link copied to clipboard
constructor(number: Int, text: String)

Properties

Link copied to clipboard
open override val locationId: String
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val text: String