Uses of Class
de.inetsoftware.jwebassembly.module.BranchManager.IfParsedBlock
Packages that use BranchManager.IfParsedBlock
-
Uses of BranchManager.IfParsedBlock in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module with parameters of type BranchManager.IfParsedBlockModifier and TypeMethodDescriptionprivate void
BranchManager.calculateIf
(BranchManager.BranchNode parent, BranchManager.IfParsedBlock startBlock, List<BranchManager.ParsedBlock> parsedOperations) Calculate the ELSE and END position of an IF control structure.private BranchManager.IfPositions
BranchManager.searchElsePosition
(BranchManager.IfParsedBlock startBlock, List<BranchManager.ParsedBlock> parsedOperations) Search the start positions of the THEN and ELSE branch from an IF control structure.