field
fun LanguageFrontend.field(name: CharSequence, type: Type = newUnknownType(), init: FieldDeclaration.() -> Unit): FieldDeclaration
Creates a new FieldDeclaration in the Fluent Node DSL with the given name and optional type. The init block can be used to create further sub-nodes as well as configuring the created node itself.