nixd
|
#include <Basic.h>
Public Member Functions | |
bool | maybeLambda () const |
![]() | |
NodeKind | kind () const |
LexerCursorRange | range () const |
PositionRange | positionRange () const |
LexerCursor | lCur () const |
LexerCursor | rCur () const |
const char * | name () const |
virtual ChildVector | children () const =0 |
virtual | ~Node ()=default |
const Node * | descend (PositionRange Range) const |
Descendant node that contains the given range. | |
std::string_view | src (std::string_view Src) const |
Static Public Member Functions | |
static bool | classof (const Node *N) |
static bool | isExpr (NodeKind Kind) |
static bool | maybeLambda (NodeKind Kind) |
![]() | |
static const char * | name (NodeKind Kind) |
Protected Member Functions | |
Expr (NodeKind Kind, LexerCursorRange Range) | |
![]() | |
Node (NodeKind Kind, LexerCursorRange Range) | |
Additional Inherited Members | |
![]() | |
enum | NodeKind { NK_BeginExpr , NK_EndExpr } |
using | ChildVector = boost::container::small_vector<Node *, 8> |
|
inlineexplicitprotected |
Definition at line 72 of file Basic.h.
References nixf::Node::NK_BeginExpr, nixf::Node::NK_EndExpr, and nixf::Node::Node().
Referenced by nixf::ExprLambda::body(), nixf::ExprAssert::cond(), nixf::ExprIf::cond(), nixf::ExprSelect::defaultExpr(), nixf::ExprIf::elseExpr(), nixf::ExprLet::expr(), nixf::ExprParen::expr(), nixf::ExprSelect::expr(), nixf::ExprWith::expr(), nixf::ExprAssert::ExprAssert(), nixf::ExprAttrs::ExprAttrs(), nixf::ExprCall::ExprCall(), nixf::ExprFloat::ExprFloat(), nixf::ExprIf::ExprIf(), nixf::ExprInt::ExprInt(), nixf::ExprLambda::ExprLambda(), nixf::ExprLet::ExprLet(), nixf::ExprList::ExprList(), nixf::ExprOp::ExprOp(), nixf::ExprParen::ExprParen(), nixf::ExprPath::ExprPath(), nixf::ExprSelect::ExprSelect(), nixf::ExprSPath::ExprSPath(), nixf::ExprString::ExprString(), nixf::ExprVar::ExprVar(), nixf::ExprWith::ExprWith(), nixf::ExprCall::fn(), nixf::ExprIf::then(), nixf::ExprAssert::value(), and nixf::ExprWith::with().
|
inlinestatic |
Definition at line 77 of file Basic.h.
References isExpr(), nixf::Node::kind(), and nixf::Node::Node().
|
inlinestatic |
Definition at line 79 of file Basic.h.
References nixf::Node::NK_BeginExpr, and nixf::Node::NK_EndExpr.
Referenced by classof(), maybeLambda(), and nixf::ParentMapAnalysis::upExpr().
|
inlinenodiscard |
Definition at line 99 of file Basic.h.
References nixf::Node::kind(), and maybeLambda().
Referenced by maybeLambda().
|
inlinestatic |