Uses of Class
de.inetsoftware.jwebassembly.module.BranchManager.IfPositions
-
Packages that use BranchManager.IfPositions Package Description de.inetsoftware.jwebassembly.module -
-
Uses of BranchManager.IfPositions in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module that return BranchManager.IfPositions Modifier and Type Method Description private BranchManager.IfPositions
BranchManager. searchElsePosition(BranchManager.IfParsedBlock startBlock, java.util.List<BranchManager.ParsedBlock> parsedOperations)
Search the start positions of the THEN and ELSE branch from an IF control structure.
-