Package | Description |
---|---|
org.rythmengine.internal |
Modifier and Type | Class and Description |
---|---|
class |
TemplateParser |
Modifier and Type | Field and Description |
---|---|
protected IContext |
Token.ctx |
Modifier and Type | Method and Description |
---|---|
IContext |
IParser.ctx() |
Modifier and Type | Method and Description |
---|---|
void |
IDialect.begin(IContext ctx) |
Token |
Token.build(IContext includeCtx) |
IParser |
IParserFactory.create(IContext ctx) |
void |
IDialect.end(IContext ctx) |
static String |
Token.processRythmExpression(String s,
IContext ctx) |
void |
CodeBuilder.removeSpaceTillLastLineBreak(IContext ctx)
If from the current cursor till last linebreak are all space, then
remove all those spaces and the last line break
|
void |
CodeBuilder.removeSpaceToLastLineBreak(IContext ctx)
If from the current cursor to last linebreak are all space, then
remove all those spaces and the last line break
|
static String |
Token.stripJavaExtension(String s,
IContext ctx) |
Constructor and Description |
---|
TemplateParser.ComplexExpressionException(IContext ctx) |
TemplateParser.NoFreeLoopException(IContext ctx) |
TemplateParser.ScriptingDisabledException(IContext ctx) |
TemplateParser.TypeDeclarationException(IContext ctx) |
TemplateTokenizer(IContext context) |
Token.StringToken(String s,
IContext ctx) |
Token.StringToken(String s,
IContext context,
boolean disableCompactMode) |
Token(String s,
IContext context) |
Token(String s,
IContext context,
boolean disableCompactMode) |
Copyright © 2015. All Rights Reserved.