Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.cfg |
Modifier and Type | Method and Description |
---|---|
CachedGeneratorResult |
RebindCache.get(Rule rule,
String queryTypeName) |
void |
RebindCache.put(Rule rule,
String queryTypeName,
CachedGeneratorResult results) |
Modifier and Type | Class and Description |
---|---|
class |
RuleFail
A rule to explicitly fail during a deferred binding request.
|
class |
RuleGenerateWith
A rule to replace the type being rebound with a class whose name is
determined by a generator class.
|
class |
RuleReplaceWith
A rule to replace the type being rebound with an explicitly named class.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Rule> |
Rules.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ModuleDef.addRule(Rule rule) |
void |
Rules.prepend(Rule rule)
Prepends a rule, giving it the highest priority.
|
Copyright © 2018. All rights reserved.