Sha256: ad2a9ec5fd70ca25cceae1340b1e90c7445b6827436f26958a6b411d32697fe4

Contents?: true

Size: 202 Bytes

Versions: 14

Compression:

Stored size: 202 Bytes

Contents

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

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

    end # Inheritance
  end # ParseTree
end # WebIDL

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
webidl-0.2.2 lib/webidl/parse_tree/inheritance.rb
webidl-0.2.1 lib/webidl/parse_tree/inheritance.rb
webidl-0.1.10 lib/webidl/parse_tree/inheritance.rb
webidl-0.2.0 lib/webidl/parse_tree/inheritance.rb
webidl-0.1.9 lib/webidl/parse_tree/inheritance.rb
webidl-0.1.8 lib/webidl/parse_tree/inheritance.rb
webidl-0.1.7 lib/webidl/parse_tree/inheritance.rb
webidl-0.1.6 lib/webidl/parse_tree/inheritance.rb
webidl-0.1.5 lib/webidl/parse_tree/inheritance.rb
webidl-0.1.4 lib/webidl/parse_tree/inheritance.rb
webidl-0.1.3 lib/webidl/parse_tree/inheritance.rb
webidl-0.1.2 lib/webidl/parse_tree/inheritance.rb
webidl-0.1.1 lib/webidl/parse_tree/inheritance.rb
webidl-0.1.0 lib/webidl/parse_tree/inheritance.rb