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