javacc meaning in Chinese
2年以上软件开发经验
日语2级相当
Examples
- Start generating depth - first visitors automatically with the java tree builder , a syntax tree builder used with the java compiler compiler javacc parser generator
开始自动生成深度优先访问器, java树构建器它是一种与java compiler compiler ( javacc )解析生成器一起使用的语法树构建器。 - It takes a plain javacc grammar file as input and automatically generates the following : a set of syntax tree classes based on the productions in the grammar using the visitor design pattern ; two interfaces visitor and objectvisitor ; two depth - first visitors depthfirstvisitor and objectdepthfirst ; and a javacc grammar with the proper annotations to build the syntax tree during parsing
它把普通的javacc语法文件作为输入并自动生成下列各项:基于语法中的生成的一组语法树类(使用visitor设计模式) ;两个接口( visitor和objectvisitor ) ;两个深度优先访问器( depthfirstvisitor和objectdepthfirst ) ;和一个带正确注释的javacc语法(用于在解析期间构建语法树) 。