Gurpenator.CheckingContext.throwNotABooleanError C# (CSharp) Méthode

throwNotABooleanError() public static méthode

public static throwNotABooleanError ( Token token ) : void
token Token
Résultat void
        public static void throwNotABooleanError(Token token)
        {
            throw token.parseThing.createError("cannot interpret '" + token.ToString() + "' as a conditional expression");
        }