Uses of Class
com.kcsl.paths.algorithms.PathEnumerator.EnumerationResult
-
Packages that use PathEnumerator.EnumerationResult Package Description com.kcsl.paths.algorithms com.kcsl.paths.enumeration -
-
Uses of PathEnumerator.EnumerationResult in com.kcsl.paths.algorithms
Methods in com.kcsl.paths.algorithms that return PathEnumerator.EnumerationResult Modifier and Type Method Description abstract PathEnumerator.EnumerationResult
PathEnumerator. enumeratePaths(com.ensoftcorp.atlas.core.query.Q cfg)
-
Uses of PathEnumerator.EnumerationResult in com.kcsl.paths.enumeration
Methods in com.kcsl.paths.enumeration that return PathEnumerator.EnumerationResult Modifier and Type Method Description PathEnumerator.EnumerationResult
TopDownBFPropagatePathEnumerator. enumeratePaths(com.ensoftcorp.atlas.core.query.Q cfg)
Enumerates each path in the given CFG and returns each path as a list of line numbers.PathEnumerator.EnumerationResult
TopDownDFBacktrackPathEnumerator. enumeratePaths(com.ensoftcorp.atlas.core.query.Q cfg)
Enumerates each path in the given CFG and returns each path as a list of line numbers.
-