Uses of Interface
com.speedment.common.codegen.model.ClassOrInterface
-
Packages that use ClassOrInterface Package Description com.speedment.common.codegen.constant This package contains constant classes.com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package.com.speedment.common.codegen.model.trait Common traits used by the codegen models located in thecom.speedment.codegen.lang.modelpackage. -
-
Uses of ClassOrInterface in com.speedment.common.codegen.constant
Methods in com.speedment.common.codegen.constant with parameters of type ClassOrInterface Modifier and Type Method Description static SimpleParameterizedTypeSimpleParameterizedType. create(File file, ClassOrInterface<?> clazz, Type... parameters)Creates a newSimpleParameterizedTypereferencing the specified class in the specified file.static SimpleTypeSimpleType. create(File file, ClassOrInterface<?> clazz)Creates a newSimpleTypereferencing the specified class in the specified file. -
Uses of ClassOrInterface in com.speedment.common.codegen.model
Classes in com.speedment.common.codegen.model with type parameters of type ClassOrInterface Modifier and Type Interface Description interfaceClassOrInterface<T extends ClassOrInterface<T>>Subinterfaces of ClassOrInterface in com.speedment.common.codegen.model Modifier and Type Interface Description interfaceClassA model that represents a class in code.interfaceEnumA model that represents an enumeration in code.interfaceInterfaceA model that represents an interface in code. -
Uses of ClassOrInterface in com.speedment.common.codegen.model.trait
Methods in com.speedment.common.codegen.model.trait that return types with arguments of type ClassOrInterface Modifier and Type Method Description List<ClassOrInterface<?>>HasClasses. getClasses()Returns a list of all the classes, interfaces and enumerations in this model.Methods in com.speedment.common.codegen.model.trait with parameters of type ClassOrInterface Modifier and Type Method Description default THasClasses. add(ClassOrInterface<?> member)Adds the specifiedClassOrInterfaceto this model.Method parameters in com.speedment.common.codegen.model.trait with type arguments of type ClassOrInterface Modifier and Type Method Description default THasClasses. addAllClasses(Collection<? extends ClassOrInterface<?>> members)Adds all the specifiedClassOrInterfacemembers to this model.
-