套件: jtb (1.4.12-1.1)
jtb 的相關超連結
Trisquel 的資源:
下載原始碼套件 jtb:
維護者:
Original Maintainers:
- Ludovico Cavedon
- David Paleino
外部的資源:
- 主頁 [eclipse-javacc.sourceforge.net]
相似套件:
syntax tree builder and visitors generator for JavaCC
JTB (Java Tree Builder) is a syntax tree builder and visitors generator to be used in front of JavaCC (Java Compiler Compiler). It takes a JavaCC grammar file as input (usually a ".jtb" file) and automatically generates the following:
* a set of syntax tree classes based on the productions in the grammar, utilizing the Visitor design pattern; * four interfaces: IVoidVisitor, IVoidArguVisitor, IRetVisitor, IRetArguVisitor; * four depth-first visitors: DepthFirstVoidVisitor, DepthFirstVoidArguVisitor, DepthFirstRetVisitor, DepthFirstREtArguVisitor, whose default methods simply visit the children of the current node; * a JavaCC grammar ".jj" file (jtb.out.jj by default), with the proper annotations to build the syntax tree during parsing (which then must be compiled with JavaCC).
New visitors, which subclass any generated one, can then override the default methods and perform various operations on and manipulate the generated syntax tree.
其他與 jtb 有關的套件
|
|
|
-
- dep: default-jre
- Standard Java or Java compatible Runtime
- 或者 java7-runtime
- 本虛擬套件由這些套件提供: default-jre, openjdk-11-jre, openjdk-8-jre
- 或者 java8-runtime
- 本虛擬套件由這些套件提供: default-jre, openjdk-11-jre, openjdk-8-jre
- 或者 java9-runtime
- 本虛擬套件由這些套件提供: default-jre, openjdk-11-jre
- 或者 java10-runtime
- 本虛擬套件由這些套件提供: default-jre, openjdk-11-jre
- 或者 java11-runtime
- 本虛擬套件由這些套件提供: default-jre
-
- dep: jarwrapper (>= 0.5)
- Run executable Java .jar files