public final class StbOperation extends java.lang.Object implements StringTemplateBuilder
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<?> |
BINDING_CLASS |
static java.lang.Class<?> |
OPERATION_CLASS |
Modifier | Constructor and Description |
---|---|
protected |
StbOperation(java.lang.String packageName,
Ir ir,
Operation operation) |
Modifier and Type | Method and Description |
---|---|
org.stringtemplate.v4.ST |
build(org.stringtemplate.v4.STGroup group)
` * Performs initialization of the template for the target file based on templates
described in the corresponding template group.
|
public static final java.lang.Class<?> BINDING_CLASS
public static final java.lang.Class<?> OPERATION_CLASS
public org.stringtemplate.v4.ST build(org.stringtemplate.v4.STGroup group)
StringTemplateBuilder
build
in interface StringTemplateBuilder
group
- A template group that stores templates required to accomplish code generation.ST
) object.