Package org.mvel2.templates
Class CompiledTemplate
- java.lang.Object
-
- org.mvel2.templates.CompiledTemplate
-
- All Implemented Interfaces:
Serializable
public class CompiledTemplate extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompiledTemplate(char[] template, Node root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodegetRoot()char[]getTemplate()voidsetRoot(Node root)voidsetTemplate(char[] template)
-