public interface RebindVisitor
Modifier and Type | Method and Description |
---|---|
void |
visit(com.google.gwt.core.ext.typeinfo.JClassType visit,
com.google.gwt.core.ext.GeneratorContext context,
com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.user.rebind.SourceWriter writer)
Visits the specified class and rebinds it according to the annotations present
|
void |
visitError(String className,
Throwable t) |
void visit(com.google.gwt.core.ext.typeinfo.JClassType visit, com.google.gwt.core.ext.GeneratorContext context, com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.user.rebind.SourceWriter writer)
visit
- - the class to be visitedcontext
- - provides metadata to deferred binding generatorslogger
- - log messages in deferred binding generatorswriter
- - supports the source file regenerationCopyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.