Beispiel #1
0
func (n fileNex) Value() nex.Value { return nex.Str(filepath.Base(n.path)) }
Beispiel #2
0
func (n lineNex) Value() nex.Value { return nex.Str(n.line) }
Beispiel #3
0
func (tn termNex) Value() nex.Value                           { return nex.Str(tn.value) }
Beispiel #4
0
func (n hostNode) Value() nex.Value { return nex.Str(n.name) }