Class Trees.TypeDeclaration
- java.lang.Object
-
- org.immutables.generator.processor.Trees.TypeDeclaration
-
- All Implemented Interfaces:
Trees.TypeReference
- Direct Known Subclasses:
ImmutableTrees.TypeDeclaration
- Enclosing class:
- Trees
@Immutable public abstract static class Trees.TypeDeclaration extends java.lang.Object implements Trees.TypeReference
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTrees.TypeDeclaration.Kind
-
Constructor Summary
Constructors Constructor Description TypeDeclaration()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Trees.TypeDeclaration.Kindkind()abstract Trees.TypeIdentifiertype()
-
-
-
Method Detail
-
type
public abstract Trees.TypeIdentifier type()
-
kind
@Default public Trees.TypeDeclaration.Kind kind()
-
-