Class: Foobara::TypeDeclarations::DesugarizerPipeline
- Inherits:
-
Value::Processor::Pipeline
- Object
- Processor
- Value::Processor::Multi
- Value::Processor::Pipeline
- Foobara::TypeDeclarations::DesugarizerPipeline
- Defined in:
- foobara-0.6.1/projects/typesystem/projects/type_declarations/src/desugarizer_pipeline.rb
Instance Attribute Summary
Attributes inherited from Value::Processor::Multi
Instance Method Summary collapse
Methods inherited from Value::Processor::Pipeline
foobara_manifest, #process_outcome, #process_value
Methods inherited from Value::Processor::Multi
#error_classes, #initialize, #possible_errors, #processor_names, #register, requires_declaration_data?
Constructor Details
This class inherits a constructor from Foobara::Value::Processor::Multi
Instance Method Details
#applicable?(type_declaration) ⇒ Boolean
4 5 6 |
# File 'projects/typesystem/projects/type_declarations/src/desugarizer_pipeline.rb', line 4 def applicable?(type_declaration) !type_declaration.strict? && super end |