Package org.openrewrite.java.security
Class FindTextDirectionChanges
java.lang.Object
org.openrewrite.Recipe
org.openrewrite.java.security.FindTextDirectionChanges
- All Implemented Interfaces:
Cloneable
public class FindTextDirectionChanges
extends org.openrewrite.Recipe
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final charstatic final charstatic final charstatic final charstatic final charstatic final charstatic final charstatic final charstatic final charstatic final Collection<Character>Fields inherited from class org.openrewrite.Recipe
contributors, examples, NOOP, PANIC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTags()org.openrewrite.java.JavaIsoVisitor<org.openrewrite.ExecutionContext>Methods inherited from class org.openrewrite.Recipe
addDataTable, causesAnotherCycle, clone, createRecipeDescriptor, equals, getContributors, getDataTableDescriptors, getDescriptor, getEstimatedEffortPerOccurrence, getExamples, getJacksonPolymorphicTypeTag, getMaintainers, getName, getRecipeList, hashCode, maxCycles, noop, run, run, run, setContributors, setExamples, validate, validate, validateAll
-
Field Details
-
LRE
public static final char LRE- See Also:
-
RLE
public static final char RLE- See Also:
-
LRO
public static final char LRO- See Also:
-
RLO
public static final char RLO- See Also:
-
LRI
public static final char LRI- See Also:
-
RLI
public static final char RLI- See Also:
-
FSI
public static final char FSI- See Also:
-
PDF
public static final char PDF- See Also:
-
PDI
public static final char PDI- See Also:
-
sneakyCodes
-
charToText
-
-
Constructor Details
-
FindTextDirectionChanges
public FindTextDirectionChanges()
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayNamein classorg.openrewrite.Recipe
-
getDescription
- Specified by:
getDescriptionin classorg.openrewrite.Recipe
-
getTags
- Overrides:
getTagsin classorg.openrewrite.Recipe
-
getVisitor
public org.openrewrite.java.JavaIsoVisitor<org.openrewrite.ExecutionContext> getVisitor()- Overrides:
getVisitorin classorg.openrewrite.Recipe
-