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