Class FunctionInvocation


  • public class FunctionInvocation
    extends Expression

    Represents a function call.

    Author:
    Shawn Bayern (in the style of Nathan's other classes)
    • Constructor Detail

      • FunctionInvocation

        public FunctionInvocation​(String functionName,
                                  List argumentList)
        Constructor