validateNext abstract method
Signals the caller if the token type is compatible with the next token.
Implementation
bool validateNext(
ComputeContext ctx, String rawBuildingToken, Token? nextToken);
Signals the caller if the token type is compatible with the next token.
bool validateNext(
ComputeContext ctx, String rawBuildingToken, Token? nextToken);