| Modifier and Type | Method and Description |
|---|---|
static org.immutables.trees.ast.Extractions.Extractor<Trees.AssignGenerator> |
build() |
static org.immutables.trees.ast.Extractions.Applicator |
builder() |
static org.immutables.trees.ast.Extractions.Applicator |
declaration() |
static org.immutables.trees.ast.Extractions.Applicator |
declaration(org.immutables.trees.ast.Extractions.Extractor<Trees.ValueDeclaration> declaration) |
static org.immutables.trees.ast.Extractions.Applicator |
from() |
static org.immutables.trees.ast.Extractions.Applicator |
from(org.immutables.trees.ast.Extractions.Extractor<Trees.Expression> from) |
public static org.immutables.trees.ast.Extractions.Applicator builder()
public static org.immutables.trees.ast.Extractions.Extractor<Trees.AssignGenerator> build()
public static org.immutables.trees.ast.Extractions.Applicator declaration()
public static org.immutables.trees.ast.Extractions.Applicator declaration(org.immutables.trees.ast.Extractions.Extractor<Trees.ValueDeclaration> declaration)
public static org.immutables.trees.ast.Extractions.Applicator from()
public static org.immutables.trees.ast.Extractions.Applicator from(org.immutables.trees.ast.Extractions.Extractor<Trees.Expression> from)
Copyright © 2021 The Immutables.org authors. All rights reserved.