Uses of Class
de.codecentric.reedelk.module.descriptor.model.type.TypeFunctionDescriptor
-
Packages that use TypeFunctionDescriptor Package Description de.codecentric.reedelk.module.descriptor.analyzer.type de.codecentric.reedelk.module.descriptor.model.type -
-
Uses of TypeFunctionDescriptor in de.codecentric.reedelk.module.descriptor.analyzer.type
Methods in de.codecentric.reedelk.module.descriptor.analyzer.type that return types with arguments of type TypeFunctionDescriptor Modifier and Type Method Description List<TypeFunctionDescriptor>TypeFunctionAnalyzer. analyze() -
Uses of TypeFunctionDescriptor in de.codecentric.reedelk.module.descriptor.model.type
Methods in de.codecentric.reedelk.module.descriptor.model.type that return types with arguments of type TypeFunctionDescriptor Modifier and Type Method Description List<TypeFunctionDescriptor>TypeDescriptor. getFunctions()Method parameters in de.codecentric.reedelk.module.descriptor.model.type with type arguments of type TypeFunctionDescriptor Modifier and Type Method Description voidTypeDescriptor. setFunctions(List<TypeFunctionDescriptor> functions)
-