MCPcopy Create free account
hub / github.com/z7zmey/php-parser / Attributes

Method Attributes

node/expr/n_variable.go:40–42  ·  view source on GitHub ↗

Attributes returns node attributes as map

()

Source from the content-addressed store, hash-verified

38
39// Attributes returns node attributes as map
40func (n *Variable) Attributes() map[string]interface{} {
41 return nil
42}
43
44// SetVarName reset var name
45func (n *Variable) SetVarName(VarName node.Node) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected