Class: Rattler::Parsers::SideEffect
- Inherits:
-
DirectAction
- Object
- Util::Node
- Parser
- DirectAction
- Rattler::Parsers::SideEffect
- Defined in:
- lib/rattler/parsers/side_effect.rb
Overview
SideEffect
decorates a parser to peform a symantic action on success by evaluating ruby code for effect and discarding the result.
Method Summary
Methods inherited from DirectAction
[], #bind, #bindable_code, #parse, parsed
Methods included from Combining
Methods inherited from Parser
#&, #capturing?, #labeled?, #one_or_more, #optional, parsed, #skip, #variable_capture_count?, #with_ws, #zero_or_more, #|
Methods inherited from Util::Node
#==, [], #[], #attrs, #can_equal?, #child, #children, #each, #empty?, #eql?, #initialize, #inspect, #method_missing, #name, #respond_to?, #same_contents?, #to_graphviz, #with_attrs, #with_attrs!, #with_children
Constructor Details
This class inherits a constructor from Rattler::Util::Node
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Rattler::Util::Node