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
ContentError
public String eval(HashMap<String,String> vmap) throws TemplateException
TemplateException
public String eval(StateRunnable so, HashMap<String,StateRunnable> context) throws ContentError, RuntimeError
ContentError
RuntimeError
Copyright © 2019. All rights reserved.