TreeLookup

class TreeLookup(root: TreeNode, source: Source, errorWhenUndefined: Boolean) : StringLookup

Functions

lookup
Link copied to clipboard
open override fun lookup(key: String): String?
replace
Link copied to clipboard
fun replace(text: String): String

Properties

root
Link copied to clipboard
val root: TreeNode
source
Link copied to clipboard
val source: Source
substitutor
Link copied to clipboard
val substitutor: StringSubstitutor

Sources

jvm source
Link copied to clipboard