protected abstract static class JSType.MatchCache extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isStructuralTyping |
protected com.google.common.collect.Table<JSType,JSType,JSType.MatchStatus> |
matchCache |
| Modifier | Constructor and Description |
|---|---|
protected |
MatchCache(boolean isStructuralTyping) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isStructuralTyping() |
protected com.google.common.collect.Table<JSType,JSType,JSType.MatchStatus> matchCache
protected boolean isStructuralTyping
Copyright © 2009-2015 Google. All Rights Reserved.