Interface Trees.ValueDeclaration
-
- All Superinterfaces:
Trees.Named
- All Known Implementing Classes:
ImmutableTrees.ValueDeclaration
- Enclosing class:
- Trees
@Immutable public static interface Trees.ValueDeclaration extends Trees.Named
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.base.Optional<Trees.TypeReference>containedType()com.google.common.base.Optional<Trees.TypeReference>type()Trees.ValueDeclarationwithContainedType(Trees.TypeReference reference)Trees.ValueDeclarationwithType(Trees.TypeReference reference)-
Methods inherited from interface org.immutables.generator.processor.Trees.Named
name
-
-
-
-
Method Detail
-
type
com.google.common.base.Optional<Trees.TypeReference> type()
-
containedType
com.google.common.base.Optional<Trees.TypeReference> containedType()
-
withType
Trees.ValueDeclaration withType(Trees.TypeReference reference)
-
withContainedType
Trees.ValueDeclaration withContainedType(Trees.TypeReference reference)
-
-