| Modifier and Type | Method and Description |
|---|---|
static org.immutables.trees.ast.Extractions.Applicator |
access() |
static org.immutables.trees.ast.Extractions.Applicator |
access(org.immutables.trees.ast.Extractions.Extractor<Trees.AccessExpression> access) |
static org.immutables.trees.ast.Extractions.Extractor<Trees.Invoke> |
build() |
static org.immutables.trees.ast.Extractions.Applicator |
builder() |
static org.immutables.trees.ast.Extractions.Applicator |
invoke() |
static org.immutables.trees.ast.Extractions.Applicator |
invoke(org.immutables.trees.ast.Extractions.Extractor<? extends Trees.ApplyExpression> invoke) |
public static org.immutables.trees.ast.Extractions.Applicator builder()
public static org.immutables.trees.ast.Extractions.Extractor<Trees.Invoke> build()
public static org.immutables.trees.ast.Extractions.Applicator access()
public static org.immutables.trees.ast.Extractions.Applicator access(org.immutables.trees.ast.Extractions.Extractor<Trees.AccessExpression> access)
public static org.immutables.trees.ast.Extractions.Applicator invoke()
public static org.immutables.trees.ast.Extractions.Applicator invoke(org.immutables.trees.ast.Extractions.Extractor<? extends Trees.ApplyExpression> invoke)
Copyright © 2021 The Immutables.org authors. All rights reserved.