public final class InputTypes extends Object implements Iterable<InputType>, InputTypeResolver
| Modifier and Type | Class and Description |
|---|---|
static class |
InputTypes.Builder |
| Modifier and Type | Field and Description |
|---|---|
static InputTypes |
BUILTIN |
| Modifier and Type | Method and Description |
|---|---|
static InputTypes.Builder |
create() |
Iterator<InputType> |
iterator() |
InputType |
resolve(InputTypeName name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final InputTypes BUILTIN
public InputType resolve(InputTypeName name)
resolve in interface InputTypeResolverpublic static InputTypes.Builder create()