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

Method GetPosition

node/scalar/node_encapsed_string_part.go:30–32  ·  view source on GitHub ↗

GetPosition returns node positions

()

Source from the content-addressed store, hash-verified

28
29// GetPosition returns node positions
30func (n *EncapsedStringPart) GetPosition() *position.Position {
31 return n.Position
32}
33
34func (n *EncapsedStringPart) GetFreeFloating() *freefloating.Collection {
35 return &n.FreeFloating

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected