Nasty.AST.AdverbialPhrase (Nasty v0.3.0)
View SourceAdverbial Phrase: A phrase headed by an adverb.
Structure: (Intensifier) Adverb
Examples
- "quickly" - adverb only
- "very quickly" - intensifier + adverb
- "rather slowly" - intensifier + adverb
Summary
Types
@type t() :: %Nasty.AST.AdverbialPhrase{ head: Nasty.AST.Token.t(), intensifier: Nasty.AST.Token.t() | nil, language: Nasty.AST.Node.language(), span: Nasty.AST.Node.span() }