Class JavaCoordinates


  • public class JavaCoordinates
    extends java.lang.Object
    • Nested Class Summary

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

      Constructors 
      Constructor Description
      JavaCoordinates()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <J2 extends J>
      java.util.Comparator<J2>
      getComparator()  
      boolean isReplacement()  
      boolean isReplaceWholeCursorValue()
      Determines whether we are replacing a whole tree element, and not either (1) replacing just a piece of a method, class, or variable declaration signature or (2) inserting a new element
      • Methods inherited from class java.lang.Object

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

      • JavaCoordinates

        public JavaCoordinates()
    • Method Detail

      • isReplacement

        public boolean isReplacement()
      • isReplaceWholeCursorValue

        public boolean isReplaceWholeCursorValue()
        Determines whether we are replacing a whole tree element, and not either (1) replacing just a piece of a method, class, or variable declaration signature or (2) inserting a new element
      • getComparator

        public <J2 extends J> java.util.Comparator<J2> getComparator()