class Mingle::DeclaredTypeName

Public Class Methods

impl_parse( s ) click to toggle source
# File lib/mingle.rb, line 1869
def self.impl_parse( s )
    MingleParser.consume_string( s ) { |p| p.expect_declared_type_name }
end

Public Instance Methods

external_form() click to toggle source
# File lib/mingle.rb, line 1859
def external_form
    @name.to_s
end
Also aliased as: to_s
hash() click to toggle source
# File lib/mingle.rb, line 1865
def hash
    @name.hash
end
to_s()
Alias for: external_form