public static class MCDCAnalyser.PosNegBlock extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
cMarker |
List<MCDCAnalyser.Record> |
negRecords |
MCDCAnalyser.Record |
posRecord |
| Constructor and Description |
|---|
PosNegBlock(int cMarker,
MCDCAnalyser.Record posRecord,
List<MCDCAnalyser.Record> negRecords) |
public final int cMarker
public final MCDCAnalyser.Record posRecord
public final List<MCDCAnalyser.Record> negRecords
public PosNegBlock(int cMarker,
MCDCAnalyser.Record posRecord,
List<MCDCAnalyser.Record> negRecords)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.