| Subclasses of SimpleRythm in org.rythmengine.internal.dialect |
class |
AutoToString
ToString dialect is a kind of Rythm dialect, the difference is that
it preset the type of the only one render arg |
class |
BasicRythm
Basic Rythm is a very limited subset of Rythm which has only basic Rythm features:
Expression evaluation (nullable express also supported) and escaping
if-elseif-else, and for(T e: Iterable)>
Specifically, argument declaration and scripting is disabled in ToString mode; @for(; ;) is not allowed in Basic
mode to prevent infinite loop |
class |
ToString
ToString mode is a very limited subset of Rythm which has only basic Rythm features:
Expression evaluation and escaping
if-elseif-else
Specifically, argument declaration and scripting is disabled in ToString mode; @for loop is not allowed in ToString mode also |