Class: Referral::Value::NodeType

Inherits:
Struct
  • Object
show all
Defined in:
lib/referral/value/node_type.rb

Instance Attribute Summary collapse

Instance Attribute Details

#arity_finderObject

Returns the value of attribute arity_finder

Returns:

  • (Object)

    the current value of arity_finder



3
4
5
# File 'lib/referral/value/node_type.rb', line 3

def arity_finder
  @arity_finder
end

#ast_typeObject

Returns the value of attribute ast_type

Returns:

  • (Object)

    the current value of ast_type



3
4
5
# File 'lib/referral/value/node_type.rb', line 3

def ast_type
  @ast_type
end

#good_parentObject

Returns the value of attribute good_parent

Returns:

  • (Object)

    the current value of good_parent



3
4
5
# File 'lib/referral/value/node_type.rb', line 3

def good_parent
  @good_parent
end

#join_separatorObject

Returns the value of attribute join_separator

Returns:

  • (Object)

    the current value of join_separator



3
4
5
# File 'lib/referral/value/node_type.rb', line 3

def join_separator
  @join_separator
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/referral/value/node_type.rb', line 3

def name
  @name
end

#name_finderObject

Returns the value of attribute name_finder

Returns:

  • (Object)

    the current value of name_finder



3
4
5
# File 'lib/referral/value/node_type.rb', line 3

def name_finder
  @name_finder
end

#reverse_identifiersObject

Returns the value of attribute reverse_identifiers

Returns:

  • (Object)

    the current value of reverse_identifiers



3
4
5
# File 'lib/referral/value/node_type.rb', line 3

def reverse_identifiers
  @reverse_identifiers
end

#token_typeObject

Returns the value of attribute token_type

Returns:

  • (Object)

    the current value of token_type



3
4
5
# File 'lib/referral/value/node_type.rb', line 3

def token_type
  @token_type
end