com.atlassian.clover.api.registry
Interface ContextSet


public interface ContextSet

Set of code contexts - for built-in language constructs like if-else block, for loop etc as well as for custom statement / method contexts.


Method Summary
 ContextSet and(ContextSet other)
           
 boolean get(int index)
           
 boolean intersects(ContextSet other)
           
 int nextSetBit(int i)
           
 ContextSet set(int index)
           
 

Method Detail

set

ContextSet set(int index)

get

boolean get(int index)

nextSetBit

int nextSetBit(int i)

intersects

boolean intersects(ContextSet other)

and

ContextSet and(ContextSet other)