Gurpenator.CheckingContext.throwNotABooleanError C# (CSharp) 메소드

throwNotABooleanError() 공개 정적인 메소드

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