| Modifier and Type | Method and Description |
|---|---|
static org.immutables.trees.ast.Extractions.Extractor<Trees.TextLine> |
build() |
static org.immutables.trees.ast.Extractions.Applicator |
builder() |
static org.immutables.trees.ast.Extractions.Applicator |
fragment() |
static org.immutables.trees.ast.Extractions.Applicator |
fragment(org.immutables.trees.ast.Extractions.Extractor<Trees.TextFragment> fragment) |
static org.immutables.trees.ast.Extractions.Applicator |
newline() |
static org.immutables.trees.ast.Extractions.Applicator |
newline(boolean value) |
static org.immutables.trees.ast.Extractions.Applicator |
newline(org.immutables.trees.ast.Extractions.Extractor<Boolean> newline) |
public static org.immutables.trees.ast.Extractions.Applicator builder()
public static org.immutables.trees.ast.Extractions.Extractor<Trees.TextLine> build()
public static org.immutables.trees.ast.Extractions.Applicator fragment()
public static org.immutables.trees.ast.Extractions.Applicator fragment(org.immutables.trees.ast.Extractions.Extractor<Trees.TextFragment> fragment)
public static org.immutables.trees.ast.Extractions.Applicator newline(boolean value)
public static org.immutables.trees.ast.Extractions.Applicator newline()
public static org.immutables.trees.ast.Extractions.Applicator newline(org.immutables.trees.ast.Extractions.Extractor<Boolean> newline)
Copyright © 2021 The Immutables.org authors. All rights reserved.