Language element: for_statement_java
Language:
javaConstruct name
for_statementSource:
(for_statement
init: (_) @init
condition: (_) @condition
update: (_) @update
body: (_) @body)
Construct:
(for_statement
init: @init
condition: @condition
update: @update
body: @body)