Class: Typed::Scala::Variables::Declaration

Inherits:
Struct
  • Object
show all
Defined in:
lib/typed/scala/variables.rb

Instance Attribute Summary collapse

Instance Attribute Details

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



9
10
11
# File 'lib/typed/scala/variables.rb', line 9

def klass
  @klass
end

#modsObject

Returns the value of attribute mods

Returns:

  • (Object)

    the current value of mods



9
10
11
# File 'lib/typed/scala/variables.rb', line 9

def mods
  @mods
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/typed/scala/variables.rb', line 9

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



9
10
11
# File 'lib/typed/scala/variables.rb', line 9

def type
  @type
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



9
10
11
# File 'lib/typed/scala/variables.rb', line 9

def value
  @value
end