Interface Statement

All Superinterfaces:
J, org.openrewrite.Tree
All Known Subinterfaces:
Loop
All Known Implementing Classes:
J.Assert, J.Assignment, J.AssignmentOperation, J.Block, J.Break, J.Case, J.ClassDeclaration, J.Continue, J.DoWhileLoop, J.Empty, J.EnumValueSet, J.FieldAccess, J.ForEachLoop, J.ForLoop, J.If, J.Import, J.Label, J.Lambda, J.MethodDeclaration, J.MethodInvocation, J.NewClass, J.Package, J.Return, J.Switch, J.Synchronized, J.Ternary, J.Throw, J.Try, J.Unary, J.VariableDeclarations, J.WhileLoop

public interface Statement extends J