Class: Decode::Comment::Throws

Inherits:
Attribute show all
Defined in:
lib/decode/comment/throws.rb

Overview

Identifies that a method might throw a specific symbol.

  • ‘@throws [:skip] To skip recursion.`

Constant Summary

Constants inherited from Attribute

Attribute::PATTERN

Instance Attribute Summary

Attributes inherited from Attribute

#type

Attributes inherited from Tag

#directive

Attributes inherited from Node

#children

Method Summary

Methods inherited from Attribute

build, #initialize

Methods inherited from Tag

#initialize, match, parse

Methods inherited from Node

#add, #children?, #each, #filter, #initialize, #text, #traverse

Constructor Details

This class inherits a constructor from Decode::Comment::Attribute