|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EclipseCFGNode | |
---|---|
edu.cmu.cs.crystal.cfg.eclipse | An internal package for creating a control flow graph from Eclipse. |
Uses of EclipseCFGNode in edu.cmu.cs.crystal.cfg.eclipse |
---|
Methods in edu.cmu.cs.crystal.cfg.eclipse that return EclipseCFGNode | |
---|---|
EclipseCFGNode |
EclipseCFGNode.getEnd()
|
EclipseCFGNode |
EclipseCFGEdge.getSink()
|
EclipseCFGNode |
EclipseCFGEdge.getSource()
|
EclipseCFGNode |
EclipseCFGNode.getStart()
|
Methods in edu.cmu.cs.crystal.cfg.eclipse that return types with arguments of type EclipseCFGNode | |
---|---|
Map<ITypeBinding,EclipseCFGNode> |
EclipseCFG.getExceptionalExits()
|
Methods in edu.cmu.cs.crystal.cfg.eclipse with parameters of type EclipseCFGNode | |
---|---|
void |
EclipseCFGNode.setEnd(EclipseCFGNode end)
|
void |
EclipseCFGNode.setStart(EclipseCFGNode start)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |