Interface SwitchInterface

All Known Implementing Classes:
AbstractSwitch, CSwitch, FormattingSwitch, HSwitch, NSwitch, OSwitch, SelectorSwitch, TSwitch, USwitch

public interface SwitchInterface
  • Method Details

    • parseFieldArgument

      String parseFieldArgument(String fieldArgument)
      Parse the field argument, return error string if any. Invoked from TOC parseInstruction()
      Parameters:
      fieldArgument - .
      Returns:
      error string if any for exception
    • hasFieldArgument

      boolean hasFieldArgument()
    • process

      void process(Style s, SwitchProcessorInterface sp)
    • getPriority

      int getPriority()