java.lang.Object
org.apache.sling.scripting.sightly.compiler.commands.Procedure.Call
All Implemented Interfaces:
Command
Enclosing class:
Procedure

public static class Procedure.Call extends Object implements Command
  • Constructor Details

    • Call

      public Call(String templateVariable, String argumentsVariable)
  • Method Details

    • getTemplateVariable

      public String getTemplateVariable()
    • getArgumentsVariable

      public String getArgumentsVariable()
    • accept

      public void accept(CommandVisitor visitor)
      Description copied from interface: Command
      Accept a visitor.
      Specified by:
      accept in interface Command
      Parameters:
      visitor - the visitor that will process this command