Class TreesAst.ResolvedType
- java.lang.Object
-
- org.immutables.generator.processor.TreesAst.ResolvedType
-
- Enclosing class:
- TreesAst
@Generated({"Asts.generator","Trees.ResolvedType"}) public static class TreesAst.ResolvedType extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateResolvedType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Extractions.Extractor<Trees.ResolvedType>build()static Extractions.Applicatorbuilder()static Extractions.Extractor<Trees.ResolvedType>of()static Extractions.Extractor<Trees.ResolvedType>of(Extractions.Extractor<java.lang.Object> type)static Extractions.Applicatortype()static Extractions.Applicatortype(Extractions.Extractor<java.lang.Object> type)
-
-
-
Method Detail
-
of
public static Extractions.Extractor<Trees.ResolvedType> of()
-
of
public static Extractions.Extractor<Trees.ResolvedType> of(Extractions.Extractor<java.lang.Object> type)
-
builder
public static Extractions.Applicator builder()
-
build
public static Extractions.Extractor<Trees.ResolvedType> build()
-
type
public static Extractions.Applicator type()
-
type
public static Extractions.Applicator type(Extractions.Extractor<java.lang.Object> type)
-
-