Class: WebIDL::ParseTree::SequenceType

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/webidl/parse_tree/sequence_type.rb

Instance Method Summary collapse

Instance Method Details

#build(parent) ⇒ Object



5
6
7
# File 'lib/webidl/parse_tree/sequence_type.rb', line 5

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