public class Edge extends AbstractEdge<Edge,BasicBlock> implements EdgeTypes, Debug
BasicBlock
,
CFG
Modifier and Type | Class and Description |
---|---|
static interface |
Edge.Type |
BACKEDGE_SOURCE_EDGE, BACKEDGE_TARGET_EDGE, CHECKED_EXCEPTIONS_FLAG, EXIT_EDGE, EXPLICIT_EXCEPTIONS_FLAG, FALL_THROUGH_EDGE, GOTO_EDGE, HANDLED_EXCEPTION_EDGE, IFCMP_EDGE, JSR_EDGE, RET_EDGE, RETURN_EDGE, START_EDGE, SWITCH_DEFAULT_EDGE, SWITCH_EDGE, UNHANDLED_EXCEPTION_EDGE, UNKNOWN_EDGE
VERIFY_INTEGRITY
Constructor and Description |
---|
Edge(BasicBlock source,
BasicBlock dest)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Edge other)
Compare with other edge.
|
static java.lang.String |
edgeTypeToString(int edgeType)
Get string representing given edge type.
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
formatAsString(boolean reverse)
Return a string representation of the edge.
|
int |
getFlags()
Get the edge flags.
|
int |
getId() |
int |
getType()
Get the type of edge.
|
int |
hashCode() |
boolean |
isBackwardInBytecode() |
boolean |
isExceptionEdge()
Is the edge an exception edge?
|
boolean |
isFlagSet(int flag)
Return if given edge flag is set.
|
void |
setFlags(int flags)
Set the edge flags.
|
void |
setType(int type)
Set the type of edge.
|
boolean |
sourceIsTopOfLoop(java.util.Set<java.lang.Integer> positions) |
static int |
stringToEdgeType(java.lang.String s)
Get numeric edge type from string representation.
|
java.lang.String |
toString() |
getLabel, getSource, getTarget, setLabel
public Edge(BasicBlock source, BasicBlock dest)
source
- source basic blockdest
- destination basic blockpublic int getId()
@Edge.Type public int getType()
public void setType(@Edge.Type int type)
public int getFlags()
public void setFlags(int flags)
public boolean isFlagSet(int flag)
flag
- the edge flagpublic boolean isExceptionEdge()
public boolean equals(java.lang.Object o)
equals
in class AbstractEdge<Edge,BasicBlock>
public int hashCode()
hashCode
in class AbstractEdge<Edge,BasicBlock>
public int compareTo(Edge other)
compareTo
in interface java.lang.Comparable<Edge>
compareTo
in class AbstractEdge<Edge,BasicBlock>
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isBackwardInBytecode()
public boolean sourceIsTopOfLoop(@Nonnull java.util.Set<java.lang.Integer> positions)
public java.lang.String formatAsString(boolean reverse)
public static java.lang.String edgeTypeToString(@Edge.Type int edgeType)
@Edge.Type public static int stringToEdgeType(java.lang.String s)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.