public abstract static class EdgeIdentifier.EdgeType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
isIntra |
Constructor and Description |
---|
EdgeIdentifier.EdgeType(boolean isIntra) |
Modifier and Type | Method and Description |
---|---|
boolean |
isIntra()
Returns true if this edge is a result from an intra-procedural analysis.
|