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