Modifier and Type | Field and Description |
---|---|
static java.lang.Class<?> |
BINDING_CLASS |
static java.lang.Class<?> |
EXPRESSION_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 of the target class based on templates described in the
corresponding template group and information extracted from the intermediate representation of
the target classes.
|
public static final java.lang.Class<?> BINDING_CLASS
public static final java.lang.Class<?> EXPRESSION_CLASS
public static final java.lang.Class<?> OPERATION_CLASS
public org.stringtemplate.v4.ST build(org.stringtemplate.v4.STGroup group)
STBuilder