validateNextType abstract method
Signals the caller if the token type is compatible with the next type of token.
Implementation
bool validateNextType(
ComputeContext ctx, String rawBuildingToken, TokenType? nextTokenType);
Signals the caller if the token type is compatible with the next type of token.
bool validateNextType(
ComputeContext ctx, String rawBuildingToken, TokenType? nextTokenType);