Class FcContinueProps

    • Constructor Detail

      • FcContinueProps

        public FcContinueProps()
    • Method Detail

      • getContinueTarget

        public NodeKey getContinueTarget()
        Returns:
        Target node for the continue statement. The node with that target stops execution of its children and continues child execution with the next cycle. When null, the target is the closest loop relative to this node.
      • setContinueTarget

        public void setContinueTarget​(NodeKey continueTarget)
        Parameters:
        continueTarget - Target node for the continue statement. The node with that target stops execution of its children and continues child execution with the next cycle. When null, the target is the closest loop relative to this node.