equalToken property
Return the token for the equal operator, or null
if the condition does
not include an equality test.
Implementation
Token get equalToken;
Set the token for the equal operator to the given token
.
Implementation
set equalToken(Token token);