public class TaggedStringParser extends Object
TaggedStringNode instances.| Constructor and Description |
|---|
TaggedStringParser() |
TaggedStringParser(boolean escape) |
| Modifier and Type | Method and Description |
|---|---|
void |
declareVariables(TaggedStringVariables variables,
String template) |
boolean |
isEscape() |
List<TaggedStringNode> |
parse(String expression) |
void |
setEscape(boolean escape) |
public TaggedStringParser()
public TaggedStringParser(boolean escape)
public void declareVariables(TaggedStringVariables variables, String template) throws IOException
IOExceptionpublic boolean isEscape()
public List<TaggedStringNode> parse(String expression) throws IOException
IOExceptionpublic void setEscape(boolean escape)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.