Uses of Class
io.vavr.match.model.MethodModel
-
Packages that use MethodModel Package Description io.vavr.match.generator io.vavr.match.model -
-
Uses of MethodModel in io.vavr.match.generator
Methods in io.vavr.match.generator with parameters of type MethodModel Modifier and Type Method Description private static void
Generator. generate(ImportManager im, ClassModel classModel, MethodModel methodModel, java.lang.StringBuilder builder)
private static java.lang.String
Generator. genGenerics(ImportManager im, MethodModel methodModel, java.util.List<java.lang.String> typeParameters, java.util.List<java.lang.String> upperBoundArgs)
private static java.lang.String
Generator. genReturnType(ImportManager im, MethodModel methodModel, java.util.List<java.lang.String> upperBoundArgs, int arity)
Method parameters in io.vavr.match.generator with type arguments of type MethodModel Modifier and Type Method Description private static java.lang.String
Generator. generate(ImportManager im, ClassModel classModel, java.util.List<MethodModel> methodModels)
-
Uses of MethodModel in io.vavr.match.model
Methods in io.vavr.match.model that return types with arguments of type MethodModel Modifier and Type Method Description java.util.List<MethodModel>
ClassModel. getMethods()
-