fluentast-core / at.hschroedl.fluentast.ast.expression / FluentThisExpression
FluentThisExpression
class FluentThisExpression : FluentExpression (source)
Used to build a ThisExpression.
Java:
this
JDT:
ThisExpression exp = ast.newThisExpression();
Fluentast:
ThisExpression exp = this_().build(ast);
Functions
| build | fun build(ast: AST): ThisExpression |
Inherited Functions
| build | open fun build(): Expression |
| field | fun field(fieldName: String): FluentFieldAccess |
| index | fun index(expression: FluentExpression): FluentArrayAccess |
Generated using Dokka.