Sha256: 41eb7dd106934f714ee9a7106fe1e4944aa70fa8b0b244d51a7150d0b50904d9

Contents?: true

Size: 247 Bytes

Versions: 8

Compression:

Stored size: 247 Bytes

Contents

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

      def build(parent)
        Ast::Type.new parent, type.text_value, :nullable => null.any?
      end

    end # NullableType
  end # ParseTree
end # WebIDL

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
webidl-0.1.0 lib/webidl/parse_tree/nullable_type.rb
webidl-0.0.9 lib/webidl/parse_tree/nullable_type.rb
webidl-0.0.8 lib/webidl/parse_tree/nullable_type.rb
webidl-0.0.7 lib/webidl/parse_tree/nullable_type.rb
webidl-0.0.6 lib/webidl/parse_tree/nullable_type.rb
webidl-0.0.5 lib/webidl/parse_tree/nullable_type.rb
webidl-0.0.4 lib/webidl/parse_tree/nullable_type.rb
webidl-0.0.3 lib/webidl/parse_tree/nullable_type.rb