| java.lang.Object freemarker.core.TemplateObject freemarker.core.TemplateElement freemarker.core.Assignment
Assignment | final class Assignment extends TemplateElement (Code) | | An instruction that assigns a literal or reference, to a single-identifier
variable.
|
GLOBAL | final static int GLOBAL(Code) | | |
LOCAL | final static int LOCAL(Code) | | |
NAMESPACE | final static int NAMESPACE(Code) | | |
Assignment | Assignment(String variableName, Expression value, int scope)(Code) | | Parameters: variableName - the variable name to assign to. Parameters: value - the expression to assign. Parameters: scope - the scope of the assignment, one of NAMESPACE, LOCAL, or GLOBAL |
Fields inherited from freemarker.core.TemplateObject | int beginColumnbeginLineendColumnendLine(Code)(Java Doc)
|
Methods inherited from freemarker.core.TemplateObject | static void assertNonNull(TemplateModel model, Expression exp, Environment env) throws InvalidReferenceException(Code)(Java Doc) public boolean contains(int column, int line)(Code)(Java Doc) TemplateObject copyLocationFrom(TemplateObject from)(Code)(Java Doc) final public int getBeginColumn()(Code)(Java Doc) final public int getBeginLine()(Code)(Java Doc) abstract public String getCanonicalForm()(Code)(Java Doc) final public int getEndColumn()(Code)(Java Doc) final public int getEndLine()(Code)(Java Doc) public String getEndLocation()(Code)(Java Doc) final public String getSource()(Code)(Java Doc) public String getStartLocation()(Code)(Java Doc) public Template getTemplate()(Code)(Java Doc) static TemplateException invalidTypeException(TemplateModel model, Expression exp, Environment env, String expected) throws TemplateException(Code)(Java Doc) final void setLocation(Template template, Token begin, Token end) throws ParseException(Code)(Java Doc) final void setLocation(Template template, Token begin, TemplateObject end) throws ParseException(Code)(Java Doc) final void setLocation(Template template, TemplateObject begin, Token end) throws ParseException(Code)(Java Doc) final void setLocation(Template template, TemplateObject begin, TemplateObject end) throws ParseException(Code)(Java Doc) void setLocation(Template template, int beginColumn, int beginLine, int endColumn, int endLine) throws ParseException(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|