thisExpression abstract method

ThisExpression thisExpression(
  1. Token thisKeyword
)

Returns a newly created this expression.

Implementation

ThisExpression thisExpression(Token thisKeyword);