Stanse  -1
Public Member Functions | List of all members
cz.muni.stanse.codestructures.CFGsNavigator Interface Reference
Inheritance diagram for cz.muni.stanse.codestructures.CFGsNavigator:
Inheritance graph
[legend]

Public Member Functions

boolean isCallNode (final CFGNode node)
 
boolean isStartNode (final CFGNode node)
 
boolean isEndNode (final CFGNode node)
 
CFGNode getCalleeStart (final CFGNode node)
 
CFGNode getCalleeEnd (final CFGNode node)
 
HashSet< CFGNodegetCallersFromStart (final CFGNode node)
 
HashSet< CFGNodegetCallersFromEnd (final CFGNode node)
 
Set< CFGNodecallSites ()
 

Member Function Documentation

Set<CFGNode> cz.muni.stanse.codestructures.CFGsNavigator.callSites ( )
CFGNode cz.muni.stanse.codestructures.CFGsNavigator.getCalleeEnd ( final CFGNode  node)
CFGNode cz.muni.stanse.codestructures.CFGsNavigator.getCalleeStart ( final CFGNode  node)
HashSet<CFGNode> cz.muni.stanse.codestructures.CFGsNavigator.getCallersFromEnd ( final CFGNode  node)
HashSet<CFGNode> cz.muni.stanse.codestructures.CFGsNavigator.getCallersFromStart ( final CFGNode  node)
boolean cz.muni.stanse.codestructures.CFGsNavigator.isCallNode ( final CFGNode  node)
boolean cz.muni.stanse.codestructures.CFGsNavigator.isEndNode ( final CFGNode  node)
boolean cz.muni.stanse.codestructures.CFGsNavigator.isStartNode ( final CFGNode  node)

The documentation for this interface was generated from the following file: