Module com.speedment.common.codegen
Package com.speedment.common.codegen.model.modifier
Implementations of the
Modifier interface that
represent the modifier keywords of the java language is located in this
package.
This package is part of the API. Modifications to classes here should only (if ever) be done in major releases.
-
Interface Summary Interface Description AnnotationModifier<T extends AnnotationModifier<T>> Composed trait of all themodifiersthat can be added to aAnnotation.ClassModifier<T extends ClassModifier<T>> ConstructorModifier<T extends ConstructorModifier<T>> Composed trait of all themodifiersthat can be added to aConstructor.EnumModifier<T extends EnumModifier<T>> FieldModifier<T extends FieldModifier<T>> ImportModifier<T extends ImportModifier<T>> InitalizerModifier<T extends InitalizerModifier<T>> Composed trait of all themodifiersthat can be added to anInitializer.InterfaceFieldModifier<T extends InterfaceFieldModifier<T>> Composed trait of all themodifiersthat can be added to anInterfaceField.InterfaceMethodModifier<T extends InterfaceMethodModifier<T>> Composed trait of all themodifiersthat can be added to anInterfaceMethod.InterfaceModifier<T extends InterfaceModifier<T>> MethodModifier<T extends MethodModifier<T>> -
Class Summary Class Description Keyword Utility class that holds inner interfaces that are specializations of theHasModifiers-trait. -
Enum Summary Enum Description Modifier A modifier is a keyword that the programmer can put before a declaration to configure things like accessibility and lifespan.