net.algart.executable.preprocessor.repeaterTest.src.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of algart Show documentation
Show all versions of algart Show documentation
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.
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("\\\\\\\\", "\\")