Class TypeAnnotationTargetInfo.LocalVarTarget

  • Enclosing interface:
    TypeAnnotationTargetInfo

    public static class TypeAnnotationTargetInfo.LocalVarTarget
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      LocalVarTarget​(int start, int length, int index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(int offset, int slot, int tolerance)  
      • Methods inherited from class java.lang.Object

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

      • start

        private final int start
      • length

        private final int length
      • index

        private final int index
    • Constructor Detail

      • LocalVarTarget

        LocalVarTarget​(int start,
                       int length,
                       int index)
    • Method Detail

      • matches

        public boolean matches​(int offset,
                               int slot,
                               int tolerance)