Lines Matching +defs:val +defs:match
239 IdentifierToken exp[], Node val) {
256 defineField(where, doc, mod, t, nm.id, argIds, expIds, val);
265 Identifier exp[], Node val) {
886 match(LPAREN, RPAREN);
891 match(LSQBRACKET, RSQBRACKET);
1794 match(LBRACE, RBRACE);
1799 match(LPAREN, RPAREN);
1804 match(LSQBRACKET, RSQBRACKET);
1993 match(LBRACE, RBRACE);
1998 match(LPAREN, RPAREN);
2003 match(LSQBRACKET, RSQBRACKET);
2121 public void match(int open, int close) throws IOException {
2123 scanner.match(open, close);
2128 super.match(open, close);