Uses of Class
de.inetsoftware.jwebassembly.module.BranchManager.SwitchParsedBlock
-
Packages that use BranchManager.SwitchParsedBlock Package Description de.inetsoftware.jwebassembly.module -
-
Uses of BranchManager.SwitchParsedBlock in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module with parameters of type BranchManager.SwitchParsedBlock Modifier and Type Method Description private void
BranchManager. calculateSwitch(BranchManager.BranchNode parent, BranchManager.SwitchParsedBlock switchBlock, java.util.List<BranchManager.ParsedBlock> parsedOperations)
Calculate the blocks of a switch.
-