fluentast-core / at.hschroedl.fluentast.ast / FluentVariableDeclaration
FluentVariableDeclaration
abstract class FluentVariableDeclaration : FluentChildNode<VariableDeclaration> (source)
Constructors
| <init> | FluentVariableDeclaration() |
Inherited Functions
| build | abstract fun build(ast: AST): T? |
Inheritors
| FluentVariableDeclarationFragment | abstract class FluentVariableDeclarationFragment : FluentVariableDeclarationA wrapper class for VariableDeclarationFragment. Fragements are used to declare or initialize values. |
Generated using Dokka.