PathToken

data class PathToken(name: Name, target: String?)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: Name
target
Link copied to clipboard
common
val target: String? = null

Extensions

asPath
Link copied to clipboard
common
fun PathToken.asPath(): Path

Represent this path token as full path