Class Startup

java.lang.Object
cs350s22.startup.Startup

public class Startup extends Object
Main class.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final cs350s22.component.ui.parser.A_ParserHelper
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] arguments)
    Main method.
    private void
    parse(String parse)
    Begin the process of parsing the command string.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • _parserHelper

      private final cs350s22.component.ui.parser.A_ParserHelper _parserHelper
  • Constructor Details

    • Startup

      public Startup()
  • Method Details

    • main

      public static void main(String[] arguments) throws Exception
      Main method.
      Throws:
      Exception
    • parse

      private void parse(String parse) throws Exception
      Begin the process of parsing the command string.
      Parameters:
      parse - Command string to be parsed.
      Throws:
      Exception - Invalid input.