public class

CustomDateTimeFormatGenerator

extends Generator
java.lang.Object
   ↳ com.google.gwt.core.ext.Generator
     ↳ com.google.gwt.i18n.rebind.CustomDateTimeFormatGenerator

Class Overview

Generator used to generate an implementation of a CustomDateTimeFormat interface, computing the best matching localized format patterns at compile time.

Summary

Public Constructors
CustomDateTimeFormatGenerator()
Public Methods
final String generate(TreeLogger logger, GeneratorContext context, String typeName)
Generate an implementation for the given type.
[Expand]
Inherited Methods
From class com.google.gwt.core.ext.Generator
From class java.lang.Object

Public Constructors

public CustomDateTimeFormatGenerator ()

Public Methods

public final String generate (TreeLogger logger, GeneratorContext context, String typeName)

Generate an implementation for the given type.

Parameters
logger error logger
context generator context
typeName target type name
Returns
  • generated class name
Throws
UnableToCompleteException