Class LanguageComposition

java.lang.Object
org.openrewrite.Recipe
org.openrewrite.ScanningRecipe<LanguageComposition.Accumulator>
org.openrewrite.LanguageComposition
All Implemented Interfaces:
Cloneable

public class LanguageComposition extends org.openrewrite.ScanningRecipe<LanguageComposition.Accumulator>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields inherited from class org.openrewrite.Recipe

    contributors, examples, PANIC
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<? extends org.openrewrite.SourceFile>
    generate(LanguageComposition.Accumulator acc, org.openrewrite.ExecutionContext ctx)
     
     
     
    getInitialValue(org.openrewrite.ExecutionContext ctx)
     
    org.openrewrite.TreeVisitor<?,org.openrewrite.ExecutionContext>
     

    Methods inherited from class org.openrewrite.ScanningRecipe

    generate, getAccumulator, getVisitor, getVisitor

    Methods inherited from class org.openrewrite.Recipe

    addDataTable, causesAnotherCycle, clone, createRecipeDescriptor, equals, getContributors, getDataTableDescriptors, getDescriptor, getEstimatedEffortPerOccurrence, getExamples, getJacksonPolymorphicTypeTag, getMaintainers, getName, getRecipeList, getTags, hashCode, maxCycles, noop, run, run, run, setContributors, setExamples, validate, validate, validateAll, validateAll

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, toString, wait, wait, wait