Uses of Class
sota.ast.util.ModBIPathManager.ModBIPathInfo

Packages that use ModBIPathManager.ModBIPathInfo
sota.ast.util   
 

Uses of ModBIPathManager.ModBIPathInfo in sota.ast.util
 

Methods in sota.ast.util that return ModBIPathManager.ModBIPathInfo
protected static ModBIPathManager.ModBIPathInfo ModBIPathManager.computeModBIPaths(ASTNode start, ASTNode end)
          Berechnet PfadInfo für MBIPfade eines Quellcodeabschnitt
protected static ModBIPathManager.ModBIPathInfo ModBIPathManager.joinExceptionModBIPaths(ModBIPathManager.ModBIPathInfo head, ModBIPathManager.ModBIPathInfo tail, ASTNode endNode)
          Vereingt die Pfadinfos der vereinigten Pfade von Try + allen Catches mit den folgenden finally-Pfaden.
protected static ModBIPathManager.ModBIPathInfo ModBIPathManager.joinParallelModBIPaths(ModBIPathManager.ModBIPathInfo first, ModBIPathManager.ModBIPathInfo second)
          Vereinigt die Pfadinfos zweier paralleler Pfade (true-false bei If, case bei Switch) Addiert Pfade zusammen.
protected static ModBIPathManager.ModBIPathInfo ModBIPathManager.joinSequentialModBIPaths(ModBIPathManager.ModBIPathInfo head, ModBIPathManager.ModBIPathInfo tail, ASTNode endNode)
          Vereingt die Pfadinfos zweier aufeinanderfolgender Pfadverläufe an einem Endknoten.
protected static ModBIPathManager.ModBIPathInfo ModBIPathManager.transferLoopMaps(ModBIPathManager.ModBIPathInfo first, ModBIPathManager.ModBIPathInfo second)
          Überträgt die loopMaps von einer PathInfo auf die nächste, spart doppelte aus.
 

Methods in sota.ast.util with parameters of type ModBIPathManager.ModBIPathInfo
protected static ModBIPathManager.ModBIPathInfo ModBIPathManager.joinExceptionModBIPaths(ModBIPathManager.ModBIPathInfo head, ModBIPathManager.ModBIPathInfo tail, ASTNode endNode)
          Vereingt die Pfadinfos der vereinigten Pfade von Try + allen Catches mit den folgenden finally-Pfaden.
protected static ModBIPathManager.ModBIPathInfo ModBIPathManager.joinParallelModBIPaths(ModBIPathManager.ModBIPathInfo first, ModBIPathManager.ModBIPathInfo second)
          Vereinigt die Pfadinfos zweier paralleler Pfade (true-false bei If, case bei Switch) Addiert Pfade zusammen.
protected static ModBIPathManager.ModBIPathInfo ModBIPathManager.joinSequentialModBIPaths(ModBIPathManager.ModBIPathInfo head, ModBIPathManager.ModBIPathInfo tail, ASTNode endNode)
          Vereingt die Pfadinfos zweier aufeinanderfolgender Pfadverläufe an einem Endknoten.
protected static ModBIPathManager.ModBIPathInfo ModBIPathManager.transferLoopMaps(ModBIPathManager.ModBIPathInfo first, ModBIPathManager.ModBIPathInfo second)
          Überträgt die loopMaps von einer PathInfo auf die nächste, spart doppelte aus.