Sha256: d5f72f9118ada864c3b08a5b543efb86508c24377ee18d8900a1d423312eccf2

Contents?: true

Size: 222 Bytes

Versions: 23

Compression:

Stored size: 222 Bytes

Contents

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

      def build(parent)
        raise NotImplementedError
      end

    end # RelativeScopedName
  end # ParseTree
end # WebIDL

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
webidl-0.0.3 lib/webidl/parse_tree/absolute_scoped_name.rb
webidl-0.0.2 lib/webidl/parse_tree/absolute_scoped_name.rb
webidl-0.0.1 lib/webidl/parse_tree/absolute_scoped_name.rb