public class StringTemplate extends Object
| Constructor and Description |
|---|
StringTemplate(String se) |
| Modifier and Type | Method and Description |
|---|---|
String |
eval(HashMap<String,String> vmap) |
String |
eval(StateRunnable so,
HashMap<String,StateRunnable> context) |
void |
parse(Lems lems) |
void |
print() |
public StringTemplate(String se)
public void print()
public void parse(Lems lems) throws ContentError
ContentErrorpublic String eval(HashMap<String,String> vmap) throws TemplateException
TemplateExceptionpublic String eval(StateRunnable so, HashMap<String,StateRunnable> context) throws ContentError, RuntimeError
ContentErrorRuntimeErrorCopyright © 2019. All rights reserved.