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