MCPcopy
hub / github.com/google/mtail / IDTerm

Struct IDTerm

internal/runtime/compiler/ast/ast.go:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72type IDTerm struct {
73 P position.Position
74 Name string
75 Symbol *symbol.Symbol
76 Lvalue bool // If set, then this node appears on the left side of an
77 // assignment and needs to have its address taken only.
78}
79
80func (n *IDTerm) Pos() *position.Position {
81 return &n.P

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected