| Package | Description |
|---|---|
| org.eclipse.emf.codegen.jet |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JETJavaGenerator
The interface that generators which generate Java snippets implement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JETCharDataGenerator
The JETCharDataGenerator generates strings for the character data present in the template file.
|
class |
JETConstantDataGenerator
The JETConstantDataGenerator generates constant declaration of the strings.
|
class |
JETExpressionGenerator
Generator to deal with JSP expressions: <%= ...
|
class |
JETExtendedConstantDataGenerator |
class |
JETScriptletGenerator
Generator for <% ....
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<JETGenerator> |
JETCompiler.generators |
| Modifier and Type | Method and Description |
|---|---|
void |
JETCompiler.addGenerator(JETGenerator gen) |
| Modifier and Type | Method and Description |
|---|---|
JETCompilationUnit |
JETSkeleton.getCompilerResult(java.util.List<java.lang.String> templateURIs,
java.util.List<JETGenerator> generators,
java.util.List<JETItem> jetItems,
java.util.List<JETException> problems) |
Copyright © 2019. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature