| Modifier and Type | Method and Description |
|---|---|
static org.immutables.trees.ast.Extractions.Extractor<Trees.Parameter> |
build() |
static org.immutables.trees.ast.Extractions.Applicator |
builder() |
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<Trees.TypeReference> type) |
public static org.immutables.trees.ast.Extractions.Applicator builder()
public static org.immutables.trees.ast.Extractions.Extractor<Trees.Parameter> build()
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)
public static org.immutables.trees.ast.Extractions.Applicator type()
public static org.immutables.trees.ast.Extractions.Applicator type(org.immutables.trees.ast.Extractions.Extractor<Trees.TypeReference> type)
Copyright © 2021 The Immutables.org authors. All rights reserved.