Class: Ast::Merge::NativeParserDefault
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::NativeParserDefault
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#default_backend ⇒ Object
Returns the value of attribute default_backend.
-
#default_parser ⇒ Object
Returns the value of attribute default_parser.
-
#default_provider_id ⇒ Object
Returns the value of attribute default_provider_id.
-
#fallback_behavior ⇒ Object
Returns the value of attribute fallback_behavior.
-
#family ⇒ Object
Returns the value of attribute family.
-
#generic_substrate_backend ⇒ Object
Returns the value of attribute generic_substrate_backend.
-
#generic_substrate_provider_id ⇒ Object
Returns the value of attribute generic_substrate_provider_id.
-
#implementation ⇒ Object
Returns the value of attribute implementation.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#default_backend ⇒ Object
Returns the value of attribute default_backend
825 826 827 |
# File 'lib/ast/merge.rb', line 825 def default_backend @default_backend end |
#default_parser ⇒ Object
Returns the value of attribute default_parser
825 826 827 |
# File 'lib/ast/merge.rb', line 825 def default_parser @default_parser end |
#default_provider_id ⇒ Object
Returns the value of attribute default_provider_id
825 826 827 |
# File 'lib/ast/merge.rb', line 825 def default_provider_id @default_provider_id end |
#fallback_behavior ⇒ Object
Returns the value of attribute fallback_behavior
825 826 827 |
# File 'lib/ast/merge.rb', line 825 def fallback_behavior @fallback_behavior end |
#family ⇒ Object
Returns the value of attribute family
825 826 827 |
# File 'lib/ast/merge.rb', line 825 def family @family end |
#generic_substrate_backend ⇒ Object
Returns the value of attribute generic_substrate_backend
825 826 827 |
# File 'lib/ast/merge.rb', line 825 def generic_substrate_backend @generic_substrate_backend end |
#generic_substrate_provider_id ⇒ Object
Returns the value of attribute generic_substrate_provider_id
825 826 827 |
# File 'lib/ast/merge.rb', line 825 def generic_substrate_provider_id @generic_substrate_provider_id end |
#implementation ⇒ Object
Returns the value of attribute implementation
825 826 827 |
# File 'lib/ast/merge.rb', line 825 def implementation @implementation end |
#scope ⇒ Object
Returns the value of attribute scope
825 826 827 |
# File 'lib/ast/merge.rb', line 825 def scope @scope end |