Package jflex.base

Class AutoValue_IntPair


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_IntPair
    extends IntPair
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int end  
      private int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      AutoValue_IntPair​(int start, int end)  
    • Field Detail

      • start

        private final int start
      • end

        private final int end
    • Constructor Detail

      • AutoValue_IntPair

        AutoValue_IntPair​(int start,
                          int end)
    • Method Detail

      • start

        public int start()
        Specified by:
        start in class IntPair
      • end

        public int end()
        Specified by:
        end in class IntPair
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object