| Modifier and Type | Method and Description |
|---|---|
static org.immutables.trees.ast.Extractions.Extractor<Trees.ValueDeclaration> |
build() |
static org.immutables.trees.ast.Extractions.Applicator |
builder() |
static org.immutables.trees.ast.Extractions.Applicator |
containedType() |
static org.immutables.trees.ast.Extractions.Applicator |
containedType(org.immutables.trees.ast.Extractions.Extractor<? extends Trees.TypeReference> containedType) |
static org.immutables.trees.ast.Extractions.Applicator |
name() |
static org.immutables.trees.ast.Extractions.Applicator |
name(org.immutables.trees.ast.Extractions.Extractor<Trees.Identifier> name) |
static org.immutables.trees.ast.Extractions.Applicator |
type() |
static org.immutables.trees.ast.Extractions.Applicator |
type(org.immutables.trees.ast.Extractions.Extractor<? extends Trees.TypeReference> type) |
public static org.immutables.trees.ast.Extractions.Applicator builder()
public static org.immutables.trees.ast.Extractions.Extractor<Trees.ValueDeclaration> build()
public static org.immutables.trees.ast.Extractions.Applicator type()
public static org.immutables.trees.ast.Extractions.Applicator type(org.immutables.trees.ast.Extractions.Extractor<? extends Trees.TypeReference> type)
public static org.immutables.trees.ast.Extractions.Applicator containedType()
public static org.immutables.trees.ast.Extractions.Applicator containedType(org.immutables.trees.ast.Extractions.Extractor<? extends Trees.TypeReference> containedType)
public static org.immutables.trees.ast.Extractions.Applicator name()
public static org.immutables.trees.ast.Extractions.Applicator name(org.immutables.trees.ast.Extractions.Extractor<Trees.Identifier> name)
Copyright © 2021 The Immutables.org authors. All rights reserved.