Results for: "uri"

Desugar ‘x &&= y` to `x && x = y`

Desugar ‘x += y` to `x = x + y`

Desugar ‘x ||= y` to `x || x = y`

Dispatch enter and leave events for CapturePatternNode nodes and continue walking the tree.

Dispatch enter and leave events for ConstantWriteNode nodes and continue walking the tree.

Dispatch enter and leave events for EmbeddedVariableNode nodes and continue walking the tree.

Dispatch enter and leave events for InterpolatedStringNode nodes and continue walking the tree.

Dispatch enter and leave events for InterpolatedXStringNode nodes and continue walking the tree.

Dispatch enter and leave events for MatchWriteNode nodes and continue walking the tree.

Dispatch enter and leave events for MultiWriteNode nodes and continue walking the tree.

Dispatch enter and leave events for PinnedVariableNode nodes and continue walking the tree.

Dispatch enter and leave events for SourceEncodingNode nodes and continue walking the tree.

Dispatch enter and leave events for SourceFileNode nodes and continue walking the tree.

Dispatch enter and leave events for SourceLineNode nodes and continue walking the tree.

Copy a CapturePatternNode node

Copy a ConstantWriteNode node

Copy a EmbeddedVariableNode node

Copy a InterpolatedStringNode node

Copy a InterpolatedXStringNode node

Copy a MatchWriteNode node

Copy a MultiWriteNode node

Copy a PinnedVariableNode node

Copy a SourceEncodingNode node

Copy a SourceFileNode node

Copy a SourceLineNode node

Search took: 2ms  ·  Total Results: 1201