@NotThreadSafe public static final class ImmutableTrees.TypeDeclaration.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableTrees.TypeDeclaration |
build() |
ImmutableTrees.TypeDeclaration.Builder |
from(Trees.TypeDeclaration instance) |
ImmutableTrees.TypeDeclaration.Builder |
kind(Trees.TypeDeclaration.Kind kind) |
ImmutableTrees.TypeDeclaration.Builder |
type(Trees.TypeIdentifier type) |
public final ImmutableTrees.TypeDeclaration.Builder from(Trees.TypeDeclaration instance)
public final ImmutableTrees.TypeDeclaration.Builder type(Trees.TypeIdentifier type)
public final ImmutableTrees.TypeDeclaration.Builder kind(Trees.TypeDeclaration.Kind kind)
public ImmutableTrees.TypeDeclaration build()
Copyright © 2021 The Immutables.org authors. All rights reserved.