fluentast-core / at.hschroedl.fluentast.ast / FluentChildNode
FluentChildNode
interface FluentChildNode<out T : ASTNode> (source)
Functions
| build | abstract fun build(ast: AST): T? |
Inheritors
| FluentASTNode | abstract class FluentASTNode : FluentChildNode<ASTNode> |
| FluentVariableDeclaration | abstract class FluentVariableDeclaration : FluentChildNode<VariableDeclaration> |
Generated using Dokka.