Sha256: 0a073dca0f55e6025fbfd8720dba4700fee4f1fcda135dd23cb7ef58558e490b
Contents?: true
Size: 246 Bytes
Versions: 23
Compression:
Stored size: 246 Bytes
Contents
module WebIDL module ParseTree class ExceptionField < Treetop::Runtime::SyntaxNode def build(parent) Ast::Field.new(parent, type.build(parent), id.text_value) end end # ExceptionField end # ParseTree end # WebIDL
Version data entries
23 entries across 23 versions & 1 rubygems
Version | Path |
---|---|
webidl-0.0.3 | lib/webidl/parse_tree/exception_field.rb |
webidl-0.0.2 | lib/webidl/parse_tree/exception_field.rb |
webidl-0.0.1 | lib/webidl/parse_tree/exception_field.rb |