type_specifier ::= "boolean" | "byte" | "char" | "short" | "int" | "float" | "long" | "double" | class_name | interface_name
This rule is called by -> creating_expression -> type
-> creating_expression -> type
coming soon ...