All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.algart.executable.preprocessor.repeaterTest.src.txt Maven / Gradle / Ivy

Go to download

Open-source Java libraries, supporting generalized smart arrays and matrices with elements of any types, including a wide set of 2D-, 3D- and multidimensional image processing and other algorithms, working with arrays and matrices.

There is a newer version: 1.4.23
Show newest version
Below is auto-included section: 
/*Repeat(INCLUDE_FROM_FILE, repeaterTest.inc.txt, sec1)
  Some ==> Yes! Some ;;
  text ==> TEXT */
/*Repeat.IncludeEnd*/

//[[Repeat(INCLUDE_FROM_FILE, repeaterTest.inc.txt, sec2)
// Some ==> Yes! Some ;;
// text ==> TEXT ]]
//[[Repeat.IncludeEnd]]


/*Repeat(INCLUDE_FROM_FILE, repeaterTest.inc.txt, sec3)
// Some ==> Yes! Some ;;
// text ==> TEXT */
/*Repeat.IncludeEnd*/






#[[Repeat(INCLUDE_FROM_FILE, repeaterTest.inc.txt, sec5)
# Some ==> Yes! Some ;;
# text ==> TEXT        ]]
#[[Repeat.IncludeEnd]]

    //[[Repeat() Bit ==> Char,,Byte,,Short;;
    //           BIT ==> CHAR,,BYTE,,SHORT]]
    private static abstract class AbstractFuncBitArray {
    }

    //[[Repeat.AutoGeneratedStart]]
    //[[Repeat.AutoGeneratedEnd]]

    /*Repeat() byte ==> char,,short,,int;;
               Byte ==> Char,,Short,,Int */

    /**
     * Equivalent to (PArray) {@link #array()}.{@link PArray#jaByte() jaByte()}.
     * However, if the built-in AlgART array is not {@link PArray}, in other words.
     * if this matrix contains objects (non-primitive elements), this method
     * throws {@link UnsupportedOperationException} instead of {@link ClassCastException}.
     *
     * @return Java array containing all the elements in this matrix, cast to byte type
     * according to AlgART rules.
     * @throws UnsupportedOperationException if {@link #array()} is not {@link PArray}.
     */
    byte[] jaByte();
    /*Repeat.AutoGeneratedStart !! Auto-generated: NOT EDIT !! */
    /*Repeat.AutoGeneratedEnd*/


(*Repeat() Text ==> TextFirst,,Text$INDEX(start=1)Second,,"Text\,\,Third\n",,TextFourth\n\$\$\$\$ *)

Text
(*Repeat.AutoGeneratedStart*)

(*Repeat.AutoGeneratedEnd*)

#[[Repeat() Line #0 ==> Line #$INDEX() ,, ... (10) ;;
#           Text ==> Text$INDEX(step=5) ,, ... ]]
Line #0: Text
#[[Repeat.AutoGeneratedStart]]
#[[Repeat.AutoGeneratedEnd]]

//[[Repeat() Line #0 ==> Line #$INDEX() ,, ... (10) ;;
//           Text ==> Text$INDEX(step=5) ,, ... ]]
Line #0: Text //[[Repeat.AutoGeneratedStart]]
//[[Repeat.AutoGeneratedEnd]]

    //[[Repeat() Line #0 ==> Line #$INDEX() ,, ... (10) ;;
    //           Text ==> Text$INDEX(step=5) ,, ... ]]
    Line #0: Text 

    //[[Repeat.AutoGeneratedStart]]
    //[[Repeat.AutoGeneratedEnd]]

    
Comment: "TextFourth\\n\$\$\$\$\\080\080" fails s.replaceAll("\\\\\\\\", "\\")







© 2015 - 2024 Weber Informatics LLC | Privacy Policy