-
public final class PositionTickInfoSpecifies a number of samples attributed to a certain source position.
-
-
Constructor Summary
Constructors Constructor Description PositionTickInfo(Integer line, Integer ticks)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final PositionTickInfocopy(Integer line, Integer ticks)final IntegergetLine()Source line number (1-based). final IntegergetTicks()Number of samples attributed to the source line. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
copy
final PositionTickInfo copy(Integer line, Integer ticks)
-
-
-
-