Class: Referral::Value::NodeType
- Inherits:
-
Struct
- Object
- Struct
- Referral::Value::NodeType
- Defined in:
- lib/referral/value/node_type.rb
Instance Attribute Summary collapse
-
#arity_finder ⇒ Object
Returns the value of attribute arity_finder.
-
#ast_type ⇒ Object
Returns the value of attribute ast_type.
-
#good_parent ⇒ Object
Returns the value of attribute good_parent.
-
#join_separator ⇒ Object
Returns the value of attribute join_separator.
-
#name ⇒ Object
Returns the value of attribute name.
-
#name_finder ⇒ Object
Returns the value of attribute name_finder.
-
#reverse_identifiers ⇒ Object
Returns the value of attribute reverse_identifiers.
-
#token_type ⇒ Object
Returns the value of attribute token_type.
Instance Attribute Details
#arity_finder ⇒ Object
Returns the value of attribute arity_finder
3 4 5 |
# File 'lib/referral/value/node_type.rb', line 3 def arity_finder @arity_finder end |
#ast_type ⇒ Object
Returns the value of attribute ast_type
3 4 5 |
# File 'lib/referral/value/node_type.rb', line 3 def ast_type @ast_type end |
#good_parent ⇒ Object
Returns the value of attribute good_parent
3 4 5 |
# File 'lib/referral/value/node_type.rb', line 3 def good_parent @good_parent end |
#join_separator ⇒ Object
Returns the value of attribute join_separator
3 4 5 |
# File 'lib/referral/value/node_type.rb', line 3 def join_separator @join_separator end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/referral/value/node_type.rb', line 3 def name @name end |
#name_finder ⇒ Object
Returns the value of attribute name_finder
3 4 5 |
# File 'lib/referral/value/node_type.rb', line 3 def name_finder @name_finder end |
#reverse_identifiers ⇒ Object
Returns the value of attribute reverse_identifiers
3 4 5 |
# File 'lib/referral/value/node_type.rb', line 3 def reverse_identifiers @reverse_identifiers end |
#token_type ⇒ Object
Returns the value of attribute token_type
3 4 5 |
# File 'lib/referral/value/node_type.rb', line 3 def token_type @token_type end |