Module: Jade::Symbol::Base
- Included in:
- AnonymousRecord, Constructor, Function, FunctionType, Implementation, ImplementationTemplate, Interface, InterfaceFunction, InteropFunction, Lambda, PartialApplication, RecordType, StdlibFunction, StdlibImplementation, Struct, TypeApplication, TypeRef, Union, Variable, Variant
- Defined in:
- lib/jade/symbol/base.rb
Instance Method Summary collapse
- #constructor_refs ⇒ Object
- #qualified_name ⇒ Object (also: #qname)
Instance Method Details
#constructor_refs ⇒ Object
10 11 12 |
# File 'lib/jade/symbol/base.rb', line 10 def constructor_refs [] end |
#qualified_name ⇒ Object Also known as: qname
4 5 6 |
# File 'lib/jade/symbol/base.rb', line 4 def qualified_name [module_name, name].join('.') end |