fluentast-core / at.hschroedl.fluentast.ast / FluentASTNode
FluentASTNode
abstract class FluentASTNode : FluentChildNode<ASTNode> (source)
Functions
| build | abstract fun build(ast: AST): ASTNode |
Inheritors
| FluentAnonymousClassDeclaration | class FluentAnonymousClassDeclaration : FluentASTNode |
| FluentBodyDeclaration | class FluentBodyDeclaration : FluentASTNode |
| FluentCatchClause | class FluentCatchClause : FluentASTNode |
| FluentComment | class FluentComment : FluentASTNode |
| FluentCompilationUnit | class FluentCompilationUnit : FluentASTNode |
| FluentExpression | abstract class FluentExpression : FluentASTNode, FluentStandaloneNode<Expression> |
| FluentImportDeclaration | class FluentImportDeclaration : FluentASTNode |
| FluentMemberRef | class FluentMemberRef : FluentASTNode |
| FluentMemberValuePair | class FluentMemberValuePair : FluentASTNode |
| FluentMethodRef | class FluentMethodRef : FluentASTNode |
| FluentMethodRefParameter | class FluentMethodRefParameter : FluentASTNode |
| FluentModifier | class FluentModifier : FluentASTNode |
| FluentPackageDeclaration | class FluentPackageDeclaration : FluentASTNode |
| FluentStatement | abstract class FluentStatement : FluentASTNode, FluentStandaloneNode<Statement>Used to create a Statement. |
| FluentTagElement | class FluentTagElement : FluentASTNode |
| FluentTextElement | class FluentTextElement : FluentASTNode |
| FluentType | abstract class FluentType : FluentASTNode |
| FluentTypeParameter | class FluentTypeParameter : FluentASTNode |
Generated using Dokka.