Sha256: 2f773673a9b72e70e07dbf4502ddb3d86e8e402cbf7241a0f9cf4567fe2a9ee2

Contents?: true

Size: 149 Bytes

Versions: 5

Compression:

Stored size: 149 Bytes

Contents

module RbGCCXML

  # Represents a <MethodType>, also known as a function pointer to a member
  # function.
  class MethodType < Function
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rbgccxml-1.1.0 lib/rbgccxml/nodes/method_type.rb
rbgccxml-1.0.4 lib/rbgccxml/nodes/method_type.rb
rbgccxml-1.0.3 lib/rbgccxml/nodes/method_type.rb
rbgccxml-1.0.2 lib/rbgccxml/nodes/method_type.rb
rbgccxml-1.0.1 lib/rbgccxml/nodes/method_type.rb