fluentast-core / at.hschroedl.fluentast.ast

Package at.hschroedl.fluentast.ast

This package contains Fluentast representations of ASTNode.

Types

FluentASTNode abstract class FluentASTNode : FluentChildNode<ASTNode>
FluentAnonymousClassDeclaration class FluentAnonymousClassDeclaration : FluentASTNode
FluentBodyDeclaration class FluentBodyDeclaration : FluentASTNode
FluentCatchClause class FluentCatchClause : FluentASTNode
FluentChildNode interface FluentChildNode<out T : ASTNode>
FluentComment class FluentComment : FluentASTNode
FluentCompilationUnit class FluentCompilationUnit : FluentASTNode
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
FluentParsedNode class FluentParsedNode : FluentStandaloneNode<ASTNode>
FluentStandaloneNode interface FluentStandaloneNode<out T : ASTNode>
FluentTagElement class FluentTagElement : FluentASTNode
FluentTextElement class FluentTextElement : FluentASTNode
FluentTypeParameter class FluentTypeParameter : FluentASTNode
FluentVariableDeclaration abstract class FluentVariableDeclaration : FluentChildNode<VariableDeclaration>
FluentVariableDeclarationFragment abstract class FluentVariableDeclarationFragment : FluentVariableDeclaration
A wrapper class for VariableDeclarationFragment. Fragements are used to declare or initialize values.
FluentVariableDeclarationFragmentImpl class FluentVariableDeclarationFragmentImpl : FluentVariableDeclarationFragment


Generated using Dokka.