class Mingle::QualifiedTypeName
Public Class Methods
impl_parse( s )
click to toggle source
# File lib/mingle.rb, line 1881 def self.impl_parse( s ) MingleParser.consume_string( s ) { |p| p.expect_qname } end
Public Instance Methods
external_form()
click to toggle source
# File lib/mingle.rb, line 1891 def external_form "#{@namespace.external_form}/#{@name.external_form}" end
Also aliased as: to_s
hash()
click to toggle source
# File lib/mingle.rb, line 1886 def hash [ @namespace, @name ].hash end