Nasty.AST.Phrase.Phrase protocol (Nasty v0.3.0)

View Source

Base protocol for all phrase types.

Summary

Types

t()

All the types that implement this protocol.

Functions

Returns the head (main) element of the phrase

Returns the language of the phrase

Returns the span of the phrase

Types

t()

@type t() :: term()

All the types that implement this protocol.

Functions

head(phrase)

Returns the head (main) element of the phrase

language(phrase)

Returns the language of the phrase

span(phrase)

Returns the span of the phrase