Java com.google.gwt.dev.generator NameFactory fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dev.generator NameFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dev.generator NameFactory.

The text is from its open source code.

Constructor

NameFactory()
Creates a new NameFactory that doesn't know about any existing names.

Method

voidaddName(String name)
Reserves a known name.
StringcreateName(String name)
Creates a new unique name based off of name and adds it to the list of known names.