全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: jtb  ]

软件包:jtb(1.4.12-3)

jtb 的相关链接

Screenshot

Debian 的资源:

下载源码包 jtb

维护者:

外部的资源:

相似软件包:

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 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 jtb

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 1,298.7 kB1,419.0 kB [文件列表]