Class Parslet::Pattern::SubtreeBind
In: lib/parslet/pattern/binding.rb
Parent: Struct.new(:symbol)

Used internally for representing a bind placeholder in a Parslet::Transform pattern. This is the superclass for all bindings.

It defines the most permissive kind of bind, the one that matches any subtree whatever it looks like.

Methods

Public Instance methods

[Validate]