public class CallFunction extends SingleLineItem
Calling a function
  • Constructor Details

    • CallFunction

      public CallFunction(String line, int startingNum, JavaPseudoFile file, BaseCompiler parent)
      Constructor
      Parameters:
      line - Line of CallFunction
      startingNum - Index in file
      file - File being converted
      parent - Parent object
  • Method Details

    • getData

      public ArrayList<String> getData()
      Gets the attributes being called
      Returns:
    • getName

      public String getName()
      Gets the name of the function
      Returns:
    • setup

      public void setup()
      Sets up the conversion
      Specified by:
      setup in class BaseCompiler