Class: Ast::Merge::NativeProviderMetadataReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::NativeProviderMetadataReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#dialect ⇒ Object
Returns the value of attribute dialect.
-
#family ⇒ Object
Returns the value of attribute family.
-
#host_language ⇒ Object
Returns the value of attribute host_language.
-
#language_version ⇒ Object
Returns the value of attribute language_version.
-
#metadata_policy ⇒ Object
Returns the value of attribute metadata_policy.
-
#native_tree_visibility ⇒ Object
Returns the value of attribute native_tree_visibility.
-
#parse_error_behavior ⇒ Object
Returns the value of attribute parse_error_behavior.
-
#parser_name ⇒ Object
Returns the value of attribute parser_name.
-
#parser_version ⇒ Object
Returns the value of attribute parser_version.
-
#provider_id ⇒ Object
Returns the value of attribute provider_id.
-
#render_support ⇒ Object
Returns the value of attribute render_support.
-
#retains_native_tree ⇒ Object
Returns the value of attribute retains_native_tree.
-
#semantic_role_support ⇒ Object
Returns the value of attribute semantic_role_support.
-
#source_span_support ⇒ Object
Returns the value of attribute source_span_support.
-
#target_language ⇒ Object
Returns the value of attribute target_language.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def diagnostics @diagnostics end |
#dialect ⇒ Object
Returns the value of attribute dialect
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def dialect @dialect end |
#family ⇒ Object
Returns the value of attribute family
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def family @family end |
#host_language ⇒ Object
Returns the value of attribute host_language
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def host_language @host_language end |
#language_version ⇒ Object
Returns the value of attribute language_version
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def language_version @language_version end |
#metadata_policy ⇒ Object
Returns the value of attribute metadata_policy
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def @metadata_policy end |
#native_tree_visibility ⇒ Object
Returns the value of attribute native_tree_visibility
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def native_tree_visibility @native_tree_visibility end |
#parse_error_behavior ⇒ Object
Returns the value of attribute parse_error_behavior
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def parse_error_behavior @parse_error_behavior end |
#parser_name ⇒ Object
Returns the value of attribute parser_name
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def parser_name @parser_name end |
#parser_version ⇒ Object
Returns the value of attribute parser_version
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def parser_version @parser_version end |
#provider_id ⇒ Object
Returns the value of attribute provider_id
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def provider_id @provider_id end |
#render_support ⇒ Object
Returns the value of attribute render_support
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def render_support @render_support end |
#retains_native_tree ⇒ Object
Returns the value of attribute retains_native_tree
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def retains_native_tree @retains_native_tree end |
#semantic_role_support ⇒ Object
Returns the value of attribute semantic_role_support
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def semantic_role_support @semantic_role_support end |
#source_span_support ⇒ Object
Returns the value of attribute source_span_support
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def source_span_support @source_span_support end |
#target_language ⇒ Object
Returns the value of attribute target_language
820 821 822 |
# File 'lib/ast/merge.rb', line 820 def target_language @target_language end |