Instance Method Call Expression

Allows calling methods on an instance. In PdfQL is used to call methods on PDF objects.

InstanceMethodCall syntax

InstanceMethodCallExpression
  : MemberExpression '.' '(' (parameters)?+ ')'
  ;