Java com.google.gwt.user.rebind ClassSourceFileComposerFactory fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.rebind ClassSourceFileComposerFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.rebind ClassSourceFileComposerFactory.

The text is from its open source code.

Constructor

Method

voidaddAnnotationDeclaration(String declaration)
voidaddImplementedInterface(String intfName)
voidaddImport(String typeName)
SourceWritercreateSourceWriter(PrintWriter printWriter)
Creates an implementation of SourceWriter that can be used to write the innards of a class.
SourceWritercreateSourceWriter(GeneratorContext ctx, PrintWriter printWriter)
Creates an implementation of SourceWriter that can be used to write the innards of a class.
StringgetCreatedClassName()
StringgetSuperclassName()
voidmakeInterface()
This class is an interface.
voidsetJavaDocCommentForClass(String comment)
Sets the java doc comment for this.
voidsetSuperclass(String superclassName)