Class PropertyAccess


@Internal public final class PropertyAccess extends ElementMethodCall
Expression AST node used for accessing object property. Property access is under the hood an invocation of object getter method of respective property.
Since:
4.0.0
Author:
Sergey Gavrilov
  • Constructor Details

  • Method Details

    • resolveUsedMethod

      protected io.micronaut.expressions.parser.ast.access.CandidateMethod resolveUsedMethod(ExpressionVisitorContext ctx)
      Description copied from class: AbstractMethodCall
      Resolves single CandidateMethod used by this AST node.
      Overrides:
      resolveUsedMethod in class ElementMethodCall
      Parameters:
      ctx - Expression compilation context
      Returns:
      AST node candidate method