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

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

  • Method Details

    • getName

      public String getName()
    • getParameters

      public Set<String> getParameters()
    • 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