| Package | Description |
|---|---|
| org.immutables.fixture.ast |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InstantiationGenerics.Leaf<T> |
static interface |
InstantiationGenerics.Node<T> |
static interface |
InstantiationGenerics.StringLeaf |
static interface |
InstantiationGenerics.StringNode |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableStringLeaf |
class |
ImmutableStringNode |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<InstantiationGenerics.TreeElement<String>> |
ImmutableStringNode.elements() |
List<InstantiationGenerics.TreeElement<T>> |
InstantiationGenerics.Node.elements() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStringNode.Builder |
ImmutableStringNode.Builder.addElements(InstantiationGenerics.TreeElement<String>... elements) |
ImmutableStringNode.Builder |
ImmutableStringNode.Builder.addElements(InstantiationGenerics.TreeElement<String> element) |
ImmutableStringNode |
ImmutableStringNode.withElements(InstantiationGenerics.TreeElement<String>... elements) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableStringNode.Builder |
ImmutableStringNode.Builder.addAllElements(Iterable<? extends InstantiationGenerics.TreeElement<String>> elements) |
ImmutableStringNode.Builder |
ImmutableStringNode.Builder.elements(Iterable<? extends InstantiationGenerics.TreeElement<String>> elements) |
ImmutableStringNode |
ImmutableStringNode.withElements(Iterable<? extends InstantiationGenerics.TreeElement<String>> elements) |
Copyright © 2022 The Immutables.org authors. All rights reserved.