summaryrefslogtreecommitdiff
path: root/queries/java/locals.scm
blob: 56c629f4e86cc69ecafb9990155efb480f24730f (plain)
1
2
3
4
5
6
7
8
9
10
; CREDITS @maxbrunsfeld (maxbrunsfeld@gmail.com)

(class_declaration
  name: (identifier) @name) @class

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

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