Class DummyParser

java.lang.Object
net.apartium.cocoabeans.commands.parsers.ArgumentParser<Object>
net.apartium.cocoabeans.commands.parsers.DummyParser
All Implemented Interfaces:
Comparable<ArgumentParser<?>>

public class DummyParser extends ArgumentParser<Object>
  • Field Details

  • Constructor Details

    • DummyParser

      public DummyParser()
      Creates a dummy parser
    • DummyParser

      public DummyParser(int priority)
      Creates a dummy parser
      Parameters:
      priority - parser priority of which should be higher than others or lower
    • DummyParser

      public DummyParser(String keyword, int priority)
      Creates a dummy parser
      Parameters:
      keyword - parser keyword
      priority - parser priority of which should be higher than others or lower
  • Method Details