public class StbExtern extends java.lang.Object implements StringTemplateBuilder
Modifier and Type | Field and Description |
---|---|
static java.lang.Class<?> |
CONSTANT_CLASS |
Constructor and Description |
---|
StbExtern(java.lang.String packageName,
Var extern) |
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 StbExtern(java.lang.String packageName, Var extern)
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.