Interface Trees.GeneratorValueDeclaration
-
- All Superinterfaces:
Trees.GeneratorDeclaration
- All Known Subinterfaces:
Trees.AssignGenerator,Trees.IterationGenerator,Trees.TransformGenerator
- All Known Implementing Classes:
ImmutableTrees.AssignGenerator,ImmutableTrees.IterationGenerator,ImmutableTrees.TransformGenerator
- Enclosing class:
- Trees
public static interface Trees.GeneratorValueDeclaration extends Trees.GeneratorDeclaration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Trees.ValueDeclarationdeclaration()Trees.Expressionfrom()
-
-
-
Method Detail
-
declaration
Trees.ValueDeclaration declaration()
-
from
Trees.Expression from()
-
-