Uses of Class
ch.turic.BadSyntax

  • Uses of BadSyntax in ch.turic

    Methods in ch.turic that throw BadSyntax
    Modifier and Type
    Method
    Description
    Interpreter.execute()
    Executes the source code, compiling it first if necessary.
    static void
    BadSyntax.when(ch.turic.analyzer.LexList lexes, boolean b, String msg, Object... parameters)
     
    static void
    BadSyntax.when(ch.turic.analyzer.Pos position, boolean b, String msg, Object... parameters)
     
    static void
    BadSyntax.when(ch.turic.analyzer.Pos position, boolean b, Supplier<String> msg)