Class JavaFunctorBaseGenerator

  • All Implemented Interfaces:
    Generator

    public class JavaFunctorBaseGenerator
    extends JavaBaseGenerator
    Generates a Java class for the base locale, using the 'functor' code-generation style.

    For each resource, the generated Java class contains one public, final, non-static member. This member belongs to a class which has a number of methods for creating strings or exceptions based upon this resource. The methods are typesafe; that is, they have the same number and type of parameters as the resource itself.

    Since:
    19 September, 2005
    Version:
    $Id: //open/util/resgen/src/org/eigenbase/resgen/JavaFunctorBaseGenerator.java#4 $
    Author:
    jhyde