public class CompiledTemplate
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private Node |
root |
private char[] |
template |
Constructor and Description |
---|
CompiledTemplate(char[] template,
Node root) |
Modifier and Type | Method and Description |
---|---|
Node |
getRoot() |
char[] |
getTemplate() |
void |
setRoot(Node root) |
void |
setTemplate(char[] template) |