|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfreemarker.template.instruction.EmptyInstruction
freemarker.template.instruction.AssignInstruction
public final class AssignInstruction
An instruction that assigns a literal or reference to a single-identifier variable.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface freemarker.template.instruction.Instruction |
|---|
Instruction.EndType |
| Nested classes/interfaces inherited from interface freemarker.template.TemplateProcessor |
|---|
TemplateProcessor.ExitStatus |
| Constructor Summary | |
|---|---|
AssignInstruction(Variable variable,
Expression value)
Constructor that takes a vairable to be assigned and the expression whose value should be assigned. |
|
| Method Summary | |
|---|---|
TemplateProcessor.ExitStatus |
process(TemplateProcessorParameters p)
Process this <assign ... |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class freemarker.template.instruction.EmptyInstruction |
|---|
callBuilder, getEndType, isEndInstruction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AssignInstruction(Variable variable,
Expression value)
variable - the variable to assign to.value - the expression to assign.
java.lang.NullPointerException - the variable or value is null
java.lang.IllegalArgumentException - attempt to assign variable to an iterator| Method Detail |
|---|
public TemplateProcessor.ExitStatus process(TemplateProcessorParameters p)
throws java.io.IOException
<assign ... > instruction.
process in interface TemplateProcessorp - template processing parameters
java.io.IOException - an IO error occurred during processingpublic java.lang.String toString()
toString in class java.lang.ObjectString representing this instruction subtree
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||