public class SimpleRythm extends DialectBase
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static IDialect |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
SimpleRythm() |
| Modifier and Type | Method and Description |
|---|---|
String |
a()
Return the primary caret marker, e.g.
|
void |
begin(IContext ctx) |
protected Class<?>[] |
buildInParserClasses() |
String |
id()
Return the ID of the dialect, might be something like "rythm" or "play-groovy" etc.
|
boolean |
isMyTemplate(String template) |
createBuildInParser, createCodeBuilder, enableFreeForLoop, enableScripting, end, equals, freeParsers, hashCode, registerParserFactory, toStringpublic static final String ID
public static final IDialect INSTANCE
public String id()
IDialectpublic String a()
IDialectprotected Class<?>[] buildInParserClasses()
buildInParserClasses in class DialectBasepublic boolean isMyTemplate(String template)
isMyTemplate in interface IDialectisMyTemplate in class DialectBasepublic void begin(IContext ctx)
begin in interface IDialectbegin in class DialectBaseCopyright © 2016. All Rights Reserved.