Interface SwitchInterface

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

public interface SwitchInterface
  • Method Details

    • parseFieldArgument

      String parseFieldArgument(String fieldArgument)
    • hasFieldArgument

      boolean hasFieldArgument()
    • process

      void process(Style s, SwitchProcessor sp)
    • getPriority

      int getPriority()
    • isStyleSwitch

      boolean isStyleSwitch()