public class JumpArrow<T> extends Object
| Constructor and Description |
|---|
JumpArrow(ControlFlowEdgeType edgeType,
T tail,
T head) |
| Modifier and Type | Method and Description |
|---|---|
ControlFlowEdgeType |
getEdgeType() |
T |
getHead() |
T |
getNewTail() |
T |
getTail() |
public JumpArrow(ControlFlowEdgeType edgeType, T tail, T head)
public ControlFlowEdgeType getEdgeType()
public T getHead()
public T getTail()
public T getNewTail()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.