type
- TYPE
This will specify the type of the value the method will return, and indicates the method will return a value - prim-type
Prim-types include boolean
, char
, byte
, short
, int
, long
, float
, and double
- NAME
Class types are specified by the name of the class
ProfessorJ Intermediate Language