Searched refs:bindVar (Results 1 – 2 of 2) sorted by relevance
35 fun bindVar(text: String) = Section(text, SectionType.BIND_VAR) in text() method68 inputsByLine[index + 1]?.forEach { bindVar -> in text() method69 if (charInLine < bindVar.symbol.charPositionInLine) { in text()71 bindVar.symbol.charPositionInLine))) in text()73 sections.add(Section.bindVar(bindVar.text)) in text()74 charInLine = bindVar.symbol.charPositionInLine + bindVar.symbol.text.length in text()
159 Section.bindVar("?")) in foo()163 Section.bindVar(":name"), in foo()165 Section.bindVar(":lastName")) in foo()171 Section.bindVar(":name"), in foo()173 Section.bindVar(":lastName")) in foo()177 Section.bindVar(":name"), in foo()181 Section.bindVar(":lastName")) in foo()185 Section.bindVar(":name"), in foo()190 Section.bindVar(":lastName")) in foo()