This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
编写一个 CUP 解析器来接受 java 风格的接口定义。语法 interface interface_name { function_declaration } ; 函数声明:有一个或多个形式为 public type function_name (argument_list) 的声明;argument_list:一个或多个表单类型的变量声明 variable_name type :可以是任何原始数据类型