validateNextType method

  1. @override
bool validateNextType(
  1. ComputeContext ctx,
  2. String rawBuildingToken,
  3. TokenType? nextTokenType
)
override

Signals the caller if the token type is compatible with the next type of token.

Implementation

@override
bool validateNextType(ComputeContext ctx, String rawBuildingToken,
        TokenType? nextTokenType) =>
    throw UnimplementedError();