public class BasicRythm extends SimpleRythm
Basic Rythm is a very limited subset of Rythm which has only basic Rythm features:
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static IDialect |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
BasicRythm() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<?>[] |
buildInParserClasses() |
boolean |
enableFreeForLoop() |
boolean |
enableScripting() |
String |
id()
Return the ID of the dialect, might be something like “rythm” or “play-groovy” etc.
|
boolean |
isMyTemplate(String template) |
a, begincreateBuildInParser, createCodeBuilder, end, equals, freeParsers, hashCode, registerParserFactory, toStringpublic static final String ID
public static final IDialect INSTANCE
public String id()
IDialectReturn the ID of the dialect, might be something like “rythm” or “play-groovy” etc.
id in interface IDialectid in class SimpleRythmprotected Class<?>[] buildInParserClasses()
buildInParserClasses in class SimpleRythmpublic boolean isMyTemplate(String template)
isMyTemplate in interface IDialectisMyTemplate in class SimpleRythmpublic boolean enableScripting()
enableScripting in interface IDialectenableScripting in class DialectBasepublic boolean enableFreeForLoop()
enableFreeForLoop in interface IDialectenableFreeForLoop in class DialectBaseCopyright © 2017–2021 OSGL (Open Source General Library). All rights reserved.