Class Trees.ResolvedType
- java.lang.Object
-
- org.immutables.generator.processor.Trees.ResolvedType
-
- All Implemented Interfaces:
Trees.Synthetic,Trees.TypeReference
- Direct Known Subclasses:
ImmutableTrees.ResolvedType
- Enclosing class:
- Trees
@Immutable public abstract static class Trees.ResolvedType extends java.lang.Object implements Trees.TypeReference, Trees.Synthetic
-
-
Constructor Summary
Constructors Constructor Description ResolvedType()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()abstract java.lang.Objecttype()
-
-
-
Method Detail
-
type
@Parameter public abstract java.lang.Object type()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-