Class: Ast::Merge::LanguageBackendProfileRules
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::LanguageBackendProfileRules
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#atomic_nodes ⇒ Object
Returns the value of attribute atomic_nodes.
-
#child_groups ⇒ Object
Returns the value of attribute child_groups.
-
#comment_attachment ⇒ Object
Returns the value of attribute comment_attachment.
-
#commutative_parents ⇒ Object
Returns the value of attribute commutative_parents.
-
#node_roles ⇒ Object
Returns the value of attribute node_roles.
-
#signatures ⇒ Object
Returns the value of attribute signatures.
Instance Attribute Details
#atomic_nodes ⇒ Object
Returns the value of attribute atomic_nodes
784 785 786 |
# File 'lib/ast/merge.rb', line 784 def atomic_nodes @atomic_nodes end |
#child_groups ⇒ Object
Returns the value of attribute child_groups
784 785 786 |
# File 'lib/ast/merge.rb', line 784 def child_groups @child_groups end |
#comment_attachment ⇒ Object
Returns the value of attribute comment_attachment
784 785 786 |
# File 'lib/ast/merge.rb', line 784 def @comment_attachment end |
#commutative_parents ⇒ Object
Returns the value of attribute commutative_parents
784 785 786 |
# File 'lib/ast/merge.rb', line 784 def commutative_parents @commutative_parents end |
#node_roles ⇒ Object
Returns the value of attribute node_roles
784 785 786 |
# File 'lib/ast/merge.rb', line 784 def node_roles @node_roles end |
#signatures ⇒ Object
Returns the value of attribute signatures
784 785 786 |
# File 'lib/ast/merge.rb', line 784 def signatures @signatures end |