Sha256: 7a4402d9d4259907b47163baa2f535134ab3068100129cf8515a25272d621674

Contents?: true

Size: 322 Bytes

Versions: 21

Compression:

Stored size: 322 Bytes

Contents

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

      def build(parent)
        n = ''
        n << name.text_value
        n << parts.text_value

        Ast::ScopedName.new(parent, n, :relative => true)
      end

    end # RelativeScopedName
  end # ParseTree
end # WebIDL

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
webidl-0.2.2 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.2.1 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.1.10 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.2.0 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.1.9 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.1.8 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.1.7 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.1.6 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.1.5 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.1.4 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.1.3 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.1.2 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.1.1 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.1.0 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.0.9 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.0.8 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.0.7 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.0.6 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.0.5 lib/webidl/parse_tree/relative_scoped_name.rb
webidl-0.0.4 lib/webidl/parse_tree/relative_scoped_name.rb