Module ast
rnix
0.11.0
Module ast
Module Items
Structs
Enums
Traits
In crate rnix
Modules
ast
parser
tokenizer
Macros
T
match_ast
Structs
Parse
TextRange
TextSize
Enums
NixLanguage
NodeOrToken
SyntaxKind
TokenAtOffset
WalkEvent
Type Aliases
SyntaxElement
SyntaxElementChildren
SyntaxNode
SyntaxNodeChildren
SyntaxToken
rnix
Module
ast
Copy item path
Settings
Help
Summary
source
Expand description
Provides a type system for the AST, in some sense
Structs
§
Apply
Assert
AttrSet
Attrpath
Attrpath
Value
BinOp
Comment
Dynamic
Error
Float
HasAttr
Ident
Ident
Param
IfElse
Inherit
Inherit
From
Integer
Interpol
Lambda
Legacy
Let
LetIn
List
Literal
Paren
PatBind
PatEntry
Path
Path
Content
Pattern
Root
Select
Str
StrContent
UnaryOp
Uri
Whitespace
With
Enums
§
Attr
BinOp
Kind
Entry
Expr
An expression. The fundamental nix ast type.
Interpol
Part
Literal
Kind
Param
Unary
OpKind
Traits
§
AstNode
AstToken
HasEntry