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

Struct Variable

node/expr/n_variable.go:11–15  ·  view source on GitHub ↗

Variable node

Source from the content-addressed store, hash-verified

9
10// Variable node
11type Variable struct {
12 FreeFloating freefloating.Collection
13 Position *position.Position
14 VarName node.Node
15}
16
17// NewVariable node constructor
18func NewVariable(VarName node.Node) *Variable {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected