Interface ICCBranchData
- All Known Subinterfaces:
ICCBranchPoint,ICCFlowPoint,ICCImportBranchPoint,ICCImportFlowPoint
public interface ICCBranchData
- Since:
- 9.0
-
Method Summary
Modifier and TypeMethodDescriptiongetBranchPoint(int originLine) Return the branch point that has the line as its origingetBranchPoint(ICCStatement originStatement) Returns the branch point that has the statement as its originReturns all branch points that are a direct child of this artifactReturns an encode string that represents the branch point
-
Method Details
-
getBranchPoints
Collection<ICCBranchPoint> getBranchPoints()Returns all branch points that are a direct child of this artifact- Returns:
- returns collection of branchpoints
-
getBranchPoint
Return the branch point that has the line as its origin- Parameters:
originLine- origin line of branchpoint- Returns:
- branch point or null
-
getBranchPoint
Returns the branch point that has the statement as its origin- Parameters:
originStatement- origin statement of branchpoint- Returns:
- branch point or null
-
getEncodedFormat
String getEncodedFormat()Returns an encode string that represents the branch point- Returns:
- encoded representation of branchpoint
-