|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object freemarker.template.instruction.EmptyInstruction freemarker.template.instruction.CallInstruction
public final class CallInstruction
An instruction representing a function call.
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 | |
---|---|
CallInstruction(MethodCall methodCall)
Constructor for a function call. |
Method Summary | |
---|---|
TemplateProcessor.ExitStatus |
process(TemplateProcessorParameters p)
Process this <call ... |
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 CallInstruction(MethodCall methodCall)
methodCall
- the method call expression representing the arguments
to be passed to the function
java.lang.NullPointerException
- the method call expression was nullMethod Detail |
---|
public TemplateProcessor.ExitStatus process(TemplateProcessorParameters p) throws java.io.IOException
<call ... >
process
in interface TemplateProcessor
p
- template processing parameters
java.io.IOException
- an IO error occurred during processingpublic java.lang.String toString()
toString
in class java.lang.Object
String
representing this instruction subtree
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |