Class CtLoopImpl

    • Constructor Detail

      • CtLoopImpl

        public CtLoopImpl()
    • Method Detail

      • setBody

        public <T extends CtBodyHolder> T setBody​(CtStatement statement)
        Description copied from interface: CtBodyHolder
        Sets the body of this element. If body is not a block, it is wrapped in a CtBlock which is semantically equivalent and eases transformation afterwards if required.
        Specified by:
        setBody in interface CtBodyHolder
      • S

        public Void S()
        Description copied from interface: TemplateParameter
        Gets the type of the template parameter. This methods has no runtime meaning (should return a null reference) but is used as a marker in a template code.
        Specified by:
        S in interface TemplateParameter<Void>