Uses of Package
com.speedment.common.codegen.model.modifier
-
Packages that use com.speedment.common.codegen.model.modifier 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.modifier Implementations of theModifierinterface that represent the modifier keywords of the java language is located in this package.com.speedment.common.codegen.model.trait Common traits used by the codegen models located in thecom.speedment.codegen.lang.modelpackage. -
Classes in com.speedment.common.codegen.model.modifier used by com.speedment.common.codegen.model Class Description AnnotationModifier Composed trait of all themodifiersthat can be added to aAnnotation.ClassModifier ConstructorModifier Composed trait of all themodifiersthat can be added to aConstructor.EnumModifier FieldModifier ImportModifier InitalizerModifier Composed trait of all themodifiersthat can be added to anInitializer.InterfaceFieldModifier Composed trait of all themodifiersthat can be added to anInterfaceField.InterfaceMethodModifier Composed trait of all themodifiersthat can be added to anInterfaceMethod.InterfaceModifier MethodModifier -
Classes in com.speedment.common.codegen.model.modifier used by com.speedment.common.codegen.model.modifier Class Description AnnotationModifier Composed trait of all themodifiersthat can be added to aAnnotation.ClassModifier ConstructorModifier Composed trait of all themodifiersthat can be added to aConstructor.EnumModifier FieldModifier ImportModifier InitalizerModifier Composed trait of all themodifiersthat can be added to anInitializer.InterfaceFieldModifier Composed trait of all themodifiersthat can be added to anInterfaceField.InterfaceMethodModifier Composed trait of all themodifiersthat can be added to anInterfaceMethod.InterfaceModifier MethodModifier Modifier A modifier is a keyword that the programmer can put before a declaration to configure things like accessibility and lifespan. -
Classes in com.speedment.common.codegen.model.modifier used by com.speedment.common.codegen.model.trait Class Description Modifier A modifier is a keyword that the programmer can put before a declaration to configure things like accessibility and lifespan.