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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompiledTemplate
public CompiledTemplate(char[] template,
Node root)
getTemplate
public char[] getTemplate()
setTemplate
public void setTemplate(char[] template)
getRoot
public Node getRoot()
setRoot
public void setRoot(Node root)
Copyright © 2011. All Rights Reserved.