Class LexState

java.lang.Object
org.luaj.kahluafork.compiler.LexState

public final class LexState extends Object
  • Field Details

    • nCcalls

      public int nCcalls
  • Constructor Details

    • LexState

      public LexState(Reader reader, int int0, String string)
  • Method Details

    • isReservedKeyword

      public static boolean isReservedKeyword(String string)
    • compile

      public static Prototype compile(int int0, Reader reader, String string0, String string1)