public class TypeProvider extends Object
| Modifier and Type | Method and Description |
|---|---|
Map<Symbol,Type> |
allTypes() |
static TypeProvider |
copyOf(Map<Symbol,Type> types) |
static TypeProvider |
empty() |
Type |
get(Symbol symbol) |
static TypeProvider |
viewOf(Map<Symbol,Type> types) |
public static TypeProvider viewOf(Map<Symbol,Type> types)
public static TypeProvider copyOf(Map<Symbol,Type> types)
public static TypeProvider empty()
Copyright © 2012–2019. All rights reserved.