Class JavaVarKeyword

  • All Implemented Interfaces:
    org.openrewrite.marker.Marker, org.openrewrite.Tree

    public class JavaVarKeyword
    extends java.lang.Object
    implements org.openrewrite.marker.Marker
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static JavaVarKeyword build()  
      <T extends org.openrewrite.Tree>
      T
      withId​(java.util.UUID id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.openrewrite.marker.Marker

        isAcceptable
      • Methods inherited from interface org.openrewrite.Tree

        accept, getId, getJacksonPolymorphicTypeTag, isScope, print, print, print, print, printer, printTrimmed, printTrimmed, printTrimmed
    • Method Detail

      • withId

        public <T extends org.openrewrite.Tree> T withId​(java.util.UUID id)
        Specified by:
        withId in interface org.openrewrite.Tree