Class Call
- Namespace
- BOOSE
- Assembly
- BOOSE.dll
Command to call a previously defined method.
public sealed class Call : CompoundCommand, ICommand
- Inheritance
-
Call
- Implements
- Inherited Members
Fields
methodName
protected string methodName
Field Value
Methods
Compile()
Override base.compile() because a variable always has variable = expression and this is just expression.
public override void Compile()
Exceptions
Execute()
Called when program is executed. Determines if condition is true or false. If false then jumps to corrensponding "end" command.
public override void Execute()