Sha256: 1ea7ac289abdb6302cb5b6f05487c287034b222651af9c3360f4b7ead2f37788

Contents?: true

Size: 220 Bytes

Versions: 9

Compression:

Stored size: 220 Bytes

Contents

module WebIDL
  module ParseTree
    class InterfaceInheritance < Treetop::Runtime::SyntaxNode

      def build(parent)
        names.build(parent)
      end

    end # InterfaceInheritance
  end # ParseTree
end # WebIDL

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
webidl-0.0.9 lib/webidl/parse_tree/interface_inheritance.rb
webidl-0.0.8 lib/webidl/parse_tree/interface_inheritance.rb
webidl-0.0.7 lib/webidl/parse_tree/interface_inheritance.rb
webidl-0.0.6 lib/webidl/parse_tree/interface_inheritance.rb
webidl-0.0.5 lib/webidl/parse_tree/interface_inheritance.rb
webidl-0.0.4 lib/webidl/parse_tree/interface_inheritance.rb
webidl-0.0.3 lib/webidl/parse_tree/interface_inheritance.rb
webidl-0.0.2 lib/webidl/parse_tree/interface_inheritance.rb
webidl-0.0.1 lib/webidl/parse_tree/interface_inheritance.rb