| Modifier and Type | Method and Description |
|---|---|
static org.immutables.trees.ast.Extractions.Applicator |
addOtherwiseIf() |
static org.immutables.trees.ast.Extractions.Applicator |
addOtherwiseIf(org.immutables.trees.ast.Extractions.Extractor<? extends Trees.ConditionalBlock> otherwiseIfElement) |
static org.immutables.trees.ast.Extractions.Extractor<Trees.IfStatement> |
build() |
static org.immutables.trees.ast.Extractions.Applicator |
builder() |
static org.immutables.trees.ast.Extractions.Applicator |
otherwise() |
static org.immutables.trees.ast.Extractions.Applicator |
otherwise(org.immutables.trees.ast.Extractions.Extractor<? extends Trees.Block> otherwise) |
static org.immutables.trees.ast.Extractions.Applicator |
then() |
static org.immutables.trees.ast.Extractions.Applicator |
then(org.immutables.trees.ast.Extractions.Extractor<Trees.ConditionalBlock> then) |
public static org.immutables.trees.ast.Extractions.Applicator builder()
public static org.immutables.trees.ast.Extractions.Extractor<Trees.IfStatement> build()
public static org.immutables.trees.ast.Extractions.Applicator then()
public static org.immutables.trees.ast.Extractions.Applicator then(org.immutables.trees.ast.Extractions.Extractor<Trees.ConditionalBlock> then)
public static org.immutables.trees.ast.Extractions.Applicator addOtherwiseIf()
public static org.immutables.trees.ast.Extractions.Applicator addOtherwiseIf(org.immutables.trees.ast.Extractions.Extractor<? extends Trees.ConditionalBlock> otherwiseIfElement)
public static org.immutables.trees.ast.Extractions.Applicator otherwise()
public static org.immutables.trees.ast.Extractions.Applicator otherwise(org.immutables.trees.ast.Extractions.Extractor<? extends Trees.Block> otherwise)
Copyright © 2021 The Immutables.org authors. All rights reserved.