Interface Trees.InvokableDeclaration
-
- All Superinterfaces:
Trees.Named
- All Known Implementing Classes:
ImmutableTrees.InvokableDeclaration
- Enclosing class:
- Trees
@Immutable public static interface Trees.InvokableDeclaration extends Trees.Named
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Trees.Parameter>parameters()-
Methods inherited from interface org.immutables.generator.processor.Trees.Named
name
-
-
-
-
Method Detail
-
parameters
java.util.List<Trees.Parameter> parameters()
-
-