Implements the expression statement for the interactive mode. TOS is removed from the stack and printed.
In non-interactive mode, an expression statement is terminated with POP_TOP.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.