Class PositionTickInfo


  • public class PositionTickInfo
    extends java.lang.Object
    Specifies a number of samples attributed to a certain source position.
    • Constructor Summary

      Constructors 
      Constructor Description
      PositionTickInfo​(java.lang.Integer line, java.lang.Integer ticks)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getLine()
      Source line number (1-based).
      java.lang.Integer getTicks()
      Number of samples attributed to the source line.
      • Methods inherited from class java.lang.Object

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

      • PositionTickInfo

        public PositionTickInfo​(java.lang.Integer line,
                                java.lang.Integer ticks)
    • Method Detail

      • getLine

        public java.lang.Integer getLine()
        Source line number (1-based).
      • getTicks

        public java.lang.Integer getTicks()
        Number of samples attributed to the source line.