Class SafeCheckMarker
java.lang.Object
org.openrewrite.java.migrate.joda.SafeCheckMarker
- All Implemented Interfaces:
org.openrewrite.marker.Marker
A marker to indicate whether an expression is safe to migrate
and variables that are referenced in the expression.
-
Constructor Summary
ConstructorsConstructorDescriptionSafeCheckMarker(UUID id, boolean isSafe) SafeCheckMarker(UUID id, boolean isSafe, Set<org.openrewrite.java.tree.J.VariableDeclarations.NamedVariable> references) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openrewrite.marker.Marker
getId, print, withId
-
Constructor Details
-
SafeCheckMarker
-
SafeCheckMarker
-