nixd
Loading...
Searching...
No Matches
nixf::Interpolation Class Reference

${expr} construct More...

#include <Simple.h>

Inheritance diagram for nixf::Interpolation:
[legend]
Collaboration diagram for nixf::Interpolation:
[legend]

Public Member Functions

 Interpolation (LexerCursorRange Range, std::shared_ptr< Expr > E)
Exprexpr () const
ChildVector children () const override
Public Member Functions inherited from nixf::Node
NodeKind kind () const
LexerCursorRange range () const
PositionRange positionRange () const
LexerCursor lCur () const
LexerCursor rCur () const
const char * name () const
virtual ~Node ()=default
const Nodedescend (PositionRange Range) const
 Descendant node that contains the given range.
std::string_view src (std::string_view Src) const

Additional Inherited Members

Public Types inherited from nixf::Node
enum  NodeKind { NK_BeginExpr , NK_EndExpr }
using ChildVector = boost::container::small_vector<Node *, 8>
Static Public Member Functions inherited from nixf::Node
static const char * name (NodeKind Kind)
Protected Member Functions inherited from nixf::Node
 Node (NodeKind Kind, LexerCursorRange Range)

Detailed Description

${expr} construct

Definition at line 38 of file Simple.h.

Constructor & Destructor Documentation

◆ Interpolation()

nixf::Interpolation::Interpolation ( LexerCursorRange Range,
std::shared_ptr< Expr > E )
inline

Definition at line 42 of file Simple.h.

References nixf::Node::Node().

Member Function Documentation

◆ children()

ChildVector nixf::Interpolation::children ( ) const
inlinenodiscardoverridevirtual

Implements nixf::Node.

Definition at line 47 of file Simple.h.

◆ expr()

Expr * nixf::Interpolation::expr ( ) const
inlinenodiscard

Definition at line 45 of file Simple.h.


The documentation for this class was generated from the following file: