org.jacoco.core.internal.flow
Interface IProbeIdGenerator

All Known Implementing Classes:
ClassProbesAdapter

public interface IProbeIdGenerator

Internal interface to create probe ids unique within a class.


Method Summary
 int nextId()
          Returns the next unique probe id.
 

Method Detail

nextId

int nextId()
Returns the next unique probe id.

Returns:
unique probe id


Copyright © 2009–2021 Mountainminds GmbH & Co. KG. All rights reserved.