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

Constants inherited from Tag

Decode::Comment::Tag::PATTERN

Instance Attribute Summary

Attributes inherited from Attribute

#The type of the attribute., #type

Attributes inherited from Tag

#The directive that generated the tag., #directive

Attributes inherited from Node

#The children of this node., #children

Method Summary

Methods inherited from Attribute

build, #initialize

Methods inherited from Tag

bracketed_content, build, #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