fluentast-core / at.hschroedl.fluentast.ast.expression / FluentAnnotation
FluentAnnotation
abstract class FluentAnnotation : FluentExpression (source)
Inherited Functions
| build | abstract fun build(ast: AST): Expressionopen fun build(): Expression |
| field | fun field(fieldName: String): FluentFieldAccess |
| index | fun index(expression: FluentExpression): FluentArrayAccess |
Inheritors
| FluentMarkerAnnotation | class FluentMarkerAnnotation : FluentAnnotation |
| FluentNormalAnnotation | class FluentNormalAnnotation : FluentAnnotation |
| FluentSingleMemberAnnotation | class FluentSingleMemberAnnotation : FluentAnnotation |
Generated using Dokka.