Class: WebIDL::ParseTree::Const
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- WebIDL::ParseTree::Const
- Defined in:
- lib/webidl/parse_tree/const.rb
Instance Method Summary collapse
Instance Method Details
#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 |