Uses of Class
vasco.ContextTransitionTable

Packages that use ContextTransitionTable
vasco   
 

Uses of ContextTransitionTable in vasco
 

Fields in vasco declared as ContextTransitionTable
protected  ContextTransitionTable<M,N,A> InterProceduralAnalysis.contextTransitions
          A record of transitions from calling context and call-site to called method and called context.
 

Methods in vasco that return ContextTransitionTable
 ContextTransitionTable<M,N,A> InterProceduralAnalysis.getContextTransitionTable()
          Returns a reference to the context transition table used by this analysis.