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

Struct ArrayDimFetch

node/expr/n_array_dim_fetch.go:11–16  ·  view source on GitHub ↗

ArrayDimFetch node

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected