Uses of Interface
com.speedment.common.codegen.model.value.AnonymousValue
-
Packages that use AnonymousValue Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package.com.speedment.common.codegen.model.value This package contains value classes. -
-
Uses of AnonymousValue in com.speedment.common.codegen.model
Methods in com.speedment.common.codegen.model that return AnonymousValue Modifier and Type Method Description static AnonymousValueValue. ofAnonymous(Type implementedType)Returns a newAnonymousValuerepresenting the anonymous implementation of a class or interface as the value of a field. -
Uses of AnonymousValue in com.speedment.common.codegen.model.value
Methods in com.speedment.common.codegen.model.value that return AnonymousValue Modifier and Type Method Description default AnonymousValueAnonymousValue. add(Type typeParameter)Adds the specified type parameter to the end of thegetTypeParameters()list.AnonymousValueAnonymousValue. setValue(Type value)
-