hasNextToken abstract method

bool hasNextToken()

Checks if there is the next token exist. Returns true if scanner has the next token.

Implementation

bool hasNextToken();