Package jtb: Information

    Source package: jtb
    Version: 1.3.2-alt2_2jpp5
    Build time:  May 12, 2010, 07:18 PM
    Category: Development/Java
    Report package bug
    License: BSD-style
    Summary: Java Tree Builder
    Description: 
    JTB is a syntax tree builder to be used with the Java Compiler
    Compiler (JavaCC) parser generator.  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, utilizing the Visitor design pattern.
    * Two interfaces: Visitor and GJVisitor.  Two depth-first
      visitors: DepthFirstVisitor and GJDepthFirst, whose default
      methods simply visit the children of the current node.
    * A JavaCC grammar jtb.out.jj with the proper annotations to
      build the syntax tree during parsing.

    List of rpms provided by this srpm:
    jtb (noarch)
    jtb-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. ant >= 0:1.6.5
      2. /proc
      3. jpackage-compat
      4. jpackage-utils >= 0:1.7.4

    Last changed


    May 12, 2010 Igor Vlasenko 0:1.3.2-alt2_2jpp5
    - fixes for java6 support
    Jan. 5, 2009 Igor Vlasenko 0:1.3.2-alt1_2jpp5
    - fixed docdir ownership
    Sept. 29, 2008 Igor Vlasenko 0:1.3.2-alt1_1jpp5
    - converted from JPackage by jppimport script