aboutsummaryrefslogtreecommitdiffstats
path: root/queries/java/locals.scm
blob: 9044c98d72af41100b14ebab5c3cdf60284e7558 (plain) (blame)
1
2
3
4
5
6
7
8
(class_declaration
  name: (identifier) @name) @class

(method_declaration
  name: (identifier) @name) @method

(method_invocation
  name: (identifier) @name) @call