Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit cd8d839

Browse files
committed
Instantiate interface declarations.
1 parent 4a4c7b5 commit cd8d839

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

languages/tree-sitter-stack-graphs-java/src/stack-graphs.tsg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ attribute node_symbol = node => symbol = (source-text node), source_n
178178
[
179179
(class_declaration)
180180
(field_declaration)
181+
(interface_declaration)
181182
(method_declaration)
182183
(constructor_declaration)
183184
(annotation_type_declaration)

0 commit comments

Comments
 (0)