7879808182838485868788
this.lexer.match(TokenTypes.PATH); this.lexer.SPorHT(); this.lexer.match(':'); this.lexer.SPorHT(); while (true) { Path path = new Path(); super.parse(path); pathList.add(path); this.lexer.SPorHT(); char la = lexer.lookAhead(0); if (la == ',') {