java.lang.Object
org.apache.sling.scripting.sightly.compiler.commands.Procedure.Call
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Call
public Call(String templateVariable,
String argumentsVariable)
-
Method Details
-
getTemplateVariable
public String getTemplateVariable()
-
getArgumentsVariable
public String getArgumentsVariable()
-
accept
Description copied from interface: Command
Accept a visitor.
- Specified by:
accept
in interface Command
- Parameters:
visitor
- the visitor that will process this command