jarib/webidl

View on GitHub
lib/webidl/parse_tree/absolute_scoped_name.rb

Summary

Maintainability
A
0 mins
Test Coverage
module WebIDL
  module ParseTree
    class AbsoluteScopedName < Treetop::Runtime::SyntaxNode

      def build(parent)
        raise NotImplementedError
      end

    end # RelativeScopedName
  end # ParseTree
end # WebIDL