161718192021222324
machinePath = "/gherkin/parser/" + name + ".txt"; } public List<List<String>> transitionTable() { transitionTable = new ArrayList<List<String>>(); Lexer lexer = new En(this); lexer.scan(FixJava.readResource(machinePath)); return transitionTable; }