Uses of Package
com.speedment.common.codegen.model
-
Packages that use com.speedment.common.codegen.model Package Description com.speedment.common.codegen.constant This package contains constant classes.com.speedment.common.codegen.controller Controllers that automate certain tasks on the model hierarchy is located here.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.com.speedment.common.codegen.model.value This package contains value classes. -
Classes in com.speedment.common.codegen.model used by com.speedment.common.codegen.constant Class Description AnnotationUsage A model that represents the usage of a particular annotation in code.ClassOrInterface File A model that represents an entire code file.Import A model that represents the explicit import of an dependency in code.JavadocTag A model that represents a specific tag in aJavadocblock.Value A model that represents any kind of value declared in code. -
Classes in com.speedment.common.codegen.model used by com.speedment.common.codegen.controller Class Description Class A model that represents a class in code.Field A model that represents a field in code.File A model that represents an entire code file.Method A model that represents a method declaration in code. -
Classes in com.speedment.common.codegen.model used by com.speedment.common.codegen.model Class Description Annotation A model that represents an annotation in code.AnnotationUsage A model that represents the usage of a particular annotation in code.Class A model that represents a class in code.ClassOrInterface Constructor A model that represents a constructor in code.Enum A model that represents an enumeration in code.EnumConstant A model that represents a constant in an enumeration.Field A model that represents a field in code.File A model that represents an entire code file.Generic A model that represents the generic part of a type declaration in code.Generic.BoundType Represents the bound type of this generic.Import A model that represents the explicit import of an dependency in code.Initializer A model that represents an initializer in code.Interface A model that represents an interface in code.InterfaceField A model that represents a field of an interface in code.InterfaceMethod A model that represents a method of an interface in code.Javadoc A model that represents a block of documentation in code.JavadocTag A model that represents a specific tag in aJavadocblock.LicenseTerm A model that represents a block of licenseterm in code.Method A model that represents a method declaration in code.Value A model that represents any kind of value declared in code. -
Classes in com.speedment.common.codegen.model used by com.speedment.common.codegen.model.trait Class Description AnnotationUsage A model that represents the usage of a particular annotation in code.ClassOrInterface Constructor A model that represents a constructor in code.Field A model that represents a field in code.Generic A model that represents the generic part of a type declaration in code.Import A model that represents the explicit import of an dependency in code.Initializer A model that represents an initializer in code.Javadoc A model that represents a block of documentation in code.JavadocTag A model that represents a specific tag in aJavadocblock.LicenseTerm A model that represents a block of licenseterm in code.Method A model that represents a method declaration in code.Value A model that represents any kind of value declared in code. -
Classes in com.speedment.common.codegen.model used by com.speedment.common.codegen.model.value Class Description Value A model that represents any kind of value declared in code.