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