public final class SourceOrdering extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SourceOrdering.AccessorProvider |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.Ordering<Element> |
enclosedBy(Element element) |
static SourceOrdering.AccessorProvider |
getAllAccessorsProvider(Elements elements,
Types types,
TypeElement originatingType) |
static com.google.common.collect.ImmutableList<Element> |
getEnclosedElements(Element element) |
public static com.google.common.collect.ImmutableList<Element> getEnclosedElements(Element element)
public static SourceOrdering.AccessorProvider getAllAccessorsProvider(Elements elements, Types types, TypeElement originatingType)
Copyright © 2019 The Immutables.org authors. All rights reserved.