method-sig
abstract
METHOD-RETURN NAME (TYPE NAME, ...);
This form creates the name of a method within an interface. All implementing classes must implement this method to properly implement the interface. - METHOD-RETURNNAME (TYPE NAME ...);
This form creates the name of a method within an interface.
ProfessorJ Intermediate Language