Searched defs:MakeString (Results 1 – 5 of 5) sorted by relevance
33 type MakeString struct { struct34 StringPos Pos35 Strings []string36 Variables []Variable46 func (ms *MakeString) Clone() (result *MakeString) {51 func (ms *MakeString) Pos() Pos {55 func (ms *MakeString) End() Pos {63 func (ms *MakeString) appendString(s string) {72 func (ms *MakeString) appendVariable(v Variable) {82 func (ms *MakeString) appendMakeString(other *MakeString) {[all …]
174 func dumpArray(a []*MakeString) string {
112 func toVariable(ms *MakeString) (Variable, bool) {
63 func makeToStringExpression(ms *mkparser.MakeString, scope mkparser.Scope) (bpparser.Expression, er…128 func makeToListExpression(ms *mkparser.MakeString, scope mkparser.Scope) (bpparser.Expression, erro…211 func makeToBoolExpression(ms *mkparser.MakeString) (bpparser.Expression, error) {
367 func makeVariableToBlueprint(file *bpFile, val *mkparser.MakeString,