Package 

Class MatchOffsetPair

  • All Implemented Interfaces:

    
    public final class MatchOffsetPair
    
                        

    Holds a single match-offset pair.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getMatch() The match value.
      final Unit setMatch(Integer match) The match value.
      final Integer getOffset() The bytecode offset.
      final Unit setOffset(Integer offset) The bytecode offset.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait