public class BasicRythm extends SimpleRythm
| 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()
IDialectid 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 © 2016. All Rights Reserved.