Stanse  -1
Public Member Functions | Protected Member Functions | List of all members
cz.muni.stanse.codestructures.traversal.CFGPathVisitor Class Referenceabstract
Inheritance diagram for cz.muni.stanse.codestructures.traversal.CFGPathVisitor:
Inheritance graph
[legend]

Public Member Functions

abstract boolean visit (List< CFGNode > path, Stack< CFGNode > cfgContext)
 
void endPath (final List< CFGNode > path, final Stack< CFGNode > cfgContext)
 
boolean onCFGchange (CFGNode from, CFGNode to)
 

Protected Member Functions

boolean forceEnd ()
 

Member Function Documentation

void cz.muni.stanse.codestructures.traversal.CFGPathVisitor.endPath ( final List< CFGNode path,
final Stack< CFGNode cfgContext 
)
inline
boolean cz.muni.stanse.codestructures.traversal.CFGPathVisitor.forceEnd ( )
inlineprotected
boolean cz.muni.stanse.codestructures.traversal.CFGPathVisitor.onCFGchange ( CFGNode  from,
CFGNode  to 
)
inline
abstract boolean cz.muni.stanse.codestructures.traversal.CFGPathVisitor.visit ( List< CFGNode path,
Stack< CFGNode cfgContext 
)
abstract

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