javacc 中文意思是什麼

javacc 解釋
2年以上軟體開發經驗
  1. 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語法(用於在解析期間構建語法樹) 。
  2. 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 )解析生成器一起使用的語法樹構建器。
分享友人