Module ast

Module ast 

Source
Expand description

Abstract Syntax Tree for Jsonnet

Structs§

ObjectField
Object field definition
Program
Complete Jsonnet program (AST root)

Enums§

BinaryOp
Binary operators
Expr
Expression node in the AST
FieldName
Field name variants
Stmt
Statement (for top-level constructs)
StringInterpolationPart
Part of a string interpolation
UnaryOp
Unary operators
Visibility
Field visibility