Dsl

class Dsl

Types

Link copied to clipboard
class ChildrenProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

repeated .elide.vfs.TreeEntry children = 3;

Link copied to clipboard
@get:JvmName(name = "getName")
@set:JvmName(name = "setName")
var name: String

string name = 1;

Functions

Link copied to clipboard
@JvmName(name = "addChildren")
fun DslList<TreeEntry, DirectoryKt.Dsl.ChildrenProxy>.add(value: TreeEntry)

repeated .elide.vfs.TreeEntry children = 3;

Link copied to clipboard
@JvmName(name = "addAllChildren")
fun DslList<TreeEntry, DirectoryKt.Dsl.ChildrenProxy>.addAll(values: Iterable<TreeEntry>)

repeated .elide.vfs.TreeEntry children = 3;

Link copied to clipboard
@JvmName(name = "clearChildren")
fun DslList<TreeEntry, DirectoryKt.Dsl.ChildrenProxy>.clear()

repeated .elide.vfs.TreeEntry children = 3;

Link copied to clipboard
fun clearName()

string name = 1;

Link copied to clipboard
@JvmName(name = "plusAssignAllChildren")
inline operator fun DslList<TreeEntry, DirectoryKt.Dsl.ChildrenProxy>.plusAssign(values: Iterable<TreeEntry>)
@JvmName(name = "plusAssignChildren")
inline operator fun DslList<TreeEntry, DirectoryKt.Dsl.ChildrenProxy>.plusAssign(value: TreeEntry)

repeated .elide.vfs.TreeEntry children = 3;

Link copied to clipboard
@JvmName(name = "setChildren")
operator fun DslList<TreeEntry, DirectoryKt.Dsl.ChildrenProxy>.set(index: Int, value: TreeEntry)

repeated .elide.vfs.TreeEntry children = 3;