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