Class PropertyAsMethodCallIdentifier

All Implemented Interfaces:
IIdentifierExpression, IPropertyAsMethodCallIdentifier, IExpression, IHasType, IParsedElement

public class PropertyAsMethodCallIdentifier extends Identifier implements IPropertyAsMethodCallIdentifier
For backward compatibility when we exposed both properties and methods on java getters.
  • Field Details

    • _strMethodName

      private String _strMethodName
  • Constructor Details

    • PropertyAsMethodCallIdentifier

      public PropertyAsMethodCallIdentifier(String strMethodName)
  • Method Details