Uses of Class
org.immutables.generator.processor.TypeResolver.InferencePurpose
-
Packages that use TypeResolver.InferencePurpose Package Description org.immutables.generator.processor -
-
Uses of TypeResolver.InferencePurpose in org.immutables.generator.processor
Methods in org.immutables.generator.processor that return TypeResolver.InferencePurpose Modifier and Type Method Description static TypeResolver.InferencePurposeTypeResolver.InferencePurpose. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TypeResolver.InferencePurpose[]TypeResolver.InferencePurpose. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.immutables.generator.processor with parameters of type TypeResolver.InferencePurpose Modifier and Type Method Description (package private) Trees.ValueDeclarationTypeResolver.Scope. inferType(Trees.ValueDeclaration declaration, Trees.Expression expression, TypeResolver.InferencePurpose inferenceKind)
-