| Package | Description |
|---|---|
| com.fizzed.rocker.compiler | |
| com.fizzed.rocker.model | |
| com.fizzed.rocker.processor |
| Modifier and Type | Method and Description |
|---|---|
TemplateModel |
TemplateCompiler.CompilationUnit.getTemplateModel() |
TemplateModel |
TemplateParser.parse(File f) |
TemplateModel |
TemplateParser.parse(File f,
String packageName) |
TemplateModel |
TemplateParser.parse(String source,
String qualifiedName) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaGenerator.appendArgumentMembers(TemplateModel model,
Writer w,
String access,
boolean finalModifier,
int indent) |
void |
TemplateParser.combineAdjacentPlain(TemplateModel model) |
void |
TemplateParser.discardLogicWhitespace(TemplateModel model) |
File |
JavaGenerator.generate(TemplateModel model) |
static boolean |
RockerUtil.isJava8Plus(TemplateModel model) |
| Constructor and Description |
|---|
TemplateParserListener(org.antlr.v4.runtime.ANTLRInputStream input,
TemplateModel model,
String templatePath) |
| Modifier and Type | Method and Description |
|---|---|
TemplateModel |
TemplateModelPostProcessor.process(TemplateModel templateModel,
int ppIndex)
Performs any post-processing on the given
TemplateModel as defined
by the implementing class. |
| Modifier and Type | Method and Description |
|---|---|
TemplateModel |
TemplateModelPostProcessor.process(TemplateModel templateModel,
int ppIndex)
Performs any post-processing on the given
TemplateModel as defined
by the implementing class. |
| Modifier and Type | Method and Description |
|---|---|
TemplateModel |
WhitespaceRemovalProcessor.process(TemplateModel templateModel,
int ppIndex) |
TemplateModel |
LoggingProcessor.process(TemplateModel templateModel,
int ppIndex) |
| Modifier and Type | Method and Description |
|---|---|
TemplateModel |
WhitespaceRemovalProcessor.process(TemplateModel templateModel,
int ppIndex) |
TemplateModel |
LoggingProcessor.process(TemplateModel templateModel,
int ppIndex) |
Copyright © 2016–2020 Fizzed, Inc. All rights reserved.