|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompiledST | |
|---|---|
| org.stringtemplate.v4 | |
| org.stringtemplate.v4.compiler | |
| Uses of CompiledST in org.stringtemplate.v4 |
|---|
| Fields in org.stringtemplate.v4 declared as CompiledST | |
|---|---|
CompiledST |
ST.impl
The implementation for this template among all instances of same tmpelate . |
protected static CompiledST |
STGroup.NOT_FOUND_ST
Used to indicate that the template doesn't exist. |
| Fields in org.stringtemplate.v4 with type parameters of type CompiledST | |
|---|---|
protected Map<String,CompiledST> |
STGroup.templates
Maps template name to StringTemplate object. |
| Methods in org.stringtemplate.v4 that return CompiledST | |
|---|---|
CompiledST |
STGroup.compile(String srcName,
String name,
List<FormalArgument> args,
String template,
org.antlr.runtime.Token templateToken)
Compile a template |
CompiledST |
STGroup.defineRegion(String enclosingTemplateName,
org.antlr.runtime.Token regionT,
String template,
org.antlr.runtime.Token templateToken)
|
CompiledST |
STGroup.defineTemplate(String templateName,
String template)
|
CompiledST |
STGroup.defineTemplate(String name,
String argsS,
String template)
|
CompiledST |
STGroup.defineTemplate(String fullyQualifiedTemplateName,
org.antlr.runtime.Token nameT,
List<FormalArgument> args,
String template,
org.antlr.runtime.Token templateToken)
|
CompiledST |
STGroup.defineTemplateAlias(org.antlr.runtime.Token aliasT,
org.antlr.runtime.Token targetT)
Make name and alias for target. |
protected CompiledST |
STGroupDir.load(String name)
Load a template from dir or group file. |
protected CompiledST |
STGroup.load(String name)
Load st from disk if dir or load whole group file if .stg file (then return just one template). |
protected CompiledST |
STGroupFile.load(String name)
|
protected CompiledST |
STGroupString.load(String name)
|
CompiledST |
STGroup.loadAbsoluteTemplateFile(String fileName)
Load template file into this group using absolute filename |
CompiledST |
STGroupDir.loadTemplateFile(String prefix,
String unqualifiedFileName)
Load .st as relative file name relative to root by prefix |
CompiledST |
STGroup.loadTemplateFile(String prefix,
String unqualifiedFileName,
org.antlr.runtime.CharStream templateStream)
Load template stream into this group. |
protected CompiledST |
STGroup.lookupImportedTemplate(String name)
|
CompiledST |
STGroup.lookupTemplate(String name)
Look up a fully-qualified name |
CompiledST |
STGroup.rawGetTemplate(String name)
|
| Methods in org.stringtemplate.v4 with parameters of type CompiledST | |
|---|---|
ST |
STGroup.createStringTemplate(CompiledST impl)
|
ST |
STGroup.createStringTemplateInternally(CompiledST impl)
differentiate so we can avoid having creation events for regions, map operations, and other "new ST" events used during interp. |
void |
STGroup.rawDefineTemplate(String name,
CompiledST code,
org.antlr.runtime.Token defT)
|
| Uses of CompiledST in org.stringtemplate.v4.compiler |
|---|
| Fields in org.stringtemplate.v4.compiler declared as CompiledST | |
|---|---|
CompiledST |
FormalArgument.compiledDefaultValue
|
| Fields in org.stringtemplate.v4.compiler with type parameters of type CompiledST | |
|---|---|
List<CompiledST> |
CompiledST.implicitlyDefinedTemplates
A list of all regions and subtemplates |
| Methods in org.stringtemplate.v4.compiler that return CompiledST | |
|---|---|
CompiledST |
Compiler.compile(String template)
|
CompiledST |
Compiler.compile(String name,
String template)
Compile full template with unknown formal args. |
CompiledST |
Compiler.compile(String srcName,
String name,
List<FormalArgument> args,
String template,
org.antlr.runtime.Token templateToken)
Compile full template with respect to a list of formal args. |
static CompiledST |
Compiler.defineBlankRegion(CompiledST outermostImpl,
org.antlr.runtime.Token nameToken)
|
CompiledST |
CodeGenerator.template(String name,
List<FormalArgument> args)
|
| Methods in org.stringtemplate.v4.compiler with parameters of type CompiledST | |
|---|---|
void |
CompiledST.addImplicitlyDefinedTemplate(CompiledST sub)
|
static CompiledST |
Compiler.defineBlankRegion(CompiledST outermostImpl,
org.antlr.runtime.Token nameToken)
|
| Constructors in org.stringtemplate.v4.compiler with parameters of type CompiledST | |
|---|---|
BytecodeDisassembler(CompiledST code)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||