Package org.openrewrite.java.tree
Class CoordinateBuilder.Expression
java.lang.Object
org.openrewrite.java.tree.CoordinateBuilder
org.openrewrite.java.tree.CoordinateBuilder.Expression
- Direct Known Subclasses:
CoordinateBuilder.Annotation
,CoordinateBuilder.Identifier
,CoordinateBuilder.Statement
- Enclosing class:
- CoordinateBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openrewrite.java.tree.CoordinateBuilder
CoordinateBuilder.Annotation, CoordinateBuilder.Block, CoordinateBuilder.ClassDeclaration, CoordinateBuilder.Expression, CoordinateBuilder.FieldAccess, CoordinateBuilder.Identifier, CoordinateBuilder.Lambda, CoordinateBuilder.MethodDeclaration, CoordinateBuilder.MethodInvocation, CoordinateBuilder.Package, CoordinateBuilder.Statement, CoordinateBuilder.Unary, CoordinateBuilder.VariableDeclarations, CoordinateBuilder.Yield
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Expression
public Expression(org.openrewrite.java.tree.J tree) - Parameters:
tree
- This is of typeJ
only so that statements that are not expressions can call super on this type. SinceCoordinateBuilder.Statement
overridesreplace()
, this is not otherwise a problem.
-
-
Method Details
-
replace
-