Language element: for_statement_java

Language:

java

Construct name

for_statement

Source:

(for_statement
  init: (_) @init
  condition: (_) @condition
  update: (_) @update
  body: (_) @body)

Construct:

(for_statement
  init: @init
  condition: @condition
  update: @update
  body: @body)