Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.cfg | |
com.google.gwt.dev.shell |
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 |
---|---|
List<Rule> |
ModuleDef.getGeneratorRules() |
Deque<Rule> |
ModuleDef.getRules()
Gets a reference to the internal rules for this module def.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleDef.addRule(Rule rule) |
Constructor and Description |
---|
StandardRebindOracle(PropertyOracle propOracle,
Deque<Rule> rules,
StandardGeneratorContext genCtx) |
Copyright © 2018. All rights reserved.