|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mvel2.templates.CompiledTemplate
public class CompiledTemplate
Constructor Summary | |
---|---|
CompiledTemplate(char[] template,
Node root)
|
Method Summary | |
---|---|
Node |
getRoot()
|
char[] |
getTemplate()
|
void |
setRoot(Node root)
|
void |
setTemplate(char[] template)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompiledTemplate(char[] template, Node root)
Method Detail |
---|
public char[] getTemplate()
public void setTemplate(char[] template)
public Node getRoot()
public void setRoot(Node root)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |