Interface Trees.ApplyExpression
-
- All Superinterfaces:
Trees.Expression
- All Known Implementing Classes:
ImmutableTrees.ApplyExpression
- Enclosing class:
- Trees
@Immutable public static interface Trees.ApplyExpression extends Trees.Expression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Trees.Expression>params()
-
-
-
Method Detail
-
params
java.util.List<Trees.Expression> params()
-
-