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