Class TokenCount

java.lang.Object
org.openrewrite.DataTable<TokenCount.Row>
org.openrewrite.java.table.TokenCount

public class TokenCount extends org.openrewrite.DataTable<TokenCount.Row>
  • Nested Class Summary

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

    Constructors
    Constructor
    Description
    TokenCount(org.openrewrite.Recipe recipe)
     
  • Method Summary

    Methods inherited from class org.openrewrite.DataTable

    allowWritingInThisCycle, getDescription, getDisplayName, getGroup, getInstanceName, getInstanceNameSupplier, getName, getRecipe, getType, insertRow, withGroup, withInstanceName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TokenCount

      public TokenCount(org.openrewrite.Recipe recipe)