Lines Matching full:identifier
29 PASS classifyIdentifier("x") is "identifier"
30 PASS classifyIdentifier("id") is "identifier"
31 PASS classifyIdentifier("identifier") is "identifier"
32 PASS classifyIdentifier("keyword") is "identifier"
33 PASS classifyIdentifier("strict") is "identifier"
34 PASS classifyIdentifier("use") is "identifier"
35 PASS classifyIdentifier("abstract") is "identifier"
36 PASS classifyIdentifier("boolean") is "identifier"
37 PASS classifyIdentifier("byte") is "identifier"
38 PASS classifyIdentifier("char") is "identifier"
39 PASS classifyIdentifier("double") is "identifier"
40 PASS classifyIdentifier("final") is "identifier"
41 PASS classifyIdentifier("float") is "identifier"
42 PASS classifyIdentifier("goto") is "identifier"
43 PASS classifyIdentifier("int") is "identifier"
44 PASS classifyIdentifier("long") is "identifier"
45 PASS classifyIdentifier("native") is "identifier"
46 PASS classifyIdentifier("short") is "identifier"
47 PASS classifyIdentifier("synchronized") is "identifier"
48 PASS classifyIdentifier("throws") is "identifier"
49 PASS classifyIdentifier("transient") is "identifier"
50 PASS classifyIdentifier("volatile") is "identifier"