Method: WebIDL::ParseTree::Const#build

Defined in:
lib/webidl/parse_tree/const.rb

#build(parent) ⇒ Object



4
5
6
# File 'lib/webidl/parse_tree/const.rb', line 4

def build(parent)
  Ast::Const.new(parent, type.build(parent), name.text_value, const_expr.build)
end