public interface STBuilder
Modifier and Type | Method and Description |
---|---|
org.stringtemplate.v4.ST |
build(org.stringtemplate.v4.STGroup group)
Performs initialization of the template of the target class based on templates described in the
corresponding template group and information extracted from the intermediate representation of
the target classes.
|
org.stringtemplate.v4.ST build(org.stringtemplate.v4.STGroup group)
group
- A template group that stores templates required to build generated representation.