|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EclipseCFGEdge | |
---|---|
edu.cmu.cs.crystal.cfg.eclipse | An internal package for creating a control flow graph from Eclipse. |
Uses of EclipseCFGEdge in edu.cmu.cs.crystal.cfg.eclipse |
---|
Methods in edu.cmu.cs.crystal.cfg.eclipse that return types with arguments of type EclipseCFGEdge | |
---|---|
Set<EclipseCFGEdge> |
EclipseCFGNode.getInputEdges(ILabel label)
Filters the output edges by the label we are looking for. |
Set<EclipseCFGEdge> |
EclipseCFGNode.getInputs()
|
Set<EclipseCFGEdge> |
EclipseCFGNode.getOutputEdges(ILabel label)
Filters the output edges by the label we are looking for. |
Set<EclipseCFGEdge> |
EclipseCFGNode.getOutputs()
|
Methods in edu.cmu.cs.crystal.cfg.eclipse with parameters of type EclipseCFGEdge | |
---|---|
void |
EclipseCFGNode.addInputEdge(EclipseCFGEdge edge)
|
void |
EclipseCFGNode.addOutputEdge(EclipseCFGEdge edge)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |