Class: Jade::Symbol::TypeApplication

Inherits:
Data
  • Object
show all
Includes:
Base
Defined in:
lib/jade/symbol/type_application.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#constructor_refs, #qualified_name

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



3
4
5
# File 'lib/jade/symbol/type_application.rb', line 3

def args
  @args
end

#constructorObject (readonly)

Returns the value of attribute constructor

Returns:

  • (Object)

    the current value of constructor



3
4
5
# File 'lib/jade/symbol/type_application.rb', line 3

def constructor
  @constructor
end

#spanObject (readonly)

Returns the value of attribute span

Returns:

  • (Object)

    the current value of span



3
4
5
# File 'lib/jade/symbol/type_application.rb', line 3

def span
  @span
end