Class Conditional.Start

    • Constructor Detail

      • Start

        public Start​(String variable,
                     boolean expectedTruthValue)
    • Method Detail

      • 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
      • getVariable

        public String getVariable()
      • getExpectedTruthValue

        public boolean getExpectedTruthValue()