Module: ATP::Processors
- Defined in:
- lib/atp.rb,
lib/atp/processors/add_ids.rb,
lib/atp/processors/flow_id.rb,
lib/atp/processors/marshal.rb,
lib/atp/processors/condition.rb,
lib/atp/processors/pre_cleaner.rb,
lib/atp/processors/post_cleaner.rb,
lib/atp/processors/relationship.rb,
lib/atp/processors/condition_extractor.rb
Overview
Processors actually modify the AST to clean and optimize the user input and to implement the flow control API
Defined Under Namespace
Classes: AddIDs, Condition, ConditionExtractor, FlowID, Marshal, PostCleaner, PreCleaner, Relationship